index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-12-28
Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...
François Freitag
2020-12-28
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-28
Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...
Jacob Walls
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-22
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...
Hasan Ramezani
2020-12-22
Refs #32285 -- Made AppConfigStub do not call super().__init__().
Hasan Ramezani
2020-12-21
Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.
starryrbs
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-18
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
2020-12-17
Fixed #29867 -- Added support for storing None value in caches.
Nick Pope
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
Fixed #32261 -- Added error logging to Signal.send_robust().
Ayush Bansal
2020-12-15
Fixed typo in django/core/cache/backends/base.py docstring.
Abhishek Ghaskata
2020-12-14
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
Ensured that registered checks accept keyword arguments.
Adam Johnson
2020-12-14
Added docstring to django.utils.inspect.func_accepts_kwargs().
Adam Johnson
2020-12-11
Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.
sage
2020-12-11
Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...
Hasan Ramezani
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-08
Fixed grammar in HttpResponse docstring.
ᴙɘɘᴙgYmɘᴙɘj
2020-12-08
Fixed #32233 -- Cleaned-up duplicate connection functionality.
Florian Apolloner
2020-12-07
Refs #21012 -- Removed unnecessary _create_cache() hook.
Florian Apolloner
2020-12-07
Removed lhs_only argument from KeyTransform.preprocess_lhs().
sage
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-12-02
Fixed #32179 -- Added JSONObject database function.
Artur Beltsov
2020-11-30
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
2020-11-30
Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...
Mariusz Felisiak
2020-11-28
Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.
Adam Johnson
2020-11-28
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-11-28
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2020-11-28
Fixed #32230 -- Made DataSource support pathlib.Path.
Hasan Ramezani
2020-11-27
Fixed #32220 -- Added durable argument to transaction.atomic().
Ian Foote
2020-11-27
Fixed #25534, Fixed #31639 -- Added support for transform references in expre...
Ian Foote
2020-11-26
Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...
Hannes Ljungberg
2020-11-25
Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.
Mariusz Felisiak
2020-11-25
Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...
sage
2020-11-25
Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...
Mariusz Felisiak
2020-11-24
Simplified JSONField key transforms by using JSON_OBJECT() on Oracle.
Mariusz Felisiak
2020-11-24
Improved bidirectionality on the 'Congrats' page.
Thibaud Colas
2020-11-21
Refs #15053 -- Clarified debug message when skipping templates to avoid recur...
Daniel Hahler
2020-11-20
Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.
Thibaud Colas
2020-11-20
Added explicit HTMLElement.dir attribute in templates.
Author: Nick Pope
2020-11-20
Simplified MessageEncoder instantiation with default separators.
Florian Apolloner
2020-11-19
Fixed #32200 -- Fixed grouping by ExpressionWrapper() with Q objects.
Hasan Ramezani
2020-11-19
Fixed #32202 -- Fixed autoreloader argument generation for Windows with Pytho...
Carlton Gibson
2020-11-19
Fixed #32201 -- Removed obsolete isort:skip's.
Seamus Quinn
[prev]
[next]