| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-23 | [5.1.x] Updated ogrinfo output in GIS tutorial. | dr-rompecabezas | |
| Backport of fb65c520401d8eefb97725d16608444901cfed14 from main | |||
| 2025-03-18 | [5.1.x] Fixed #36078 -- Doc'd that Postgres normalizes a range field with no ↵ | Clifford Gama | |
| points to empty. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Backport of 611e7bc3a0633a35ae3430e359c646e02fa3801d from main. | |||
| 2025-03-05 | [5.1.x] Fixed #36227 -- Fixed outdated PostgreSQL documentation links. | hesham942 | |
| Backport of 3ecaa85a247373d7ccbcdd593b3fd4bb701f7674 from main. | |||
| 2025-03-04 | [5.1.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m ↵ | Clifford Gama | |
| through models. Backport of ae2736ca3bf4c6a27e23ee95530ad965b550d4cc from main. | |||
| 2025-02-18 | [5.1.x] Removed advice to propose a new contrib app. | Sarah Boyce | |
| Backport of 9d22a7d8f0e814a596ecbeb6efd051262f6a03e3 from main. | |||
| 2025-02-04 | [5.1.x] Clarified docs for default email value in UserManager.create_user(). | amirreza sohrabi far | |
| Backport of 5da3ad7bf90fba7321f4c2834db44aa920c70bc7 from main. | |||
| 2025-01-30 | [5.1.x] Corrected ArrayAgg example for ordering usage. | nessita | |
| 2025-01-30 | [5.1.x] Tweaked docs to avoid reformatting given new black version. | nessita | |
| Backport of fd3cfd80bebad292d639a03e58632e494369eb92 from main. | |||
| 2024-11-14 | [5.1.x] Removed misleading list of tested OS in GEOS API docs. | Anthony Joseph | |
| Backport of 512a2bad0574a3748cb2f141a761a286a67f0ae9 from main. | |||
| 2024-11-11 | [5.1.x] Updated BRIN index links in contrib.postgres indexes docs. | Adam Zapletal | |
| Backport of 54774e790d461d94653a4a83a7f5cc456e6d246a from main. | |||
| 2024-10-30 | [5.1.x] Added missing lang attributes to html elements in docs. | Johanan-Ayadata | |
| Backport of 97a6a678c406b0049bd17bcd34f1d71d96141994 from main. | |||
| 2024-10-24 | [5.1.x] Fixed #22828 -- Warned that ModelAdmin get hooks return the property ↵ | koresi | |
| itself rather a copy. Backport of b8e9cdf13b7ab6621926a5d2aad3e2bb745aae00 from main. | |||
| 2024-10-23 | [5.1.x] Doc'd that unusable passwords are defined by metadata in the ↵ | David D Lowe | |
| password field. Backport of de2bb73904009313bae3664ef71edfd60df9912b from main. | |||
| 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 | |
