django/docs/topics/class-based-views
Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes.
Tests and docs complement to cecc079168.
2017-06-26 10:30:31 -04:00
..
generic-display.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
generic-editing.txt Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
index.txt Added missing trailing '$' to url() patterns in docs. 2016-06-27 09:18:44 -04:00
intro.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
mixins.txt Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00