summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2020-06-10[3.1.x] Refs #31657 -- Added test for ordering by self-referential ForeignKeys.Hasan Ramezani
2020-06-08[3.1.x] Fixed #31594 -- Added ASGIStaticFilesHandler.get_response_async().Joshua Massover
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-04[3.1.x] Refs #30134 -- Added test for {% localize off %} tag with format sett...Claude Paroz
2020-06-03[3.1.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak
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] 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-28[3.1.x] Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick
2020-05-28[3.1.x] Fixed isolation of test_migrate_fake_initial.Mariusz Felisiak
2020-05-26[3.1.x] Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of co...Laurent Tramoy
2020-05-26[3.1.x] Fixed #31416 -- Made autodetector find dependencies for MTI model cre...Nan Liu
2020-05-25[3.1.x] Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete().Simon Charette
2020-05-20[3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak
2020-05-19[3.1.x] Fixed #31607 -- Fixed evaluated Subquery equality.Mariusz Felisiak
2020-05-19[3.1.x] Fixed #31601 -- Fixed SearchHeadlineTests on PostgresSQL 9.6.18+, 10....Hannes Ljungberg
2020-05-18[3.1.x] Updated docutils link to HTTPS and new location.Jon Dufresne
2020-05-18[3.1.x] Refs #12990 -- Added DatabaseFeatures.has_json_operators.Tim Graham