| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-01 | [1.9.x] Fixed #26695 -- Clarified return value of View.options(). | Tim Graham | |
| Thanks mmoreaux and DheerendraRathor. Backport of db2a6b6bfa9881725e70ca579a17e942a97a4df8 from master | |||
| 2016-03-21 | [1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in ↵ | Tim Graham | |
| TemplateResponseMixin.get_template_names() docs. Backport of 6dd503851c91197364f7c7b915cabb604fadb755 from master | |||
| 2016-03-18 | [1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example. | Tim Graham | |
| Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master | |||
| 2016-03-05 | [1.9.x] Refs #26217 -- Fixed typo in ↵ | Michal Petrucha | |
| docs/ref/class-based-views/generic-date-based.txt. Backport of 2109975e901440da70e29d0f330a600bc2d37e9a from master | |||
| 2016-03-01 | [1.9.x] Fixed #26217 -- Added a warning about format strings to ↵ | Michal Petrucha | |
| WeekArchiveView docs. Backport of fe8ea3ba3ba709b3d6c39da046f0883a296e6441 from master | |||
| 2016-02-01 | [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. | Tim Graham | |
| Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master | |||
| 2016-01-22 | [1.9.x] Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| Backport of bca9faae95db2a92e540fbd08505c134639916fe from master | |||
| 2015-12-01 | [1.9.x] Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master | |||
| 2015-10-23 | [1.9.x] Fixed #25397 -- Documented class-based view context variable clash ↵ | Jacek Bzdak | |
| with context processors. Backport of 494b7986a3e5996d857b085f188a630d1504d9ca from master | |||
| 2015-09-11 | Fixed #25382 -- Removed obsolete references to DateQuerySet. | Renato Oliveira | |
| 2015-08-18 | Used consistent capitalization and hyphenation of "class-based views" in docs. | Anton Strogonoff | |
| 2015-06-24 | Renamed RemovedInDjangoXYWarnings for new roadmap. | Tim Graham | |
| Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more. | |||
| 2015-04-24 | Fixed #24643 -- Added get_context_data() method to FormMixin | Andrei Kulakov | |
| 2015-04-24 | Fixed #24695 -- Tidied up a couple of regexes in the CBV docs | Alasdair Nicol | |
| Thanks datakid for the report | |||
| 2015-04-21 | Fixed #24682 -- Corrected a few generic editing view links | Steve Hiemstra | |
| 2015-03-02 | Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs. | Andrew Pinkham | |
| 2015-02-03 | Fixed broken links in class based views flattend index; refs #24250. | Tim Graham | |
| 2015-02-03 | Fixed #24250 -- Corrected mistakes in FormMixin docs. | Tim Graham | |
| 2015-02-03 | Fixed #24168 -- Allowed selecting a template engine in a few APIs. | Aymeric Augustin | |
| Specifically in rendering shortcuts, template responses, and class-based views that return template responses. Also added a test for render_to_response(status=...) which was missing from fdbfc980. Thanks Tim and Carl for the review. | |||
| 2015-01-18 | Changed RedirectView.permanent to False per deprecation timeline; refs #21587. | Tim Graham | |
| 2015-01-17 | Fixed #24055 -- Keep reference to view class for resolve() | Collin Anderson | |
| 2015-01-12 | Fixed #24133 -- Replaced formatting syntax in success_url placeholders | Claude Paroz | |
| Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham for the reviews. | |||
| 2014-12-28 | Deprecated TEMPLATE_CONTEXT_PROCESSORS. | Aymeric Augustin | |
| 2014-12-17 | Updated TemplateResponseMixin docs to reflect new behavior after refs #23789. | Tim Graham | |
| 2014-11-25 | Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. | Berker Peksag | |
| 2014-11-21 | Fixed #21753 -- Raised exception when both `form_class` and `fields` are ↵ | Berker Peksag | |
| specified. | |||
| 2014-10-30 | Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. | Simon Charette | |
| Thanks Tim Graham for the review. | |||
| 2014-10-06 | Fixed #23597 -- Clarified the manager that ↵ | Ismail Badawi | |
| {Single,Multiple}ObjectMixin.model uses. | |||
| 2014-10-02 | Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug | Jon Dufresne | |
| Enabling the attribute causes get_object() to perform its lookup using both the primary key and the slug. | |||
| 2014-09-29 | Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. | |||
| 2014-08-23 | Fixed #22154 -- Added "Built-in" to some class-based views titles. | Tim Graham | |
| 2014-08-22 | Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based.txt. | Tim Graham | |
| 2014-08-19 | Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requires the ↵ | Tim Graham | |
| object attribute. | |||
| 2014-08-15 | Fixed #18355 -- Added ordering options to list based generic views. | Peter Harley | |
| Added MultipleObjectMixin.ordering and get_ordering(). Refs #21450. | |||
| 2014-08-13 | Refs #23276 -- Added missing url() in some places. | Collin Anderson | |
| 2014-07-26 | Fixed #23106 -- Updated class-based view reference title. | David Hoffman | |
| 2014-07-16 | Fixed reference to pk in RedirectView.get_redirect_url doc. | Bartek Ciszkowski | |
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-22 | Made ModelForms raise ImproperlyConfigured if the list of fields is not ↵ | Tim Graham | |
| specified. Also applies to modelform(set)_factory and generic model views. refs #19733. | |||
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-22 | Fixed #22113 -- changed object_name to model_name in CBV docs. | Marcin Sokół | |
| Thanks to trac user nikunj.sg for the report. | |||
| 2014-02-21 | Fixed #22112 -- Added RedirectView.pattern_name to CBV flattened index | Alasdair Nicol | |
| Also moved accessor method get_redirect_url next to its attribute url for consistency with the other views. Thanks nikunj.sg for the report | |||
| 2014-02-09 | Fixed inaccuracies in generic mixins documentation. | Baptiste Mispelon | |
| 2014-01-16 | Fixed #21768 -- Corrected TemplateView context section. | Tim Graham | |
| Thanks nedbatchelder for the report and claudep for the patch. | |||
| 2013-11-19 | Fixed the base class note in the Date Views docs. | Rocky Meza | |
| 2013-11-08 | Fixed #21396: Document backwards-incompatible change in ↵ | Baptiste Mispelon | |
| RedirectView.get_redirect_url. Thanks to Tim for the review. | |||
| 2013-11-06 | Fixed typos in documentation. | Baptiste Mispelon | |
| 2013-09-27 | Fixed malformed directive in CBV date-based-mixins docs. | Carl Meyer | |
