index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-11-06
1
-12
/
+12
*
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-14
1
-5
/
+5
*
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-08-24
2
-43
/
+21
*
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...
Mariusz Felisiak
2020-08-24
1
-20
/
+2
*
Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
Adam Johnson
2020-08-13
1
-2
/
+20
*
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2020-06-26
2
-1
/
+28
*
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
Adam Johnson
2020-03-23
2
-21
/
+43
*
Removed "Don't do that" from docs and error messages.
Adam Johnson
2020-01-06
1
-2
/
+2
*
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-30
1
-0
/
+7
*
Refs #20456 -- Added test for initialization of request/args/kwargs attribute...
Felipe Lee
2019-10-30
1
-0
/
+11
*
Fixed typo in tests/generic_views/test_base.py.
Tim Graham
2019-06-04
1
-1
/
+1
*
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-12-21
1
-0
/
+26
*
Tested exception messages in generic_views tests.
François Freitag
2018-12-04
1
-10
/
+24
*
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
1
-4
/
+5
*
Moved duplicate author declarations to setUpTestData() in DeleteViewTests.
oliver
2018-11-13
1
-22
/
+20
*
Moved duplicate author declarations to setUpTestData() in UpdateViewTests.
oliver
2018-11-09
1
-42
/
+24
*
Increased test coverage of django/views/generic/dates.py.
Hasan Ramezani
2018-10-30
3
-2
/
+19
*
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-10-29
2
-0
/
+8
*
Added test coverage for views.generic.dates.MonthMixin.get_month() KeyError b...
Hasan Ramezani
2018-10-27
2
-0
/
+15
*
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-17
1
-1
/
+5
*
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-07
3
-0
/
+17
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
1
-254
/
+178
*
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-09-04
1
-0
/
+17
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
5
-11
/
+32
*
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-07-06
2
-0
/
+6
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-2
/
+1
*
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-30
1
-0
/
+12
*
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-05-10
1
-2
/
+2
*
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
Grzegorz Tężycki
2017-03-01
1
-5
/
+0
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
2
-16
/
+7
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-2
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
2
-4
/
+4
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-4
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
8
-20
/
+0
*
Imported specific models in a few tests that didn't.
Tim Graham
2016-12-08
1
-3
/
+4
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
3
-13
/
+12
*
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
1
-8
/
+2
*
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-06-24
1
-1
/
+1
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-10
/
+10
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
2
-38
/
+33
*
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-29
4
-10
/
+20
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
4
-4
/
+4
*
Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context...
Chris Cogdon
2015-12-30
2
-0
/
+7
*
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-12-30
3
-0
/
+26
*
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-11-21
1
-1
/
+0
*
Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form ar...
Alex Morozov
2015-11-11
3
-0
/
+19
*
Renamed a test file that has no tests.
lobziik
2015-11-07
3
-2
/
+2
*
Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optio...
Tim Graham
2015-09-23
1
-25
/
+0
*
Refs #24133 -- Removed legacy formatting syntax in success_url placeholders.
Tim Graham
2015-09-23
2
-9
/
+4
[next]