Closed jonathan-s closed 3 years ago
Some views may have a 'setup' in the get part of the view. For instance ListView expects that object_list is added to self during the get request.
So if we get an AttributeError during the reflex we execute the actual get request there, and then go on to generate the context view.
It's a bug.
Type of PR (feature, enhancement, bug fix, etc.)
Description
Some views may have a 'setup' in the get part of the view. For instance ListView expects that object_list is added to self during the get request.
So if we get an AttributeError during the reflex we execute the actual get request there, and then go on to generate the context view.
Why should this be added
It's a bug.
Checklist