1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/ref/contrib
David Smith 45f59d0eab Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.
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-05 11:55:44 +01:00
..
admin Refs #33690 -- Added missing data-theme selector to example in theming support docs. 2023-11-15 05:26:44 +01:00
gis Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+. 2024-01-05 11:55:44 +01:00
postgres Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex. 2024-01-02 12:55:12 +01:00
auth.txt Doc'd that users with unusable passwords cannot request a password reset. 2023-12-19 14:04:04 -03:00
contenttypes.txt Added missing import in docs/ref/contrib/contenttypes.txt. 2023-10-07 06:53:53 +02:00
flatpages.txt Added warning about flatpages and untrusted users. 2023-09-27 19:09:10 +02:00
humanize.txt
index.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00
messages.txt Fixed #34730 -- Added django.contrib.messages.test.MessagesTestMixin.assertMessages(). 2023-09-05 11:55:37 +02:00
redirects.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
sitemaps.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
sites.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
staticfiles.txt Fixed #34813 -- Doc'd usage of integrity HTML attribute with ManifestStaticFilesStorage. 2023-11-02 08:21:54 -03:00
syndication.txt Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00