summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-05-04[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-04-28[3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...Simon Charette
2021-04-27[3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...Konstantin Alekseev
2021-04-27[3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...Mariusz Felisiak
2021-04-27[3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
2021-04-27[3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...Mariusz Felisiak
2021-04-27[3.2.x] Refs 32637 -- Made technical 404 debug page display exception message...Mariusz Felisiak
2021-04-26[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel
2021-04-22[3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery().Mariusz Felisiak
2021-04-21[3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...Simon Charette
2021-04-21[3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...Mariusz Felisiak
2021-04-21[3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...Carlton Gibson
2021-04-15[3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner
2021-04-14[3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...Mariusz Felisiak
2021-04-14[3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...Jonathan Richards
2021-04-14[3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart
2021-04-14[3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...Mariusz Felisiak
2021-04-14[3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...Hasan Ramezani
2021-04-13[3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-04-13[3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...Iuri de Silvio
2021-04-08[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-06[3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson
2021-04-06[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak
2021-04-06[3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3...Mariusz Felisiak
2021-04-06[3.2.x] Updated translations from Transifex.Claude Paroz
2021-03-30[3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak
2021-03-30[3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for val...Mariusz Felisiak
2021-03-23[3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak
2021-03-22[3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-22[3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson
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