| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-07 | [5.1.x] Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. | Jon Ribbens | |
| Backport of 826ef006681eae1e9b4bd0e4f18fa13713025cba from main. | |||
| 2024-08-08 | [5.1.x] Doc'd that SessionMiddleware is required for the admin site. | Jure Cuhalev | |
| The system check "admin.E410" was already checking for this, but the requirement was not listed in docs/ref/contrib/admin/index.txt. Backport of f8ef4579ea710f93ec7edc93c6f3f216bd55d6be from main. | |||
| 2024-08-05 | [5.1.x] Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| Backport of 304d25667433a59409e334a93acaaa9201840508 from main. | |||
| 2024-08-05 | [5.1.x] Refs #35380 -- Updated screenshots in admin docs. | Natalia | |
| Backport of 90adba85b29230acfe354bffd82bc0d3a4d63c9d from main. | |||
| 2024-07-15 | [5.1.x] Fixed #35464 -- Updated docs to note fieldsets have limited impact ↵ | Maryam Yusuf | |
| on TabularInlines. Backport of b5f4d76bc400b9f2017da0a52ee4ff0d7c09be15 from main. | |||
| 2024-06-25 | [5.1.x] Optimized admin docs images. | Sarah Boyce | |
| Backport of 72b7b59680fecb0bf7108fc00cc27b0476aae107 from main. | |||
| 2024-06-25 | [5.1.x] Refs #35380 -- Updated screenshots in admin docs. | nessita | |
| When listing users, ensure that user first and last name are diverse. Backport of bcc327aa326093a39f01a9bc98198807444900f3 from main. | |||
| 2024-06-14 | [5.1.x] Fixed #35443 -- Changed ordinal to return negative numbers unchanged. | Simon Törnqvist | |
| Previously, `-1` was converted to `"-1th"`. This has been updated to return negative numbers "as is", so that for example `-1` is converted to `"-1"`. This is now explicit in the docs. Co-authored-by: Martin Jonson <artin.onson@gmail.com> Backport of d3a7ed5bcc45000a6c3dd55d85a4caaa83299f83 from main. | |||
| 2024-05-22 | Refs #35189 -- Updated ModelAdmin.fieldsets screenshot in admin docs. | Natalia | |
| 2024-05-22 | Fixed #35189 -- Improved admin collapsible fieldsets by using <details> ↵ | Marijke Luttekes | |
| elements. This work improves the accessibility of the add and change pages in the admin site by adding <details> and <summary> elements to the collapsible fieldsets. This has the nice side effect of no longer requiring custom JavaScript helpers to implement the fieldsets' show/hide capabilities. Thanks to James Scholes for the accessibility advice, and to Sarah Boyce and Tom Carrick for reviews. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2024-05-16 | Replaced fictional class 'extrapretty' in admin fieldsets docs. | Adam Johnson | |
| 2024-05-04 | Fixed #35426 -- Updated querysets to be a required argument of GenericPrefetch. | sobolevn | |
| 2024-04-29 | Fixed #35412 -- Dropped support for SQLite < 3.31. | Mariusz Felisiak | |
| 2024-04-10 | Fixed settings path in docs for installing SpatiaLite with Homebrew. | Adam Johnson | |
| Co-authored-by: Adam Zapletal <adamzap@gmail.com> | |||
| 2024-03-18 | Refs #31014 -- Added srid argument to FromWKB/FromWKT() GIS functions. | Claude Paroz | |
| 2024-03-06 | Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| 2024-03-06 | Updated broken links in docs/ref/contrib/gis/tutorial.txt. | Mohammad Alsakhawy | |
| 2024-02-29 | Fixed typo in docs/ref/contrib/admin/index.txt. | kbehlers | |
| 2024-02-28 | Removed #django-geo IRC channel in docs. | Mariusz Felisiak | |
| It's been inactive for several years. | |||
| 2024-02-05 | Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display. | Tom Carrick | |
| Co-authored-by: Alex Garcia <me@alexoteiza.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Co-authored-by: Nina Menezes <https://github.com/nmenezes0> | |||
| 2024-02-05 | Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple ↵ | Ben Cail | |
| database setup. | |||
| 2024-01-29 | Refs #35058 -- Added support for measured geometries to GDAL LineString. | David Smith | |
| 2024-01-28 | Refs #35058 -- Made centroid available on all geometry types. | David Smith | |
| Centroid is available on all geometry types since GDAL 1.8.0. Previously it was restricted to Polygon. https://gdal.org/doxygen/classOGRGeometry.html#a91787f669b2a148169667e270e7e40df | |||
| 2024-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2024-01-25 | Refs #35058 -- Added support for measured geometries to GDAL Point. | David Smith | |
| Co-authored-by: Nick Pope <nick@nickpope.me.uk> | |||
| 2024-01-23 | Refs #35058 -- Deprecated OGRGeometry.coord_dim setter. | David Smith | |
| Reflecting a change in the underlying GDAL library (since GDAL 2.1) using coord_dim to set a geometries dimensions is deprecated in favor of set_3d(). | |||
| 2024-01-18 | Refs #35058 -- Added is_3d and set_3d() to OGRGeometry. | David Smith | |
| 2024-01-17 | Fixed #31700 -- Made makemigrations command display meaningful symbols for ↵ | Amir Karimi | |
| each operation. | |||
| 2024-01-16 | Fixed #35117 -- Added support for the hectare unit in Area. | Alexis Athlani | |
| 2024-01-10 | Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() ↵ | Nick Pope | |
| responses. | |||
| 2024-01-07 | Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address. | Nick Pope | |
| 2024-01-06 | Fixed #35088 -- Added support for Collect on MySQL 8.0.24+. | Nick Pope | |
| 2024-01-05 | Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+. | David Smith | |
| Spatialite 5.1 added support for BoundingCircle (GEOSMinimumBoundingCircle). GEOS 3.7 is required which is lower than Django's currently supported minmum of 3.8. https://groups.google.com/g/spatialite-users/c/hAJ2SgitN4M https://www.gaia-gis.it/gaia-sins/spatialite-sql-5.1.0.html | |||
| 2024-01-02 | Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex. | Nick Pope | |
| 2023-12-28 | Corrected code-block directives in docs. | Mariusz Felisiak | |
| 2023-12-21 | Fixed #35005 -- Confirmed support for GDAL 3.8. | David Smith | |
| 2023-12-20 | Fixed #35049 -- Dropped support for GDAL 2.4. | David Smith | |
| 2023-12-20 | Fixed #35048 -- Dropped support for PROJ 5.x. | David Smith | |
| 2023-12-19 | Doc'd that users with unusable passwords cannot request a password reset. | Amin Shah Gilani | |
| 2023-12-05 | Deprecated django.contrib.gis.geoip2.GeoIP2.open(). | Nick Pope | |
| 2023-12-01 | Improved wording in auth.models.User field docs. | Adrien | |
| Co-authored-by: Lily Foote <code@lilyf.org> | |||
| 2023-12-01 | Deprecated django.contrib.gis.geoip2.GeoIP2.coords(). | Nick Pope | |
| The `ordering` argument is undocumented and of limited use, so this is effectively the same as `GeoIP2.lon_lat()`. | |||
| 2023-11-29 | Refs #25778 -- Updated some links and references to HTTPS. | Adam Johnson | |
| 2023-11-28 | Removed link to lawrence.com in contrib.sites docs. | Adam Johnson | |
| lawrence.com has since become a redirect to LJWorld.com, making the link pointless. | |||
| 2023-11-15 | Refs #33690 -- Added missing data-theme selector to example in theming ↵ | William Hayes | |
| support docs. | |||
| 2023-11-02 | Fixed #34813 -- Doc'd usage of integrity HTML attribute with ↵ | Patrick Rauscher | |
| ManifestStaticFilesStorage. | |||
| 2023-10-27 | Fixed typo in docs/ref/contrib/gis/geos.txt. | Izzy Hyman | |
| 2023-10-25 | Added missing pycon directives in various docs. | Mariusz Felisiak | |
| 2023-10-07 | Added missing import in docs/ref/contrib/contenttypes.txt. | sage | |
| 2023-10-04 | Fixed #34759 -- Confirmed support for SpatiaLite 5.1. | pieterck | |
| Thanks The Epic Dev for helping with tests. | |||
