| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-14 | [1.6.x] Fixed #21264 -- Incorrect RST usage in docs | Bouke Haarsma | |
| Backport of 8fc63087f6 from master | |||
| 2013-08-10 | [1.6.x] Fixed #20890 -- Added missing import in class-based view docs. | Tim Graham | |
| Thanks André Augusto. Backport of ab680725bf from master | |||
| 2013-07-28 | [1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txt | Tim Graham | |
| Backport of 0b35a2cce3 from master | |||
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. Backport of 7442eb1a24 from master. | |||
| 2013-07-01 | [1.6.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation. | Baptiste Mispelon | |
| Backport of 88de53d4a86548016f245a1413b856aa334bc737 from master. | |||
| 2013-06-26 | Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the ↵ | Loic Bistuer | |
| docs for CBV mixins Thanks to Keryn Knight for the report. | |||
| 2013-06-24 | Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docs | Baptiste Mispelon | |
| Thanks to Michal Sládek for the report and initial patch, and to loic84 for the review. | |||
| 2013-06-23 | Fixed errors and inconsistencies in CBV topic documentation. | Baptiste Mispelon | |
| 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-21 | Fixed #20612 -- Fixed incorrect wording in CBV documentation | Baptiste Mispelon | |
| Thanks to ndokos for the report. | |||
| 2013-06-13 | Fixed order of base classes in CBV mixin docs | Danilo Bargen | |
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-09 | Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵ | Luke Plant | |
| added '__all__' shortcut This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute. | |||
| 2013-04-22 | Fixed #20270 -- Fixed error in AjaxResponseMixin documentation | Baptiste Mispelon | |
| 2013-04-16 | Fixed #20266 -- Updated view example in CBV introduction | Claude Paroz | |
| Thanks jim at hellolocals.com for the report. | |||
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-13 | Fixed an erroneous import in example code. | Pablo Sanfilippo | |
| 2013-03-03 | Fix Typo explicitly. Fixes #19971 | Tobias Carlander | |
| 2013-02-28 | Fixed #19937 - Typo in class-based views intro. | Tim Graham | |
| 2013-02-27 | Fixed #16807 - Added a class-based views intro. | Tim Graham | |
| Thanks Preston Holmes for the text. | |||
| 2013-02-24 | Test case and docs for custom context data in feeds | Zbigniew Siciarz | |
| Thanks Paul Winkler for the initial patch. (Ref #18112). | |||
| 2013-02-19 | Update docs/topics/class-based-views/generic-display.txt | Stefan "hr" Berder | |
| simple typo in "Making friendly template contexts" | |||
| 2013-01-29 | Fixed #19690 - Removed unused import | Lucian Ursu | |
| Removed an import of a class unused in the Ajax example. | |||
| 2013-01-15 | Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Fixed broken links, round 4. refs #19516 | Tim Graham | |
| 2012-11-21 | Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt | Tim Graham | |
| 2012-11-13 | Fixed #19283 -- Fixed typo in imports in CBV docs. | Aymeric Augustin | |
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-17 | Merge pull request #195 from pydanny/ajax-docs-example | Tim Graham | |
| Added example of AJAX form submission for CBVs. | |||
| 2012-09-17 | Add example of AJAX form submission. | Marc Tamlyn | |
| Credit goes to @SystemParadox. Originally developed at #DjangoCon Europe but wasn't tested enough to merge in. For history, please see https://github.com/pydanny/django/pull/4 | |||
| 2012-09-08 | Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch. | Tim Graham | |
| 2012-08-25 | Fixed #18804 - Reorganized class based views docs a bit; thanks anthonyb for ↵ | Tim Graham | |
| the initial patch. | |||
| 2012-08-17 | Update docs/topics/class-based-views/index.txt | Preston Holmes | |
| View class does not have a render_to_response method - so does not make sense for this mixin | |||
| 2012-08-02 | Update docs/topics/class-based-views/index.txt | Martin Brochhaus | |
| Fixed a small typo: "We can use create" should be "We can create" | |||
| 2012-07-07 | Fixed #18589 -- Typo in generic CBV docs. | Aymeric Augustin | |
| Thanks cpthomas for the report. | |||
| 2012-06-27 | Fixed #18527 -- Removed superfluous backslash in CBV docs | Claude Paroz | |
| Thanks ramilzay at gmail.com for the report. | |||
| 2012-06-25 | Fixed typo in JSONResponseMixin example. | Gabriel Grant | |
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
