summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2020-05-15[3.1.x] Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty Q...kjpc-tech
2020-05-14[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...Mariusz Felisiak
2020-05-14[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context ...Jon Dufresne
2020-05-14[3.1.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...Simon Charette
2020-05-14[3.1.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...Simon Charette
2020-05-13[3.1.x] Fixed #31576 -- Fixed selenium tests with headless mode.Mariusz Felisiak
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-11Optimized Model and QuerySet pickling version comparison.Adam Johnson
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-11Switched unittest.TestCase to SimpleTestCase in template_tests/test_nodelist.py.Jon Dufresne
2020-05-08Fixed #31548 -- Fixed URLValidator crash on non-strings.Yash Saini
2020-05-08Added URLValidator test for missing scheme.Yash Saini
2020-05-08Fixed #31528 -- Made collectstatic management command run staticfiles checks.Hasan Ramezani
2020-05-08Fixed tests isolation in logging_tests.François Freitag
2020-05-08Fixed #31157 -- Fixed displaying read-only JSONField values in admin.dbxnr
2020-05-08Refs #31157 -- Added tests for display_for_field() with empty JSONField.dbxnr
2020-05-08Added tests for loaddata with gzip/bzip2 compressed fixtures.Paolo Melchiorre
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-08Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.Mariusz Felisiak
2020-05-07Completed test coverage for ExclusionConstraint.Mariusz Felisiak