summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [4.0.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.Mariusz Felisiak2022-07-011-2/+4
* [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-06-2731-127/+128
* [4.0.x] Added stub release notes and release date for 4.0.6 and 3.2.14.Mariusz Felisiak2022-06-273-2/+10
* [4.0.x] Fixed CoveringIndexTests.test_covering_partial_index() when DEFAULT_I...Mariusz Felisiak2022-06-211-1/+8
* [4.0.x] Fixed #33789 -- Doc'd changes in quoting table/column names on Oracle...Mariusz Felisiak2022-06-211-0/+9
* [4.0.x] Updated OWASP Top 10 link in security topic.Grammy Jiang2022-06-161-1/+1
* [4.0.x] Added stub release notes for 4.0.6.Carlton Gibson2022-06-012-0/+13
* [4.0.x] Post-release version bump.Carlton Gibson2022-06-011-1/+1
* [4.0.x] Bumped version for 4.0.5 release.4.0.5Carlton Gibson2022-06-011-1/+1
* [4.0.x] Updated release date for Django 4.0.5.Carlton Gibson2022-06-011-1/+1
* [4.0.x] Fixed #33753 -- Fixed docs build on Sphinx 5+.Mariusz Felisiak2022-06-011-0/+5
* [4.0.x] Bumped minimum Sphinx version to 4.5.0.Mariusz Felisiak2022-05-311-9/+9
* [4.0.x] Unified AdminSite imports in docs.Hasan Ramezani2022-05-251-2/+2
* [4.0.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sideba...Sankalp2022-05-214-0/+21
* [4.0.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er2022-05-201-1/+3
* [4.0.x] Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow2022-05-191-3/+3
* [4.0.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock2022-05-193-4/+19
* [4.0.x] Refs #33685 -- Doc'd that using PostgreSQL's service names for testin...Mariusz Felisiak2022-05-161-0/+5
* [4.0.x] Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connect...Mariusz Felisiak2022-05-163-3/+21
* [4.0.x] Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi2022-05-061-1/+3
* [4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay2022-05-031-4/+13
* [4.0.x] Updated release date for Django 4.0.5.Carlton Gibson2022-05-031-1/+1
* [4.0.x] Removed 'tests' path prefix in a couple tests.Tim Graham2022-05-023-5/+5
* [4.0.x] Refs #31026 -- Changed @jinja2_tests imports to be relative.Jacob Walls2022-05-024-4/+7
* [4.0.x] Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini2022-04-291-0/+13
* [4.0.x] Added backticks to code literals in various docs.David2022-04-289-25/+19
* [4.0.x] Changed "refactorings" to "refactoring" in docs/releases/1.0.txt.David2022-04-282-2/+1
* [4.0.x] Changed "ie." to "i.e." in docs.David2022-04-283-4/+3
* [4.0.x] Refs #33646 -- Added example for async cross-thread connection access.Carlton Gibson2022-04-201-0/+26
* [4.0.x] Added TiDB to list of third-party DB backends.Xiang Zhang2022-04-201-0/+2
* [4.0.x] Updated note about ListView pagination example in CBV docs.Theofilos Alexiou2022-04-192-2/+3
* [4.0.x] Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in lis...Dominik2022-04-191-2/+2
* [4.0.x] Updated bpo link to use redirect URI.Nick Pope2022-04-131-1/+1
* [4.0.x] Added stub release notes for 4.0.5.Mariusz Felisiak2022-04-112-0/+13
* [4.0.x] Added CVE-2022-28346 and CVE-2022-28347 to security archive.Mariusz Felisiak2022-04-111-0/+22
* [4.0.x] Post-release version bump.Mariusz Felisiak2022-04-111-1/+1
* [4.0.x] Bumped version for 4.0.4 release.4.0.4Mariusz Felisiak2022-04-111-1/+1
* [4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against...Mariusz Felisiak2022-04-117-11/+85
* [4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), a...Mariusz Felisiak2022-04-118-0/+108
* [4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader ...Manel Clos2022-04-114-4/+28
* [4.0.x] Added stub release notes and release date for 4.0.4, 3.2.13, and 2.2.28.Mariusz Felisiak2022-04-044-2/+18
* [4.0.x] Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce2022-03-312-3/+19
* [4.0.x] Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_rel...Mariusz Felisiak2022-03-303-10/+68
* [4.0.x] Updated Oracle docs links to Oracle 21c.Mariusz Felisiak2022-03-296-12/+12
* [4.0.x] Updated various links to HTTPS and new locations.Mariusz Felisiak2022-03-297-12/+12
* [4.0.x] Corrected models.FileField signature in docs.Sih Sîng-hông薛丞宏2022-03-281-1/+1
* [4.0.x] Reverted "Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+."Mariusz Felisiak2022-03-261-24/+0
* [4.0.x] Fixed forms_tests.tests.test_renderers with Jinja 3.1.0+.Mariusz Felisiak2022-03-251-0/+24
* [4.0.x] Fixed #33544 -- Expanded the TEMPLATES section of the Deployment chec...Samuel Hartmann2022-03-221-2/+4
* [4.0.x] Fixed #33585 -- Made example git repo URLs use HTTPS protocol.Carlton Gibson2022-03-221-2/+2