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
/
tests
Age
Commit message (
Expand
)
Author
2020-09-30
[3.1.x] Bumped minimum isort version to 5.1.0.
David Smith
2020-09-25
[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
Mariusz Felisiak
2020-09-23
[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...
Mariusz Felisiak
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-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-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-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-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-19
[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.
Mariusz Felisiak
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-07
[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Djan...
Mariusz Felisiak
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
[3.1.x] Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.
Mariusz Felisiak
2020-07-31
[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/load...
Mariusz Felisiak
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] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are cas...
Mariusz Felisiak
2020-07-22
[3.1.x] Fixed #31797 -- Skipped schema tests on specific MariaDB versions.
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] Used temporary directory in RestartWithReloaderTests.test_manage_py().
Tom Forbes
2020-07-20
[3.1.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3....
Florian Apolloner
2020-07-17
[3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10.
Mariusz Felisiak
2020-07-16
[3.1.x] Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in Ht...
Mariusz Felisiak
2020-07-09
[3.1.x] Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper fo...
Mariusz Felisiak
2020-06-30
[3.1.x] Fixed #31752 -- Fixed intermittent test_order_by_relational_field_thr...
Carlton Gibson
2020-06-29
[3.1.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() whe...
Ad Timmering
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-23
[3.1.x] Fixed #31736 -- Fixed InspectDBTransactionalTests.test_foreign_data_w...
Ahmad A. Hussein
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-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
[next]