Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated broken links in docs. | Mariusz Felisiak | 2023-05-17 | 1 | -1/+1 |
| | |||||
* | Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs. | Andrei Shabanski | 2023-04-27 | 1 | -1/+1 |
| | |||||
* | Replaced docutils link by PyPI reference. | Claude Paroz | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | Added meaningful titles to ..admonition:: directives. | Mariusz Felisiak | 2023-04-21 | 2 | -6/+6 |
| | |||||
* | Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). | sarahboyce | 2023-04-17 | 1 | -5/+10 |
| | | | | Thank you Simon Meers for the initial patch. | ||||
* | Used extlinks for PyPI links. | Tim Graham | 2023-04-17 | 1 | -2/+1 |
| | | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. | Edison Wang | 2023-04-15 | 1 | -0/+4 |
| | |||||
* | Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional. | Mariusz Felisiak | 2023-03-18 | 1 | -2/+7 |
| | | | Co-authored-by: Author: Claude Paroz <claude@2xlibre.net> | ||||
* | Corrected example in CreateCollation() docs. | Adam Johnson | 2023-03-12 | 1 | -1/+2 |
| | |||||
* | Doc'd that action descriptions are %-formatted. | Mariusz Felisiak | 2023-03-09 | 1 | -0/+5 |
| | | | | Co-authored-by: JD Bothma <jbothma@gmail.com> | ||||
* | Fixed #34395 -- Updated admin's jQuery to 3.6.4. | Mariusz Felisiak | 2023-03-09 | 1 | -2/+2 |
| | |||||
* | Fixed #34384 -- Fixed session validation when rotation secret keys. | David Wobrock | 2023-03-08 | 1 | -1/+8 |
| | | | | | | Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report. | ||||
* | Fixed #32539 -- Added toggleable facet filters to ModelAdmin. | sarahboyce | 2023-03-03 | 3 | -0/+59 |
| | | | | | Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews. | ||||
* | Fixed #34367 -- Updated instructions for installing GeoDjango on Windows. | Heath Henley | 2023-03-01 | 1 | -21/+16 |
| | | | | Thanks David Smith for the review. | ||||
* | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | 2023-03-01 | 37 | -817/+1052 |
| | |||||
* | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | 2023-02-28 | 6 | -23/+29 |
| | |||||
* | Fixed #34338 -- Allowed customizing code of ValidationError in ↵ | Xavier Fernandez | 2023-02-23 | 1 | -1/+11 |
| | | | | BaseConstraint and subclasses. | ||||
* | Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ↵ | Mariusz Felisiak | 2023-02-16 | 1 | -0/+6 |
| | | | | about paths in comments. | ||||
* | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | 2023-02-10 | 28 | -268/+809 |
| | | | | | Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | ||||
* | Fixed #34303 –- Allowed customizing admin site log entry list. | Jacob Rief | 2023-02-08 | 1 | -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 Gibson | 2023-02-08 | 1 | -0/+3 |
| | |||||
* | Fixed #34266 -- Added ClosestPoint GIS database functions. | Niccolò Mineo | 2023-01-20 | 2 | -4/+18 |
| | |||||
* | Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline. | Mariusz Felisiak | 2023-01-17 | 1 | -27/+1 |
| | |||||
* | Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline. | Mariusz Felisiak | 2023-01-17 | 1 | -69/+0 |
| | |||||
* | Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates. | Mariusz Felisiak | 2023-01-17 | 1 | -15/+12 |
| | | | | Per deprecation timeline. | ||||
* | Refs #32375 -- Changed default sitemap protocol to https. | Mariusz Felisiak | 2023-01-17 | 1 | -4/+4 |
| | | | | Per deprecation timeline. | ||||
* | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | 2023-01-17 | 10 | -106/+0 |
| | |||||
* | Refs #34255 -- Bumped required psycopg version to 3.1.8. | Mariusz Felisiak | 2023-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed #34234 -- Dropped support for PROJ 4. | Leo | 2023-01-13 | 1 | -2/+1 |
| | |||||
* | Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. | Jarosław Wygoda | 2023-01-12 | 1 | -12/+18 |
| | |||||
* | Fixed #26029 -- Allowed configuring custom file storage backends. | Jarosław Wygoda | 2023-01-12 | 1 | -0/+1 |
| | |||||
* | Corrected used JS libraries in GIS widget docs. | Mariusz Felisiak | 2023-01-10 | 1 | -5/+5 |
| | | | Follow up to 1833eb3f3e3bda5052637f1a51a27fa1b11b6871. | ||||
* | Refs #31014 -- Added FromWKB and FromWKT GIS database functions. | Mariusz Felisiak | 2023-01-10 | 2 | -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 Felisiak | 2023-01-04 | 1 | -1/+5 |
| | |||||
* | Fixed #33783 -- Added IsEmpty GIS database function and __isempty lookup on ↵ | Claude Paroz | 2023-01-03 | 3 | -5/+34 |
| | | | | PostGIS. | ||||
* | Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute. | Florian Apolloner | 2023-01-02 | 1 | -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 Felisiak | 2022-12-29 | 1 | -16/+15 |
| | |||||
* | Fixed #33662 -- Allowed Sitemap to customize languages for each item. | Roxane | 2022-12-19 | 1 | -0/+9 |
| | |||||
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 4 | -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 Melchiorre | 2022-12-14 | 1 | -2/+2 |
| | |||||
* | Removed KyngChaos packages from docs. | Mariusz Felisiak | 2022-12-14 | 2 | -82/+1 |
| | | | See https://www.kyngchaos.com/2022/09/11/goodbye-software-packaging/ | ||||
* | Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0. | Mariusz Felisiak | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | Fixed #34172 -- Improved ModelAdmin.get_urls example. | Sylvain Fankhauser | 2022-12-07 | 1 | -32/+15 |
| | |||||
* | Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. | James Bligh | 2022-12-07 | 1 | -0/+9 |
| | | | Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com> | ||||
* | Updated various links to HTTPS and new locations. | Mariusz Felisiak | 2022-12-06 | 2 | -2/+2 |
| | |||||
* | Fixed #34199 -- Added example to StringAgg docs. | sdolemelipone | 2022-12-05 | 1 | -0/+26 |
| | |||||
* | Fixed typo in docs/ref/contrib/postgres/aggregates.txt. | sdolemelipone | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Fixed #26056 -- Added QuerySet.values()/values_list() support for ↵ | Ben Cail | 2022-11-18 | 1 | -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 Hunner | 2022-11-10 | 1 | -3/+4 |
| | | | | docs. | ||||
* | Refs #23919 -- Updated obsolete buffer() references to memoryview(). | Mariusz Felisiak | 2022-10-13 | 1 | -5/+5 |
| | | | Obsolete since 8cdc84726e13da4c796db614765658835d4786a1. |