summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
Commit message (Collapse)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
| | | | Thank you Simon Meers for the initial patch.
* Used extlinks for PyPI links.Tim Graham2023-04-171-2/+1
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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
| | | Co-authored-by: Author: Claude Paroz <claude@2xlibre.net>
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
|
* Doc'd that action descriptions are %-formatted.Mariusz Felisiak2023-03-091-0/+5
| | | | Co-authored-by: JD Bothma <jbothma@gmail.com>
* 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
| | | | | | Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report.
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-033-0/+59
| | | | | Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews.
* Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley2023-03-011-21/+16
| | | | Thanks David Smith for the review.
* 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 ↵Xavier Fernandez2023-02-231-1/+11
| | | | BaseConstraint and subclasses.
* Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ↵Mariusz Felisiak2023-02-161-0/+6
| | | | about paths in comments.
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1028-268/+809
| | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-0/+10
| | | | Added AdminSite.get_log_entries() as an override point and made this available to the template via each_context().
* 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
| | | | Per deprecation timeline.
* Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak2023-01-171-4/+4
| | | | Per deprecation timeline.
* 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
| | | Follow up to 1833eb3f3e3bda5052637f1a51a27fa1b11b6871.
* Refs #31014 -- Added FromWKB and FromWKT GIS database functions.Mariusz Felisiak2023-01-102-17/+44
| | | | | Co-authored-by: Ondřej Böhm <ondrej.bohm@firma.seznam.cz> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
* 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 ↵Claude Paroz2023-01-033-5/+34
| | | | PostGIS.
* Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.Florian Apolloner2023-01-021-0/+8
| | | | | | This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash" of the full manifest. This allows applications to determine when their static files have changed.
* 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
| | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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
| | | See https://www.kyngchaos.com/2022/09/11/goodbye-software-packaging/
* 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
| | | Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com>
* 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 ↵Ben Cail2022-11-181-1/+9
| | | | | | ArrayField's __overlap lookup. Thanks Mads Jensen and kosz85 and the initial patch.
* Improved readability of string interpolation in frequently used examples in ↵Trey Hunner2022-11-101-3/+4
| | | | docs.
* Refs #23919 -- Updated obsolete buffer() references to memoryview().Mariusz Felisiak2022-10-131-5/+5
| | | Obsolete since 8cdc84726e13da4c796db614765658835d4786a1.