summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Bumped version for 3.2.2 release.3.2.2Mariusz Felisiak2021-05-061-1/+1
* [3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak2021-05-066-3/+73
* [3.2.x] Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.Carlton Gibson2021-05-061-0/+3
* [3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...Simon Charette2021-05-053-3/+26
* [3.2.x] Added CVE-2021-31542 to security archive.Carlton Gibson2021-05-041-0/+13
* [3.2.x] Added stub release notes for Django 3.2.2.Carlton Gibson2021-05-042-0/+13
* [3.2.x] Post-release version bump.Carlton Gibson2021-05-041-1/+1
* [3.2.x] Bumped version for 3.2.1 release.3.2.1Carlton Gibson2021-05-041-1/+1
* [3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner2021-05-0414-13/+190
* [3.2.x] Added spelling option to make.bat.Susan Wright2021-04-301-0/+10
* [3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_e...Hasan Ramezani2021-04-291-1/+4
* [3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be au...Carlton Gibson2021-04-292-0/+30
* [3.2.x] Refs #32694 -- Clarified when colorama requirement is needed in Windo...Carlton Gibson2021-04-291-4/+5
* [3.2.x] Corrected introduction to range field lookups docs.Adam Johnson2021-04-281-2/+1
* [3.2.x] Fixed #32632, Fixed #32657 -- Removed flawed support for Subquery dec...Simon Charette2021-04-286-65/+31
* [3.2.x] Fixed #32687 -- Restored passing process’ environment to underlying...Konstantin Alekseev2021-04-275-5/+21
* [3.2.x] Fixed #32682 -- Made admin changelist use Exists() instead of distinc...Mariusz Felisiak2021-04-273-32/+70
* [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-274-15/+23
* [3.2.x] Refs #32682 -- Fixed QuerySet.delete() crash on querysets with self-r...Mariusz Felisiak2021-04-273-1/+34
* [3.2.x] Refs 32637 -- Made technical 404 debug page display exception message...Mariusz Felisiak2021-04-272-1/+11
* [3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel2021-04-265-0/+21
* [3.2.x] Refs #28034 -- Corrected docs example in contributing tutorial.Clumart.G2021-04-231-0/+2
* [3.2.x] Used assertCountEqual() in ExcludeTests.test_exclude_subquery().Mariusz Felisiak2021-04-221-1/+1
* [3.2.x] Added note to update docs config when creating new stable branch.Carlton Gibson2021-04-221-0/+5
* [3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.requires...Abhyudai2021-04-213-3/+7
* [3.2.x] Fixed #32650 -- Fixed handling subquery aliasing on queryset combinat...Simon Charette2021-04-213-6/+44
* [3.2.x] Fixed #32665 -- Fixed caches system check crash when STATICFILES_DIRS...Mariusz Felisiak2021-04-213-4/+38
* [3.2.x] Fixed #32647 -- Restored multi-row select with shift-modifier in admi...Carlton Gibson2021-04-213-1/+52
* [3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson2021-04-161-3/+3
* [3.2.x] Fixed #32652 -- Fixed links to new contributors FAQ.Carlton Gibson2021-04-153-24/+29
* [3.2.x] Fixed #32643 -- Fixed decoding of messages in the pre-Django 3.2 format.Florian Apolloner2021-04-153-3/+11
* [3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ...Mariusz Felisiak2021-04-145-3/+47
* [3.2.x] Fixed #32548 -- Fixed crash when combining Q() objects with boolean e...Jonathan Richards2021-04-144-16/+25
* [3.2.x] Fixed #32648 -- Fixed VariableDoesNotExist rendering sitemaps template.Arthur Jovart2021-04-144-6/+12
* [3.2.x] Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching a...Mariusz Felisiak2021-04-143-2/+10
* [3.2.x] Fixed #32635 -- Fixed system check crash for reverse o2o relations in...Hasan Ramezani2021-04-143-0/+49
* [3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak2021-04-133-2/+11
* [3.2.x] Fixed #32627 -- Fixed QuerySet.values()/values_list() crash on combin...Iuri de Silvio2021-04-133-5/+34
* [3.2.x] Bumped django_next_version in docs config.Carlton Gibson2021-04-101-1/+1
* [3.2.x] Fixed #32618 -- Added link to conditional aggregation in aggregation ...Hasan Ramezani2021-04-091-1/+1
* [3.2.x] Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting t...Hasan Ramezani2021-04-091-0/+3
* [3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson2021-04-084-2/+31
* [3.2.x] Corrected release number format in 3.2.1 release notes.Carlton Gibson2021-04-071-1/+1
* [3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz2021-04-076-54/+67
* [3.2.x] Corrected wrapping in 3.2 release notes.Carlton Gibson2021-04-071-51/+50
* [3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak2021-04-061-1/+1
* [3.2.x] Added stub release notes for Django 3.2.1.Carlton Gibson2021-04-062-0/+13
* [3.2.x] Post-release version bump.Carlton Gibson2021-04-061-1/+1
* [3.2.x] Bumped version for 3.2 release.3.2Carlton Gibson2021-04-062-2/+2
* [3.2.x] Added release date for Django 3.2.Carlton Gibson2021-04-061-54/+55