index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-08-13
[3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...
Gert Burger
2020-08-13
[3.1.x] Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
Adam Johnson
2020-08-11
[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...
Daniel Hillier
2020-08-11
[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug l...
Carlton Gibson
2020-08-10
[3.1.x] Fixed #31871 -- Updated SESSION_COOKIE_SAMESITE comment in global_set...
אורי
2020-08-07
[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Djan...
Mariusz Felisiak
2020-08-05
[3.1.x] Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.
Mariusz Felisiak
2020-08-05
[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin s...
007gzs
2020-08-04
[3.1.x] Post-release version bump.
Mariusz Felisiak
2020-08-04
[3.1.x] Bumped version for 3.1 release.
3.1
Mariusz Felisiak
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
[3.1.x] Updated translations from Transifex
Claude Paroz
2020-07-30
[3.1.x] Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching...
Tim Graham
2020-07-28
[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...
Mariusz Felisiak
2020-07-28
[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...
Mariusz Felisiak
2020-07-22
[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from direct...
Tim Graham
2020-07-20
[3.1.x] Bumped version for 3.1 release candidate 1.
3.1rc1
Mariusz Felisiak
2020-07-20
[3.1.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....
Florian Apolloner
2020-07-16
[3.1.x] Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in Ht...
Mariusz Felisiak
2020-07-14
Added admin translatable string.
Claude Paroz
2020-07-14
[3.1.x] Added Igbo language.
Kelechi Precious Nwachukwu
2020-07-09
[3.1.x] Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper fo...
Mariusz Felisiak
2020-07-08
[3.1.x] Added Turkmen language.
Resulkary
2020-06-30
[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-26
[3.1.x] Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app wi...
Mariusz Felisiak
2020-06-24
[3.1.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK additi...
Simon Charette
2020-06-22
[3.1.x] Fixed #31728 -- Fixed cache culling when no key is found for deletion.
Guillermo Bonvehí
2020-06-18
[3.1.x] Fixed #31716 -- Fixed detection of console scripts in autoreloader on...
Tom Forbes
2020-06-17
[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and co...
David Smith
2020-06-15
[3.1.x] Bumped version for 3.1 beta 1.
3.1b1
Mariusz Felisiak
2020-06-12
[3.1.x] Added support for the Tajik language.
Claude Paroz
2020-06-12
[3.1.x] Fixed #31659 -- Made ExpressionWrapper preserve output_field for comb...
Mariusz Felisiak
2020-06-11
[3.1.x] Fixed #28132 -- Made MultiPartParser ignore filenames with trailing s...
Michael Brown
2020-06-10
[3.1.x] Fixed #31657 -- Fixed ordering by attnames of self-referential Foreig...
Hasan Ramezani
2020-06-08
[3.1.x] Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().
Joshua Massover
2020-06-08
[3.1.x] Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.
David Smith
2020-06-08
[3.1.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...
Nicolas Baccelli
2020-06-08
[3.1.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Mariusz Felisiak
2020-06-05
[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric inva...
Sasha Pachev
2020-06-05
[3.1.x] Fixed #31654 -- Fixed cache key validation messages.
Mariusz Felisiak
2020-06-04
[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation...
Claude Paroz
2020-06-03
[3.1.x] Fixed #31641 -- Improved loading of navigation sidebar in admin.
Collin Anderson
2020-06-03
[3.1.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ba...
Dan Palmer
2020-06-03
[3.1.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdW...
Jon Dufresne
2020-06-03
[3.1.x] Refs #30997 -- Improved HttpRequest.is_ajax() warning message with st...
Mariusz Felisiak
2020-06-03
[3.1.x] Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrap...
Thodoris Sotiropoulos
2020-06-01
[3.1.x] Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and Clear...
Carles Pina
2020-06-01
[3.1.x] Fixed #31570 -- Corrected translation loading for apps providing terr...
Carlton Gibson
2020-05-29
[3.1.x] Refs #21171 -- Made Collector.delete() rollback in the correct database.
Simon Charette
[next]