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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-30
1
-1
/
+5
*
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-30
1
-2
/
+4
*
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-12-29
1
-5
/
+9
*
Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...
Mariusz Felisiak
2020-12-29
1
-2
/
+4
*
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
1
-5
/
+9
*
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-29
6
-35
/
+18
*
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
1
-1
/
+4
*
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-12-28
1
-4
/
+2
*
Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...
François Freitag
2020-12-28
1
-2
/
+2
*
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-28
1
-3
/
+8
*
Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...
Jacob Walls
2020-12-28
1
-1
/
+1
*
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-23
5
-18
/
+31
*
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...
Hasan Ramezani
2020-12-22
1
-0
/
+4
*
Refs #32285 -- Made AppConfigStub do not call super().__init__().
Hasan Ramezani
2020-12-22
1
-6
/
+4
*
Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.
starryrbs
2020-12-21
1
-0
/
+2
*
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-21
1
-0
/
+6
*
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
2020-12-18
1
-1
/
+5
*
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-17
2
-15
/
+20
*
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-12-16
1
-10
/
+26
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
14
-2
/
+87
*
Fixed #32261 -- Added error logging to Signal.send_robust().
Ayush Bansal
2020-12-15
1
-0
/
+9
*
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
*
Added docstring to django.utils.inspect.func_accepts_kwargs().
Adam Johnson
2020-12-14
1
-0
/
+1
*
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-11
1
-4
/
+15
*
Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...
Hasan Ramezani
2020-12-11
1
-1
/
+1
*
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-10
8
-0
/
+164
*
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-09
2
-3
/
+9
*
Fixed grammar in HttpResponse docstring.
ᴙɘɘᴙgYmɘᴙɘj
2020-12-08
1
-1
/
+1
*
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-08
5
-132
/
+118
*
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-12-07
1
-27
/
+10
*
Removed lhs_only argument from KeyTransform.preprocess_lhs().
sage
2020-12-07
1
-7
/
+5
*
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-12-03
1
-14
/
+1
*
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-12-02
5
-2
/
+54
*
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
2020-11-30
2
-0
/
+4
*
Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...
Mariusz Felisiak
2020-11-30
1
-1
/
+1
*
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
2020-11-28
1
-2
/
+8
*
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-11-28
2
-2
/
+3
*
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2020-11-28
1
-1
/
+2
*
Fixed #32230 -- Made DataSource support pathlib.Path.
Hasan Ramezani
2020-11-28
1
-1
/
+2
*
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-27
2
-21
/
+43
*
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-27
1
-4
/
+9
*
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-26
1
-6
/
+21
*
Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.
Mariusz Felisiak
2020-11-25
1
-8
/
+7
*
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-25
1
-0
/
+4
*
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-25
1
-5
/
+6
*
Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.
Mariusz Felisiak
2020-11-24
1
-9
/
+8
*
Improved bidirectionality on the 'Congrats' page.
Thibaud Colas
2020-11-24
1
-43
/
+22
*
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-21
1
-1
/
+1
[prev]
[next]