summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+14
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-033-0/+59
* Doc'd that django.setup() is called under ASGI.Adam Johnson2023-03-011-1/+1
* Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley2023-03-011-21/+16
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0183-2151/+2741
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-2817-130/+154
* Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson2023-02-241-0/+7
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-232-4/+40
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-1/+5
* Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...Mariusz Felisiak2023-02-161-0/+6
* Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith2023-02-151-17/+16
* Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith2023-02-153-86/+57
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-5/+15
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-142-0/+28
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1054-816/+2427
* Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang2023-02-101-7/+7
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-0/+10
* Added missing vars to AdminSite.each_context() docs.Carlton Gibson2023-02-081-0/+3
* Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.noFFENSE2023-01-202-2/+6
* Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-202-4/+18
* Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak2023-01-181-19/+4
* Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak2023-01-171-10/+0
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-171-16/+2
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-9/+0
* Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...Mariusz Felisiak2023-01-171-6/+0
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-27/+1
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-6/+1
* Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak2023-01-171-14/+0
* Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak2023-01-171-5/+0
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-171-69/+0
* Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak2023-01-173-67/+14
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-15/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-173-75/+42
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-15/+12
* Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak2023-01-171-4/+4
* Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak2023-01-171-9/+3
* Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak2023-01-171-17/+0
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-1735-383/+2
* Fixed #34255 -- Made PostgreSQL backend use client-side parameters binding wi...Mariusz Felisiak2023-01-171-3/+28
* Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak2023-01-172-4/+4
* Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce2023-01-161-1/+3
* Fixed "nulls characters" typo in docs.Steven2023-01-161-1/+1
* Fixed #34234 -- Dropped support for PROJ 4.Leo2023-01-131-2/+1
* Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda2023-01-124-26/+64
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-123-0/+45
* Corrected used JS libraries in GIS widget docs.Mariusz Felisiak2023-01-101-5/+5
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-102-17/+44
* Fixed #34110 -- Added in-memory file storage.Francesco Panico2023-01-101-0/+33
* Refs #32355 -- Bumped mysqlclient requirement to >= 1.4.3.Mariusz Felisiak2023-01-051-1/+1
* Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak2023-01-041-1/+5