Open twolfson opened 11 years ago
Allow fake extension of the View class, use __get__ to attempt to look up view properties that are not custom defined (e.g. settings).
__get__
settings
Also, see if you can just extend view directly.
Allow fake extension of the View class, use
__get__
to attempt to look up view properties that are not custom defined (e.g.settings
).Also, see if you can just extend view directly.