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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2021-03-30
1
-6
/
+9
*
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...
Adam Johnson
2021-03-30
1
-1
/
+3
*
Fixed #32480 -- Corrected docstring and removed redundant comments in django/...
BeryCZ
2021-02-24
1
-5
/
+7
*
Refs #32468 -- Added error message on invalid usage of cache decorators.
Haki Benita
2021-02-24
1
-0
/
+12
*
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-29
1
-3
/
+0
*
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
1
-7
/
+1
*
Improved bidirectionality on the 'Congrats' page.
Thibaud Colas
2020-11-24
1
-43
/
+22
*
Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.
Thibaud Colas
2020-11-20
1
-95
/
+71
*
Added explicit HTMLElement.dir attribute in templates.
Author: Nick Pope
2020-11-20
1
-1
/
+1
*
Refs #31672 -- Made technical 500 debug page include exceptions without trace...
Hasan Ramezani
2020-11-10
3
-6
/
+16
*
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-22
1
-0
/
+14
*
Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().
Chris Jerdonek
2020-10-15
1
-6
/
+7
*
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
Aarni Koskela
2020-10-15
1
-2
/
+5
*
Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.
Hasan Ramezani
2020-10-12
1
-21
/
+23
*
Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.
nik258heda
2020-10-12
1
-1
/
+1
*
Fixed #32051 -- Fixed rocket animation on the 'Congrats' page.
Thibaud Colas
2020-10-01
1
-38
/
+25
*
Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page.
Thibaud Colas
2020-10-01
1
-109
/
+6
*
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-14
3
-6
/
+6
*
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-09-07
2
-3
/
+9
*
Fixed #31942 -- Made settings cleansing work with dictionary settings with no...
Jeremy Lainé
2020-08-26
1
-11
/
+12
*
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
*
Refs #31493 -- Replaced var with const and let in JavaScriptCatalog template.
Claude Paroz
2020-08-05
1
-18
/
+18
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
1
-1
/
+1
*
Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.
Tom Forbes
2020-07-13
1
-1
/
+2
*
Refs #30400 -- Improved typography in debug and csrf templates.
Jon Dufresne
2020-07-08
4
-7
/
+7
*
Simplified JavaScript with Array.prototype.includes().
Jon Dufresne
2020-07-01
1
-2
/
+2
*
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2020-06-26
1
-6
/
+11
*
Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...
Hasan Ramezani
2020-06-10
1
-0
/
+10
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
3
-4
/
+4
*
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-05-05
1
-2
/
+2
*
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
Ichlasul Affan
2020-04-15
1
-0
/
+4
*
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
Daniel Hahler
2020-04-09
1
-2
/
+3
*
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
*
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2020-01-27
2
-5
/
+5
*
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2020-01-16
1
-1
/
+6
*
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2020-01-16
1
-1
/
+1
*
Fixed <span> nesting in technical 500 template.
Daniel Hahler
2020-01-14
1
-1
/
+1
*
Removed unused ExceptionReporterFilter class.
Carlton Gibson
2020-01-11
1
-17
/
+1
*
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Carlton Gibson
2020-01-10
3
-2
/
+11
*
Refs #23004 -- Allowed exception reporter filters to customize settings filte...
Carlton Gibson
2020-01-10
1
-49
/
+44
*
Renamed set_language()'s next variable to avoid clash with builtin.
Mike Yusko
2020-01-09
1
-11
/
+16
*
Removed "Don't do that" from docs and error messages.
Adam Johnson
2020-01-06
1
-3
/
+4
*
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
2
-12
/
+12
*
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-11
1
-1
/
+1
*
Fixed #31077 -- Made debug decorators raise TypeError if they're not called.
Baptiste Mispelon
2019-12-10
1
-0
/
+13
*
Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.
Hasan Ramezani
2019-11-12
1
-4
/
+6
*
Refs #30405 -- Added ExceptionReporter._get_source().
Hasan Ramezani
2019-11-12
1
-5
/
+9
[prev]
[next]