summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-03-18[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron
2021-03-09[3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexe...Tim Graham
2021-03-09[3.2.x] Updated Git branch "master" to "main".Markus Holtermann
2021-02-24[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in G...Simon Charette
2021-02-19[3.2.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.ht...Nick Pope
2021-02-19[3.2.x] Fixed #32455 -- Allowed right combining Q() with boolean expressions.Hasan Ramezani
2021-02-19[3.2.x] Refs #32455 -- Added tests for left combining an empty Q() with boole...Mariusz Felisiak
2021-02-18[3.2.x] Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not p...starryrbs
2021-02-17[3.2.x] Fixed #32453 -- Added introspection of unique constraint field orderi...Hannes Ljungberg
2021-02-16[3.2.x] Fixed #29052 -- Made test database creation preserve alias order and ...Harm Geerts
2021-02-12[3.2.x] Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase...Chris Jerdonek
2021-02-11[3.2.x] Fixed #32433 -- Added error message on QuerySet.delete() following di...Egidijus Macijauskas
2021-02-11[3.2.x] Refs #19102 -- Removed flaky test Ticket19102Tests.test_ticket_19102_...Egidijus Macijauskas
2021-02-09[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.Jordan Bae
2021-02-05[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...Mikolaj Rybinski
2021-02-04[3.2.x] Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving ...Hasan Ramezani
2021-02-02[3.2.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'post...Mariusz Felisiak
2021-02-01[3.2.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archiv...Mariusz Felisiak
2021-01-29[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set_languag...Sandro Covo
2021-01-29[3.2.x] Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expres...Tilman Koschnick
2021-01-29[3.2.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.Mariusz Felisiak
2021-01-28[3.2.x] Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.Illia Volochii
2021-01-27[3.2.x] Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relat...Hasan Ramezani
2021-01-26[3.2.x] Fixed #32369 -- Fixed adding check constraints with pattern lookups a...Simon Charette
2021-01-21[3.2.x] Fixed #32367 -- Fixed system check for specifying type of auto-create...Mariusz Felisiak
2021-01-21[3.2.x] Fixed #32374 -- Stopped recording migration application before deferr...Simon Charette
2021-01-21[3.2.x] Refs #29721 -- Simplified migration used to test atomic recording.Simon Charette
2021-01-19[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-18[3.2.x] Fixed #32358 -- Fixed queryset crash when grouping by annotation with...Illia Volochii
2021-01-18[3.2.x] Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-14Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani
2021-01-14Fixed #31358 -- Increased salt entropy of password hashers.Jon Moroney
2021-01-14Refs #31358 -- Added bcrypt password hashers tests for must_update() with sal...Jon Moroney
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-13Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2021-01-13Added SpatialFeatures.empty_intersection_returns_none.Tim Graham
2021-01-12Refs #26709 -- Made Index raise ValueError on non-string fields.Hannes Ljungberg
2021-01-12Fixed #32291 -- Added fixtures compression support to dumpdata.Paolo Melchiorre
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2021-01-05Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.Alexander Lyabah
2021-01-04Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham