| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-05 | Corrected cache_page()'s timeout value in tests.generic_views.urls. | Alexander Lazarević | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-07-14 | Fixed #21936 -- Allowed DeleteView to work with custom Forms and ↵ | Carlton Gibson | |
| SuccessMessageMixin. Thanks to Mariusz Felisiak for review. Co-authored-by: Demetris Stavrou <demestav@gmail.com> Co-authored-by: Caroline Simpson <github@hoojiboo.com> | |||
| 2020-08-24 | Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing ↵ | Mariusz Felisiak | |
| URL kwargs into context." This reverts commit 4ed534758cb6a11df9f49baddecca5a6cdda9311. | |||
| 2020-06-26 | Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView. | Hasan Ramezani | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-03-23 | Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context. | Adam Johnson | |
| 2018-10-30 | Increased test coverage of django/views/generic/dates.py. | Hasan Ramezani | |
| 2018-10-29 | Fixed #29903 -- Added error message for invalid WeekArchiveView week_format. | Hasan Ramezani | |
| 2018-10-27 | Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError ↵ | Hasan Ramezani | |
| branch. | |||
| 2017-11-07 | Fixed #28719 -- Added a helpful exception if ↵ | Bjorn Kristinsson | |
| MultipleObjectTemplateResponseMixin doesn't generate any template names. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-07-06 | Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ↵ | Bruno Alla | |
| in as_view(). | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-12-08 | Imported specific models in a few tests that didn't. | Tim Graham | |
| 2016-06-24 | Refs #17209 -- Added LoginView and LogoutView class-based views | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2015-12-30 | Fixed #26006 -- Fixed incorrect object reference in ↵ | Chris Cogdon | |
| SingleObjectMixin.get_context_object_name(). | |||
| 2015-11-11 | Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ↵ | Alex Morozov | |
| argument. | |||
| 2015-09-23 | Refs #24133 -- Removed legacy formatting syntax in success_url placeholders. | Tim Graham | |
| Per deprecation timeline. | |||
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | 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-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-08-15 | Fixed #18355 -- Added ordering options to list based generic views. | Peter Harley | |
| Added MultipleObjectMixin.ordering and get_ordering(). Refs #21450. | |||
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 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-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2013-12-15 | Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise ↵ | Peter Harley | |
| exception. Thanks to Keryn Knight for the report. | |||
| 2013-11-02 | Fixed flake8 E241 | Boryslav Larin | |
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
