summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-05-13[3.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2021-05-13[3.2.x] Fixed #32717 -- Fixed filtering of querysets combined with the | oper...Simon Charette
2021-05-12[3.2.x] Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith
2021-05-12[3.2.x] Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connect...Nick Pope
2021-05-12[3.2.x] Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.Nick Pope
2021-05-12[3.2.x] Fixed a typo in docs/ref/models/fields.txt.Nick Pope
2021-05-12[3.2.x] Refs #32718 -- Corrected CVE-2021-31542 release notes.Mariusz Felisiak
2021-05-06[3.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt.Nick Pope
2021-05-06[3.2.x] Added stub release notes for Django 3.2.3.Mariusz Felisiak
2021-05-06[3.2.x] Added CVE-2021-32052 to security archive.Mariusz Felisiak
2021-05-06[3.2.x] Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs fro...Mariusz Felisiak
2021-05-05[3.2.x] Fixed #32714 -- Prevented recreation of migration for Meta.ordering w...Simon Charette
2021-05-04[3.2.x] Added CVE-2021-31542 to security archive.Carlton Gibson
2021-05-04[3.2.x] Added stub release notes for Django 3.2.2.Carlton Gibson
2021-05-04[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file...Florian Apolloner
2021-04-30[3.2.x] Added spelling option to make.bat.Susan Wright
2021-04-29[3.2.x] Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_e...Hasan Ramezani
2021-04-29[3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be au...Carlton Gibson
2021-04-29[3.2.x] Refs #32694 -- Clarified when colorama requirement is needed in Windo...Carlton Gibson
2021-04-28[3.2.x] Corrected introduction to range field lookups docs.Adam Johnson
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-26[3.2.x] Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin ...Zain Patel
2021-04-23[3.2.x] Refs #28034 -- Corrected docs example in contributing tutorial.Clumart.G
2021-04-22[3.2.x] Added note to update docs config when creating new stable branch.Carlton Gibson
2021-04-21[3.2.x] Fixed #32667 -- Added link to labeling checks in BaseCommand.requires...Abhyudai
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-16[3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs.Adam Johnson
2021-04-15[3.2.x] Fixed #32652 -- Fixed links to new contributors FAQ.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-10[3.2.x] Bumped django_next_version in docs config.Carlton Gibson
2021-04-09[3.2.x] Fixed #32618 -- Added link to conditional aggregation in aggregation ...Hasan Ramezani
2021-04-09[3.2.x] Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting t...Hasan Ramezani
2021-04-08[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_...Adam Johnson
2021-04-07[3.2.x] Corrected release number format in 3.2.1 release notes.Carlton Gibson
2021-04-07[3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.Claude Paroz
2021-04-07[3.2.x] Corrected wrapping in 3.2 release notes.Carlton Gibson
2021-04-06[3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instructions.Mariusz Felisiak
2021-04-06[3.2.x] Added stub release notes for Django 3.2.1.Carlton Gibson