<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/gis_tests, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-02-19T16:33:48Z</updated>
<entry>
<title>Fixed #36929 -- Dropped support for GEOS 3.9.</title>
<updated>2026-02-19T16:33:48Z</updated>
<author>
<name>Pravin Kamble</name>
<email>iampbkamble@gmail.com</email>
</author>
<published>2026-02-17T12:38:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4139cb8d35cfcb2beba6a8c629c20016ae84cf18'/>
<id>urn:sha1:4139cb8d35cfcb2beba6a8c629c20016ae84cf18</id>
<content type='text'>
Thanks David Smith for report and Tim Graham for review.
</content>
</entry>
<entry>
<title>Added various missing test skips observed on MongoDB.</title>
<updated>2026-02-10T21:06:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-02-10T01:28:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef46215fdecb755c0b77c47fdb8fec670abb5e8b'/>
<id>urn:sha1:ef46215fdecb755c0b77c47fdb8fec670abb5e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added DatabaseFeatures.supports_inspectdb.</title>
<updated>2026-02-09T22:46:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-12-24T00:34:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=226ca7b5ce283e1f891dbbbefb0afaebdaa09f28'/>
<id>urn:sha1:226ca7b5ce283e1f891dbbbefb0afaebdaa09f28</id>
<content type='text'>
Needed by MongoDB.
</content>
</entry>
<entry>
<title>Refs #36036 -- Added m dimension to GEOSCoordSeq.</title>
<updated>2026-02-09T13:44:08Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-09-04T17:57:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=218077d944e5e57a560f256034f5c4f13e77ab14'/>
<id>urn:sha1:218077d944e5e57a560f256034f5c4f13e77ab14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36246 -- Caught GDALException in BaseGeometryWidget.deserialize.</title>
<updated>2026-02-06T21:19:49Z</updated>
<author>
<name>JaeHyuck Sa</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2026-01-17T17:39:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c54fee7760b1c61fd7f9cb7cc6a2965f4236137'/>
<id>urn:sha1:7c54fee7760b1c61fd7f9cb7cc6a2965f4236137</id>
<content type='text'>
Signed-off-by: JaeHyuck Sa &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookups via band index.</title>
<updated>2026-02-03T12:53:50Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-19T20:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81aa5292967cd09319c45fe2c1a525ce7b6684d8'/>
<id>urn:sha1:81aa5292967cd09319c45fe2c1a525ce7b6684d8</id>
<content type='text'>
Thanks Tarek Nakkouch for the report, and Simon Charette for the initial
triage and review.
</content>
</entry>
<entry>
<title>Refs #36382 -- Fixed GDAL_VERSION comparison in gdal_tests.</title>
<updated>2026-01-20T16:54:07Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2026-01-20T15:36:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3851601b2e080df34fb9227fe5d2fd43af604263'/>
<id>urn:sha1:3851601b2e080df34fb9227fe5d2fd43af604263</id>
<content type='text'>
Tests regression in 0d31ca98830542088299d2078402891d08cc3a65.
</content>
</entry>
<entry>
<title>Refs #36639 -- Updated test migrations to match models.</title>
<updated>2026-01-20T15:40:53Z</updated>
<author>
<name>Skyiesac</name>
<email>jainsachi1202@gmail.com</email>
</author>
<published>2026-01-19T17:43:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=748c2ba8370c66b098bd78b241c70d16712d1e93'/>
<id>urn:sha1:748c2ba8370c66b098bd78b241c70d16712d1e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36382 -- Updated GDAL tests for Memory driver deprecation in GDAL 3.11.</title>
<updated>2026-01-16T17:38:21Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2026-01-08T21:38:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d31ca98830542088299d2078402891d08cc3a65'/>
<id>urn:sha1:0d31ca98830542088299d2078402891d08cc3a65</id>
<content type='text'>
Follow up to fb0d463b1f88a38f3e7cd8d66ed6c69309f97901

Since GDAL 3.11 the Memory driver is deprecated with its functionality
merged into the MEM dataset driver.

https://gdal.org/en/stable/drivers/vector/memory.html
</content>
</entry>
<entry>
<title>Added some skips to GIS tests.</title>
<updated>2025-12-28T13:07:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-12-28T13:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4afe463950453b6d71f0c98f23fd0f1f2bd341bc'/>
<id>urn:sha1:4afe463950453b6d71f0c98f23fd0f1f2bd341bc</id>
<content type='text'>
Also replaced some DatabaseFeatures.supports_&lt;foo&gt;_lookup attributes
with @skipUnlessGISLookup.</content>
</entry>
</feed>
