Settings: Display overridden instead of overrided
Signed-off-by: Rob de Canha-Knight <rob@rob-knight.com>
This commit is contained in:
@@ -50,7 +50,7 @@ class FormOptions(object):
|
||||
determined in the following order: as passed via keyword
|
||||
arguments during form intialization, as form get_... method or
|
||||
finally as static Meta options. This is to allow a form with
|
||||
Meta options or method to be overrided at initialization
|
||||
Meta options or method to be overridden at initialization
|
||||
and increase the usability of a single class.
|
||||
"""
|
||||
for name, default_value in self.option_definitions.items():
|
||||
|
||||
Reference in New Issue
Block a user