summaryrefslogtreecommitdiff
path: root/docs
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-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
2021-04-06[3.2.x] Added release date for Django 3.2.Carlton Gibson
2021-04-06[3.2.x] Updated manpage for Django 3.2 final.Carlton Gibson
2021-04-06[3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson
2021-04-06[3.2.x] Added CVE-2021-28658 to security archive.Mariusz Felisiak
2021-04-06[3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak
2021-03-31[3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-03-30[3.2.x] Removed dead link in docs/topics/http/sessions.txt.arcanemachine
2021-03-26[3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...John
2021-03-26[3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari1997
2021-03-25[3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz
2021-03-25[3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison
2021-03-24[3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen
2021-03-22[3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...tim-mccurrach
2021-03-19[3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...kshitijraghav