summaryrefslogtreecommitdiff
path: root/tests/generic_views/urls.py
AgeCommit message (Expand)Author
2024-02-05Corrected cache_page()'s timeout value in tests.generic_views.urls.Alexander Lazarević
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2020-08-24Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak
2020-06-26Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.Hasan Ramezani
2020-03-23Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.Adam Johnson
2018-10-30Increased test coverage of django/views/generic/dates.py.Hasan Ramezani
2018-10-29Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.Hasan Ramezani
2018-10-27Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...Hasan Ramezani
2017-11-07Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...Bjorn Kristinsson
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-07-06Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...Bruno Alla
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-08Imported specific models in a few tests that didn't.Tim Graham
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2015-12-30Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...Chris Cogdon
2015-11-11Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...Alex Morozov
2015-09-23Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson
2015-01-12Fixed #24133 -- Replaced formatting syntax in success_url placeholdersClaude Paroz
2014-10-02Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-11-02Fixed flake8 E241Boryslav Larin
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner