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
Age
Commit message (
Expand
)
Author
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-05
Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.
Alexander Lyabah
2021-01-04
Fixed #32310 -- Fixed note about reverse accessors for intermediate table for...
Fabio Sangiovanni
2021-01-04
Fixed #32298 -- Fixed URLValidator hostname length validation.
Akshat1Nar
2021-01-04
Added stub release notes for 3.1.6.
Carlton Gibson
2021-01-04
Added release date for 3.1.5.
Carlton Gibson
2021-01-04
Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.
Tim Graham
2021-01-04
Fixed typo in docs/ref/templates/builtins.txt.
Roland Geider
2021-01-04
Simplified django.db.utils.load_backend().
William Schwartz
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2021-01-02
Updated CVE URL.
Tim Graham
2020-12-31
Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...
Mariusz Felisiak
2020-12-31
Fixed #31413 -- Fixed isolation of migrations.test_loader on databases that d...
Hasan Ramezani
2020-12-30
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-29
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-12-29
Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...
Mariusz Felisiak
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
Corrected related fields checks messages in docs.
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
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 #30367 -- Changed remaining "pip install" to "python -m pip install" in ...
Jon Dufresne
2020-12-23
Removed forms-MAX_NUM_FORMS POST data in docs
Jon Dufresne
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-23
Fixed #32165 -- Added pre-commit hooks
David Smith
2020-12-23
Refs #31265 -- Updated .eslintignore to match eslint tests
David Smith
2020-12-23
Fixed isolation of test_migrate_fake_split_initial.
Mariusz Felisiak
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
Added more assertions for parse_duration() with negative timedeltas.
starryrbs
2020-12-21
Fixed #32208 -- Allowed adding lazy() objects.
Hasan Ramezani
2020-12-21
Corrected code-block directives in docs/ref/models/meta.txt.
Jon Dufresne
2020-12-21
Fixed typo in docs/ref/files/storage.txt.
joshuapatel
2020-12-20
Updated isort URL to new location.
Jon Dufresne
2020-12-18
Fixed typo in tests/admin_views/test_history_view.py test name.
Nick Pope
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-17
Refs #30181 -- Corrected note about storing None in the cache.
Nick Pope
2020-12-17
Refs #32273 -- Completed test coverage for AdminSite.unregister().
David Smith
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-12-16
Fixed #32273 -- Doc'd AdminSite.unregister().
Hasan Ramezani
2020-12-15
Fixed typo in docs/ref/forms/widgets.txt.
Mariusz Felisiak
2020-12-15
Corrected formatting in settings docs.
Carlton Gibson
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
[prev]
[next]