index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
/
urls.py
Age
Commit message (
Expand
)
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 SuccessMessa...
Carlton Gibson
2020-08-24
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-06-26
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
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 b...
Hasan Ramezani
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
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
2015-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-11-11
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...
Alex Morozov
2015-09-23
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
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
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
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
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner