summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Bumped version for 3.2.7 release.3.2.7Mariusz Felisiak2021-09-011-1/+1
* [3.2.x] Added release date for 3.2.7.Mariusz Felisiak2021-09-011-2/+2
* [3.2.x] Refs #25264 -- Doc's that not all default options are supported by ev...Jan Szoja2021-08-311-3/+7
* [3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson2021-08-303-3/+32
* [3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak2021-08-271-1/+1
* [3.2.x] Made sentence about Model consistent in docs.Zainab Amir2021-08-262-7/+7
* [3.2.x] Fixed #33046 -- Added note about using length of cached result by Que...Can Sarıgöl2021-08-261-0/+3
* [3.2.x] Used backend vendors in custom model fields docs.Mariusz Felisiak2021-08-241-2/+3
* [3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen2021-08-2311-21/+22
* [3.2.x] The geodjango mailing list moved to the Django Forum.Claude Paroz2021-08-131-2/+2
* [3.2.x] The django-i18n mailing list moved to the Django Forum.Claude Paroz2021-08-132-18/+2
* [3.2.x] Fixed some broken links and redirects in docs.Jacob Walls2021-08-095-5/+5
* [3.2.x] Updated BaseDatabaseFeatures link in testing tools docs.Lauri Tirkkonen2021-08-021-3/+4
* [3.2.x] Clarified URL patterns in tutorial 3.ilu_vatar_2021-08-021-2/+3
* [3.2.x] Added stub release notes for Django 3.2.7.Carlton Gibson2021-08-022-0/+13
* [3.2.x] Post-release version bump.Carlton Gibson2021-08-021-1/+1
* [3.2.x] Bumped version for 3.2.6 release.3.2.6Carlton Gibson2021-08-021-1/+1
* [3.2.x] Confirmed release date for Django 3.2.6.Carlton Gibson2021-08-021-1/+1
* [3.2.x] Refs #31676 -- Updated technical board description in organization docs.Mariusz Felisiak2021-07-301-43/+115
* [3.2.x] Refs #31676 -- Added Mergers and Releasers to organization docs.Mariusz Felisiak2021-07-301-1/+142
* [3.2.x] Refs #31676 -- Removed Core team from organization docs.Mariusz Felisiak2021-07-301-101/+0
* [3.2.x] Made minor edits to QuerySet.update_or_create() docs.Abhyudai2021-07-291-1/+1
* [3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt.Pēteris Caune2021-07-281-1/+1
* [3.2.x] Fixed #32933 -- Documented BoundField.initial as preferred over Form....Chris Jerdonek2021-07-271-5/+51
* [3.2.x] Fixed #32957 -- Improved visibility of arguments sections in Model.sa...abhiabhi942021-07-261-0/+6
* [3.2.x] Fixed #32947 -- Fixed hash() crash on reverse M2M relation when throu...Tom Wojcik2021-07-266-5/+49
* [3.2.x] Fixed #32950 -- Removed myproject from imports in admin docs where ap...Abhyudai2021-07-231-3/+3
* [3.2.x] Refs #32949 -- Adjusted release note wording.Carlton Gibson2021-07-211-2/+2
* [3.2.x] Fixed #32949 -- Restored invalid number handling in DecimalField.vali...yakimka2021-07-213-2/+15
* [3.2.x] Fixed typo in docs/ref/databases.txt.Jacob Walls2021-07-191-3/+3
* [3.2.x] Fixed typo in docs/releases/3.1.13.txt.Jacob Walls2021-07-161-1/+1
* [3.2.x] Fixed typo in docs/topics/signals.txt.Haki Benita2021-07-161-4/+4
* [3.2.x] Fixed typo in docs/internals/deprecation.txt.Jacob Walls2021-07-161-1/+1
* [3.2.x] Fixed typo in docs/internals/contributing/committing-code.txt.ᴙɘɘᴙgYmɘᴙɘj2021-07-141-1/+1
* [3.2.x] Refs #31676 -- Removed Django Core-Mentorship mailing list references...Mariusz Felisiak2021-07-133-21/+1
* [3.2.x] Fixed typo in docs/ref/contrib/gis/tutorial.txt.Wille Marcel2021-07-091-2/+2
* [3.2.x] Documented in_bulk behavior with nonexistent id_list items.Claude Paroz2021-07-071-1/+4
* [3.2.x] Added CVE-2021-35042 to security archive.Mariusz Felisiak2021-07-011-0/+13
* [3.2.x] Added stub release notes for Django 3.2.6.Mariusz Felisiak2021-07-012-0/+13
* [3.2.x] Post-release version bump.Mariusz Felisiak2021-07-011-1/+1
* [3.2.x] Bumped version for 3.2.5 release.3.2.5Mariusz Felisiak2021-07-011-1/+1
* [3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().Simon Charette2021-07-015-5/+43
* [3.2.x] Added stub release notes for 3.1.13 and release date for 3.2.5.Mariusz Felisiak2021-07-013-1/+11
* [3.2.x] Fixed #32850 -- Doc'd Sitemap.paginator.Thomas Guettler2021-06-301-0/+9
* [3.2.x] Updated translations from Transifex.Claude Paroz2021-06-2841-399/+554
* [3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-crea...Hasan Ramezani2021-06-223-0/+11
* [3.2.x] Added a note about %autoawait off for IPython.Russell Keith-Magee2021-06-221-5/+21
* [3.2.x] Fixed #32860 -- Made docs permalinks focusable to improve accessibility.Timothy McCurrach2021-06-211-2/+3
* [3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...Mariusz Felisiak2021-06-103-2/+40
* [3.2.x] Refs #32503 -- Added release notes for 5e04e84d67da8163f365e9f5fcd169...Mariusz Felisiak2021-06-101-0/+4