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
2020-10-01
[3.1.x] Bumped version for 3.1.2 release.
3.1.2
Mariusz Felisiak
2020-10-01
[3.1.x] Added release date for 3.1.2.
Mariusz Felisiak
2020-09-30
[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.
Tom Carrick
2020-09-30
[3.1.x] Updated translations from Transifex.
Claude Paroz
2020-09-30
[3.1.x] Bumped minimum isort version to 5.1.0.
David Smith
2020-09-29
[3.1.x] Updated ASGI uvicorn deployment docs.
Thomas Grainger
2020-09-25
[3.1.x] Fixed #28009 -- Doc'd empty_value for CharField subclasses.
David Smith
2020-09-25
[3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.
David Smith
2020-09-25
[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-09-25
[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that Generic...
Mariusz Felisiak
2020-09-25
[3.1.x] Fixed typo and indentation in docs/ref/forms/fields.txt.
Mariusz Felisiak
2020-09-23
[3.1.x] Fixed example of QuerySet.explain() with flags in docs.
Paweł Zarębski
2020-09-23
[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...
Mariusz Felisiak
2020-09-22
[3.1.x] Fixed #32016 -- Clarified manual logging config docs.
Carlton Gibson
2020-09-22
[3.1.x] Fixed #32004 -- Clarified docs for when request.FILES is set.
János Roden
2020-09-21
[3.1.x] Refs #32013 -- Added backward incompatibility note about ModelChoiceI...
Mariusz Felisiak
2020-09-17
[3.1.x] Doc'd that UpdateCacheMiddleware and cache_page affect downstream cac...
David D Lowe
2020-09-17
[3.1.x] Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
Mike Lissner
2020-09-16
[3.1.x] Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation ...
Mariusz Felisiak
2020-09-15
[3.1.x] Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregat...
Mariusz Felisiak
2020-09-14
[3.1.x] Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models...
Mariusz Felisiak
2020-09-13
[3.1.x] Corrected exception types in QuerySet docs.
Mariusz Felisiak
2020-09-10
[3.1.x] Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typec...
Mariusz Felisiak
2020-09-09
[3.1.x] Mentioned ASGI handler in SuspiciousOperation docs.
Mariusz Felisiak
2020-09-04
[3.1.x] Fixed #31894 -- Added note about using JSONField key lookups with Que...
jpribyl
2020-09-03
[3.1.x] Refs #31224 -- Made sync_to_async() examples use thread sensitive wit...
Mariusz Felisiak
2020-09-02
[3.1.x] Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with hea...
Mariusz Felisiak
2020-09-02
[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...
Brian Helba
2020-09-02
[3.1.x] Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
Carlton Gibson
2020-09-02
[3.1.x] Added "Bugfixes" section to release notes for 3.1.2.
007gzs
2020-09-01
[3.1.x] Added CVE-2020-24583 & CVE-2020-24584 to security archive.
Carlton Gibson
2020-09-01
[3.1.x] Added stub release notes for 3.1.2.
Carlton Gibson
2020-09-01
[3.1.x] Post-release version bump.
Carlton Gibson
2020-09-01
[3.1.x] Bumped version for 3.1.1 release.
3.1.1
Carlton Gibson
2020-09-01
[3.1.x] Added release date for 3.1.1, 3.0.10, and 2.2.16.
Carlton Gibson
2020-09-01
[3.1.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...
Mariusz Felisiak
2020-09-01
[3.1.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...
Mariusz Felisiak
2020-09-01
[3.1.x] Fixed #31901 -- Prevented content overflowing in the admin changelist...
007gzs
2020-08-31
[3.1.x] Corrected note about long names in search docs.
Abdullah Dursun
2020-08-31
[3.1.x] Fixed #31934 -- Added note about the default of SameSite cookie flag ...
Hasan Ramezani
2020-08-31
[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...
Federico Jaramillo Martínez
2020-08-31
[3.1.x] Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-28
[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...
Mariusz Felisiak
2020-08-28
[3.1.x] Fixed #31928 -- Fixed detecting an async get_response in various midd...
Kevin Michel
2020-08-28
[3.1.x] Fixed #31912 -- Removed strict=True in Path.resolve() in project temp...
Mariusz Felisiak
2020-08-26
[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-08-26
[3.1.x] Fixed #31905 -- Made MiddlewareMixin call process_request()/process_r...
Michael Galler
2020-08-24
[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView pas...
Mariusz Felisiak
2020-08-24
[3.1.x] Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView...
Mariusz Felisiak
2020-08-21
[3.1.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.
Kaustubh
[next]