django/docs/topics/class-based-views
Baptiste Mispelon bd9fbd1497 Fixed errors and inconsistencies in CBV topic documentation.
The code examples should now work correctly.
The `get_context_data` method in the examples was changed when
necessary to adopt a singular style (get context with super(...),
add the extra keys to the dict then return it).

Thanks to Remco Wendt for the initial report and to Tim Graham
for the review.
2013-06-23 00:18:23 +02:00
..
generic-display.txt Fixed errors and inconsistencies in CBV topic documentation. 2013-06-23 00:18:23 +02:00
generic-editing.txt Fixed errors and inconsistencies in CBV topic documentation. 2013-06-23 00:18:23 +02:00
index.txt Fixed #16807 - Added a class-based views intro. 2013-02-27 07:13:55 -05:00
intro.txt Fixed errors and inconsistencies in CBV topic documentation. 2013-06-23 00:18:23 +02:00
mixins.txt Fixed errors and inconsistencies in CBV topic documentation. 2013-06-23 00:18:23 +02:00