summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.2.x] Bumped django_next_version in docs config.update-next-docs-versionCarlton 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
* [3.2.x] Updated manpage for Django 3.2 final.Carlton Gibson2021-04-061-4/+4
* [3.2.x] Updated asgiref dependency for 3.2 release series.Carlton Gibson2021-04-064-3/+6
* [3.2.x] Added CVE-2021-28658 to security archive.Mariusz Felisiak2021-04-061-0/+14
* [3.2.x] Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploa...Mariusz Felisiak2021-04-069-23/+159
* [3.2.x] Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3...Mariusz Felisiak2021-04-061-0/+5
* [3.2.x] Updated translations from Transifex.Claude Paroz2021-04-06307-2870/+4407
* [3.2.x] Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz2021-03-313-12/+19
* [3.2.x] Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.Mariusz Felisiak2021-03-302-1/+9
* [3.2.x] Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for val...Mariusz Felisiak2021-03-301-0/+1
* [3.2.x] Removed dead link in docs/topics/http/sessions.txt.arcanemachine2021-03-301-2/+1
* [3.2.x] Added missing mode="rb" argument to open() call in Client.post() exam...John2021-03-261-1/+1
* [3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise Disallowe...sreehari19972021-03-262-0/+5
* [3.2.x] Refs #31003 -- Moved note about return value of QuerySet.bulk_create(...Claude Paroz2021-03-251-4/+2
* [3.2.x] Doc'd that RawSQL can be used with __in.Simon Willison2021-03-251-1/+5
* [3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs.Jannis Vajen2021-03-241-1/+1
* [3.2.x] Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.Mariusz Felisiak2021-03-234-8/+17
* [3.2.x] Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson2021-03-222-12/+31
* [3.2.x] Refs #31372 -- Added django.utils.inspect tests for bound methods.Adam Johnson2021-03-221-2/+31
* [3.2.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to th...tim-mccurrach2021-03-221-3/+3
* [3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config ...kshitijraghav2021-03-191-1/+0
* [3.2.x] Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs.Mariusz Felisiak2021-03-191-1/+8
* [3.2.x] Added parallel argument to DiscoverRunner docs.Mariusz Felisiak2021-03-191-1/+7
* [3.2.x] Corrected DiscoverRunner.build_suite() signature.Mariusz Felisiak2021-03-191-1/+1
* [3.2.x] Bumped version for 3.2 release candidate 1.3.2rc1Carlton Gibson2021-03-181-1/+1
* [3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron2021-03-188-8/+178
* [3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions d...Hasan Ramezani2021-03-182-8/+7
* [3.2.x] Fixed #32560 -- Fixed test runner with --pdb and --buffer on fail/error.Adam Johnson2021-03-172-1/+5
* [3.2.x] Fixed typo in docs/topics/testing/advanced.txt.Jozef2021-03-171-2/+2
* [3.2.x] Fixed #32353 -- Confirmed support for PROJ 7.X.Mariusz Felisiak2021-03-161-4/+8
* [3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() meth...Hasan Ramezani2021-03-162-3/+3
* [3.2.x] Fixed typo in docs/ref/checks.txt.Hasan Ramezani2021-03-151-1/+1
* [3.2.x] Updated datum directory for PROJ 6 in GIS install instructions.Mariusz Felisiak2021-03-151-2/+3
* [3.2.x] Refs #31235 -- Improved assertQuerysetEqual() warning message with st...Claude Paroz2021-03-101-0/+1
* [3.2.x] Fixed #32512 -- Fixed admin dark theme for autocomplete fields.mimi899992021-03-102-8/+16
* [3.2.x] Refs #32018 -- Corrected color variable for toggle links in admin.Mariusz Felisiak2021-03-091-1/+1
* [3.2.x] Refs #32018 -- Used --darkened-bg for <pre> elements.Mariusz Felisiak2021-03-091-1/+1
* [3.2.x] Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexe...Tim Graham2021-03-091-0/+1
* [3.2.x] Updated link to Selenium webdrivers.Mariusz Felisiak2021-03-091-1/+1