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
/
django
/
views
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33263 -- Removed warning in BaseDeleteView when delete() method is over...
Mariusz Felisiak
2023-01-17
1
-20
/
+0
*
Refs #34118 -- Adopted asgiref coroutine detection shims.
Carlton Gibson
2022-12-20
1
-4
/
+5
*
Fixed #34062 -- Updated View.http_method_not_allowed() to support async.
Antoine Lorence
2022-09-29
1
-1
/
+10
*
Fixed #33611 -- Allowed View subclasses to define async method handlers.
Carlton Gibson
2022-04-07
1
-1
/
+32
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
6
-225
/
+378
*
Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...
Mariusz Felisiak
2021-11-09
1
-0
/
+20
*
Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...
Carlton Gibson
2021-07-14
1
-2
/
+20
*
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2021-03-30
1
-6
/
+9
*
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-14
1
-2
/
+2
*
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-08-24
1
-26
/
+4
*
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...
Mariusz Felisiak
2020-08-24
1
-2
/
+3
*
Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
Adam Johnson
2020-08-13
1
-3
/
+2
*
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2020-06-26
1
-6
/
+11
*
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
Adam Johnson
2020-03-23
1
-4
/
+26
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Removed "Don't do that" from docs and error messages.
Adam Johnson
2020-01-06
1
-3
/
+4
*
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-30
1
-2
/
+2
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
2
-3
/
+3
*
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-12-21
1
-3
/
+12
*
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-10-29
1
-4
/
+8
*
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2018-01-18
1
-1
/
+1
*
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-17
1
-3
/
+4
*
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
2
-2
/
+2
*
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
2
-2
/
+2
*
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-14
1
-2
/
+1
*
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-07
1
-1
/
+7
*
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
1
-1
/
+1
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
1
-1
/
+1
*
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-09-04
1
-3
/
+5
*
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-07-06
1
-0
/
+3
*
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-30
1
-3
/
+12
*
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
1
-2
/
+2
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-8
/
+3
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-5
/
+6
*
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-03-03
5
-283
/
+116
*
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
Grzegorz Tężycki
2017-03-01
1
-5
/
+2
*
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-02-27
1
-6
/
+9
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
3
-3
/
+3
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-2
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
4
-12
/
+12
*
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
3
-9
/
+9
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
4
-8
/
+0
*
Added period in BaseFormView docstring.
Collederas
2016-12-08
1
-1
/
+1
*
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-08-31
1
-1
/
+1
*
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
1
-4
/
+0
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
2
-12
/
+10
*
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
1
-2
/
+1
[next]