| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-06 | Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by. | Chris Muthig | |
| Aligns the argument with SQL standards already used in Window.order_by and sets up for adding support to Aggregate. | |||
| 2025-01-02 | Fixed #36037 -- Fixed default primary key type in docs. | Ari Pollak | |
| BigAutoField is the default type for primary keys. In models.txt, the linked anchor shows that the default primary key is a BigAutoField, so it now defers to that section instead of duplicating an (incorrect) type. | |||
| 2024-12-27 | Fixed #35891 -- Confirmed support for GDAL 3.10. | David Smith | |
| 2024-12-11 | Fixed #35989 -- Removed crs from GeoJSON serializer. | Jeremy Thompson | |
| Specification of coordinate reference systems (crs) was removed from the GeoJSON spec in 2016. https://datatracker.ietf.org/doc/html/rfc7946#appendix-B.1 | |||
| 2024-12-09 | Added GeometryDistance to the GIS available functions table. | Francisco Couzo | |
| 2024-11-27 | Removed trailing whitespace in docs. | Adam Zapletal | |
| 2024-11-27 | Fixed #35939 -- Linked documentation of Permission.content_type to the ↵ | Brock | |
| ContentType model. | |||
| 2024-11-19 | Fixed #35775 -- Confirmed support for GEOS 3.13. | David Smith | |
| 2024-11-18 | Fixed #18392 -- Changed default mysql encoding to "utf8mb4". | Ben Cail | |
| 2024-11-14 | Fixed #35887 -- Added imports and admin.site.register to non-partial admin ↵ | Alexander Lazarević | |
| inline doc examples. | |||
| 2024-11-14 | Removed misleading list of tested OS in GEOS API docs. | Anthony Joseph | |
| 2024-11-11 | Fixed #17905 -- Restricted access to model pages in admindocs. | sai-ganesh-03 | |
| Only users with view or change model permissions can access. Thank you to Sarah Boyce for the review. | |||
| 2024-11-11 | Updated BRIN index links in contrib.postgres indexes docs. | Adam Zapletal | |
| 2024-11-06 | Fixed #27409 -- Made admindocs support custom link text in docstrings. | sai-ganesh-03 | |
| 2024-11-04 | Fixed #35883 -- Confirmed support for GDAL 3.9. | David Smith | |
| Updated test for change to exportToXML() which now errors out on unsupported projection methods. See https://github.com/OSGeo/gdal/issues/9223. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2024-10-30 | Added missing lang attributes to html elements in docs. | Johanan-Ayadata | |
| 2024-10-30 | Clarified default behavior when fields and fieldsets are not set on ModelAdmin. | aruseni | |
| 2024-10-25 | Refs #35803 -- Added support for __covers GIS lookup on MySQL. | Mariusz Felisiak | |
| 2024-10-25 | Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB ↵ | Mariusz Felisiak | |
| 11.7+. | |||
| 2024-10-25 | Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ↵ | Mariusz Felisiak | |
| 11.7+. | |||
| 2024-10-24 | Fixed #22828 -- Warned that ModelAdmin get hooks return the property itself ↵ | koresi | |
| rather a copy. | |||
| 2024-10-23 | Doc'd that unusable passwords are defined by metadata in the password field. | David D Lowe | |
| 2024-10-22 | Refs #34406 -- Added support for GDAL curved geometries. | David Smith | |
| Co-authored-by: Fabien Le Frapper <contact@fabienlefrapper.me> | |||
| 2024-10-07 | Fixed #35303 -- Implemented async auth backends and utils. | Jon Janzen | |
| 2024-09-19 | Fixed #35776 -- Dropped support for GDAL 3.0. | David Smith | |
| 2024-09-06 | Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception. | Jon Ribbens | |
| 2024-08-08 | 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. | |||
| 2024-08-05 | Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| 2024-08-05 | Refs #35380 -- Updated screenshots in admin docs. | Natalia | |
| 2024-07-15 | Fixed #35464 -- Updated docs to note fieldsets have limited impact on ↵ | Maryam Yusuf | |
| TabularInlines. | |||
| 2024-06-25 | Optimized admin docs images. | Sarah Boyce | |
| 2024-06-25 | Refs #35380 -- Updated screenshots in admin docs. | nessita | |
| When listing users, ensure that user first and last name are diverse. | |||
| 2024-06-18 | Fixed #12978 -- Added support for RSS feed stylesheets. | Baptiste Mispelon | |
| 2024-06-18 | Fixed #35505 -- Added extrabody block to admin/base.html. | stefan.ivic | |
| 2024-05-27 | 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> | |||
| 2024-05-27 | Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0. | Mariusz Felisiak | |
| 2024-05-22 | Removed versionadded/changed annotations for 5.0. | Natalia | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 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. | |||
