| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-05 | [4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ↵ | Mariusz Felisiak | |
| ManifestStaticFilesStorage." This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report. Backport of ba9ced3e9a643a05bc521f0a2e6d02e3569de374 from main | |||
| 2021-10-27 | [4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct ↵ | Carlton Gibson | |
| template block. Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main | |||
| 2021-10-21 | [4.0.x] Fixed #33210 -- Clarified docs for sitemaps ping_google() helper. | Arkadiusz Adamski | |
| Backport of 1405dc78872f9d18180feebb4f2c57dbe1259acb from main | |||
| 2021-10-21 | [4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10. | Mariusz Felisiak | |
| Backport of 9231526af4b9825583b0d3cb943f88109fd30551 from main | |||
| 2021-10-04 | [4.0.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField ↵ | Sarah Abderemane | |
| key transforms. Backport of 1953dd02b6719ee89fddbc3098d86968d79f3cd7 from main | |||
| 2021-09-24 | [4.0.x] Removed obsolete GEOS 3.5 requirement note. | Claude Paroz | |
| Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b. Backport of 8036b53de61f16098a2f22c50621987182bdfaed from main | |||
| 2021-09-21 | [4.0.x] Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main | |||
| 2021-09-20 | Fixed #32504 -- Updated admin's jQuery to 3.6.0. | Mariusz Felisiak | |
| 2021-09-17 | Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵ | Nikita Marchant | |
| PostgreSQL. | |||
| 2021-09-17 | Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin. | Giannis Adamopoulos | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-09-17 | Corrected outputs and made cosmetic edits in GeoDjango tutorial. | Mariusz Felisiak | |
| 2021-09-08 | Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ↵ | Siburg | |
| verbose_name. | |||
| 2021-08-17 | Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. | Andrew Northall | |
| 2021-08-13 | The geodjango mailing list moved to the Django Forum. | Claude Paroz | |
| 2021-08-05 | Fixed #27590 -- Allowed customizing a manifest file storage in ↵ | Jarosław Wygoda | |
| ManifestFilesMixin. | |||
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-07-28 | Fixed typo in docs/ref/contrib/admin/index.txt. | Pēteris Caune | |
| 2021-07-27 | Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments. | David Smith | |
| This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English. | |||
| 2021-07-26 | Fixed #32906 -- Added docs and tests for using key and index lookups on ↵ | abhiabhi94 | |
| JSONBAgg results. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-07-23 | Fixed #32950 -- Removed myproject from imports in admin docs where appropriate. | Abhyudai | |
| 2021-07-19 | Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates. | Nick Pope | |
| This deprecates forcing a return value for ArrayAgg, JSONBAgg, and StringAgg when there are no rows in the query. Now that we have a ``default`` argument for aggregates, we want to revert to returning the default of ``None`` which most aggregate functions return and leave it up to the user to decide what they want to be returned by default. | |||
| 2021-07-19 | Fixed #10929 -- Added default argument to aggregates. | Nick Pope | |
| Thanks to Simon Charette and Adam Johnson for the reviews. | |||
| 2021-07-19 | Fixed #32942 -- Confirmed support for PostGIS 3.1. | Nick Pope | |
| 2021-07-16 | Fixed #32928 -- Confirmed support for GDAL 3.3. | David Smith | |
| 2021-07-09 | Fixed typo in docs/ref/contrib/gis/tutorial.txt. | Wille Marcel | |
| 2021-07-06 | Fixed #32776 -- Added support for Array subqueries on PostgreSQL. | Hannes Ljungberg | |
| 2021-06-30 | Fixed #32850 -- Doc'd Sitemap.paginator. | Thomas Guettler | |
| 2021-06-08 | Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() ↵ | Sanskar Jaiswal | |
| operations for PostgreSQL. | |||
| 2021-06-03 | Fixed typos in docs. | Jacob Walls | |
| 2021-05-31 | Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. | Gildardo Adrian Maravilla Jacome | |
| 2021-05-29 | Fixed typos in comments and docs. | David Sanders | |
| 2021-05-26 | Fixed #32543 -- Added search_help_text to ModelAdmin. | Hasan Ramezani | |
| 2021-05-21 | Fixed #32375 -- Started deprecation toward changing the default sitemap ↵ | Rohith PR | |
| protocol to https. The default sitemap protocol, when it is built outside the context of a request, will be changed from 'http' to 'https' in Django 5.0. | |||
| 2021-05-20 | Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| 2021-05-19 | Fixed typo in docs/ref/contrib/admin/index.txt. | David Sanders | |
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2021-05-17 | Refs #32720 -- Fixed some broken links in docs. | Nick Pope | |
| 2021-05-13 | Fixed #32031 -- Added model class for each model to AdminSite.each_context(). | Raffaele Salmaso | |
| 2021-05-07 | Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem. | Jordi Castells | |
| 2021-04-28 | Corrected introduction to range field lookups docs. | Adam Johnson | |
| Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. | |||
| 2021-04-27 | Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. | Mariusz Felisiak | |
| QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. | |||
| 2021-04-19 | Fixed #32574 -- Confirmed support for PROJ 8.x. | David Smith | |
| 2021-04-08 | Fixed #32575 -- Added support for SpatiaLite 5. | Claude Paroz | |
| 2021-04-08 | Refs #31578 -- Removed outdated notes about MyISAM in GIS docs. | Mariusz Felisiak | |
| InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+. | |||
| 2021-04-08 | Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite. | Mariusz Felisiak | |
| LWGEOM is not required for IsValid(). | |||
| 2021-04-07 | Dropped support for GEOS 3.5 and GDAL 2.0. | Claude Paroz | |
| 2021-04-07 | Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. | Claude Paroz | |
| 2021-04-06 | Refs #30156 -- Corrected version in SpatiaLite install instructions. | Mariusz Felisiak | |
| 2021-04-02 | Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. | Adam Johnson | |
| 2021-03-16 | Fixed #32353 -- Confirmed support for PROJ 7.X. | Mariusz Felisiak | |
