index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2025-09-22
[6.0.x] Fixed #36488 -- Fixed merging of query strings in RedirectView.
Samriddha9619
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-06-06
Refs CVE-2025-48432 -- Prevented log injection in remaining response logging.
Jake Howard
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-12-18
Refs #26007 -- Improved the ImproperlyConfigured error message for SingleObje...
Andrew Miller
2024-02-05
Corrected cache_page()'s timeout value in tests.generic_views.urls.
Alexander Lazarević
2023-12-28
Removed unnecessary list() calls on sorted().
Christian Clauss
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-17
Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...
Mariusz Felisiak
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-09
Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...
Mariusz Felisiak
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-07-14
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...
Carlton Gibson
2021-03-30
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-08-24
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-08-24
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...
Mariusz Felisiak
2020-08-13
Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
Adam Johnson
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
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-10-30
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-30
Refs #20456 -- Added test for initialization of request/args/kwargs attribute...
Felipe Lee
2019-06-04
Fixed typo in tests/generic_views/test_base.py.
Tim Graham
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-12-04
Tested exception messages in generic_views tests.
François Freitag
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-13
Moved duplicate author declarations to setUpTestData() in DeleteViewTests.
oliver
2018-11-09
Moved duplicate author declarations to setUpTestData() in UpdateViewTests.
oliver
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
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
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-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-03-01
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
Grzegorz Tężycki
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
[next]