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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...
Florian Apolloner
2021-05-04
3
-0
/
+26
*
[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...
Mariusz Felisiak
2021-04-21
1
-4
/
+5
*
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...
Mikolaj Rybinski
2021-02-05
1
-1
/
+1
*
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2021-01-12
1
-1
/
+44
*
Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.
Hasan Ramezani
2021-01-12
1
-2
/
+2
*
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Hasan Ramezani
2021-01-12
1
-1
/
+28
*
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2021-01-06
1
-26
/
+40
*
Fixed #32298 -- Fixed URLValidator hostname length validation.
Akshat1Nar
2021-01-04
1
-1
/
+1
*
Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...
Mariusz Felisiak
2020-12-29
1
-2
/
+4
*
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-29
1
-3
/
+2
*
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-17
2
-15
/
+20
*
Fixed typo in django/core/cache/backends/base.py docstring.
Abhishek Ghaskata
2020-12-15
1
-1
/
+1
*
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
1
-1
/
+5
*
Ensured that registered checks accept keyword arguments.
Adam Johnson
2020-12-14
1
-1
/
+6
*
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-09
2
-3
/
+9
*
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-08
1
-56
/
+9
*
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-12-07
1
-27
/
+10
*
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
manav014
2020-11-13
1
-0
/
+8
*
Fixed #31216 -- Added support for colorama terminal colors on Windows.
MinchinWeb
2020-11-11
1
-2
/
+37
*
Fixed #31757 -- Adjusted system check for SECRET_KEY to warn about autogenera...
Artem Kosenko
2020-11-11
2
-6
/
+11
*
Fixed #32180 -- Added system check for file system caches absolute location.
Carles Pina i Estany
2020-11-11
1
-0
/
+16
*
Fixed #32183 -- Fixed shell crash when passing code with nested scopes.
William Schwartz
2020-11-11
1
-2
/
+2
*
Fixed #32177 -- Made execute_from_command_line() use program name from the ar...
William Schwartz
2020-11-10
1
-1
/
+6
*
Fixed #31983 -- Added system check for file system caches location.
christa
2020-11-04
1
-2
/
+41
*
Fixed #32153 -- Fixed management commands when using required list options.
Hasan Ramezani
2020-10-30
1
-8
/
+17
*
Made small readability improvements.
Martin Thoma
2020-10-28
1
-3
/
+2
*
Fixed #32128 -- Added asgiref 3.3 compatibility.
Carlton Gibson
2020-10-27
2
-2
/
+2
*
Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...
Thomas Riccardi
2020-10-09
1
-0
/
+4
*
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-10-05
1
-3
/
+2
*
Fixed #32047 -- Fixed call_command() crash if a constant option from required...
Hasan Ramezani
2020-09-30
1
-2
/
+6
*
Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads.
aryan
2020-09-30
1
-1
/
+17
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+3
*
Tweaked loaddata command to re-use a calculated value.
Владимир Лысенко
2020-09-17
1
-1
/
+1
*
Fixed #29887 -- Added a cache backend for pymemcache.
Nick Pope
2020-09-16
1
-0
/
+14
*
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2020-09-15
1
-4
/
+7
*
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-09
2
-1
/
+17
*
Refs #29887, Refs #24212 -- Added servers configuration hook for memcached ba...
Nick Pope
2020-09-02
1
-1
/
+12
*
Refs #29887 -- Simplified memcached client instantiation.
Nick Pope
2020-09-01
1
-17
/
+4
*
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level dir...
Mariusz Felisiak
2020-09-01
1
-1
/
+7
*
Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level stati...
Mariusz Felisiak
2020-09-01
1
-3
/
+3
*
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-24
2
-1
/
+9
*
Refs #29887, #27480 -- Moved touch() to BaseMemcachedCache.
Nick Pope
2020-08-20
1
-4
/
+4
*
Fixed comments related to nonexistent keys for incr()/decr() in memcached bac...
Nick Pope
2020-08-20
1
-12
/
+8
*
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-08-13
1
-3
/
+5
*
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
Nick Pope
2020-08-06
1
-0
/
+34
*
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-04
2
-2
/
+17
*
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
4
-6
/
+8
*
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...
David Smith
2020-07-29
1
-0
/
+20
*
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2020-07-29
1
-5
/
+10
*
Fixed #31806 -- Made validators include the value in ValidationErrors.
Jon Dufresne
2020-07-27
1
-18
/
+19
[next]