summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
Commit message (Expand)AuthorAgeFilesLines
* Updated broken links in docs.Mariusz Felisiak2023-05-171-1/+1
* Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.Andrei Shabanski2023-04-271-1/+1
* Replaced docutils link by PyPI reference.Claude Paroz2023-04-251-1/+1
* Added meaningful titles to ..admonition:: directives.Mariusz Felisiak2023-04-212-6/+6
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-171-5/+10
* Used extlinks for PyPI links.Tim Graham2023-04-171-2/+1
* Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang2023-04-151-0/+4
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-2/+7
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
* Doc'd that action descriptions are %-formatted.Mariusz Felisiak2023-03-091-0/+5
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-091-2/+2
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-1/+8
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-033-0/+59
* 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-0137-817/+1052
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-286-23/+29
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-1/+11
* Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...Mariusz Felisiak2023-02-161-0/+6
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1028-268/+809
* 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 #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-202-4/+18
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-27/+1
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-171-69/+0
* 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
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-1710-106/+0
* Refs #34255 -- Bumped required psycopg version to 3.1.8.Mariusz Felisiak2023-01-171-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-121-12/+18
* Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda2023-01-121-0/+1
* 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 #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak2023-01-041-1/+5
* Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on P...Claude Paroz2023-01-033-5/+34
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-021-0/+8
* Fixed #34208 -- Confirmed support for GDAL 3.6.Mariusz Felisiak2022-12-291-16/+15
* Fixed #33662 -- Allowed Sitemap to customize languages for each item.Roxane2022-12-191-0/+9
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-154-32/+38
* Fixed #34213 -- Updated PostgreSQL package names in installing PostGIS docs.Paolo Melchiorre2022-12-141-2/+2
* Removed KyngChaos packages from docs.Mariusz Felisiak2022-12-142-82/+1
* Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.Mariusz Felisiak2022-12-081-1/+1
* Fixed #34172 -- Improved ModelAdmin.get_urls example.Sylvain Fankhauser2022-12-071-32/+15
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-071-0/+9
* Updated various links to HTTPS and new locations.Mariusz Felisiak2022-12-062-2/+2
* Fixed #34199 -- Added example to StringAgg docs.sdolemelipone2022-12-051-0/+26
* Fixed typo in docs/ref/contrib/postgres/aggregates.txt.sdolemelipone2022-12-051-1/+1
* Fixed #26056 -- Added QuerySet.values()/values_list() support for ArrayField'...Ben Cail2022-11-181-1/+9
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-101-3/+4
* Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak2022-10-131-5/+5