| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Fako Berkers for help with the patch.
|
|
|
|
Thanks Aymeric for the initial patch and Carl for review.
|
|
|
|
|
|
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.
|
|
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.
Thanks guettli for reporting this.
|
|
|
|
|
|
|
|
values_list() and get().
|
|
|
|
Added support for ST_Difference/ST_Intersection/ST_SymDifference.
|
|
|
|
|
|
|
|
|
|
aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
|
|
|
|
spatial_ref_sys table
|
|
empty sessions.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Collin Anderson and Nick Sandford for work on the patch.
|
|
functions.
|
|
Refs bc0aba7786978ec312809eae5ecb3d751608b5b7 which dropped
support for SpatiaLite < 2.4.
|
|
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.
|
|
Complement to 48548d1a47.
|
|
Geometry objects have an srid property, so this addition makes the raster api
more similar to the geometries api.
|
|
|
|
This reverts commit 71ebcb85b931f43865df5b322b2cf06d3da23f69.
|
|
related set.
|
|
|
|
|
|
Command exits with non-zero status if changes without migrations exist.
|
|
SRID is invalid.
|
|
middleware attributes.
Thanks Nick Pope for the initial patch.
|
|
GEOSGeometry.transform.
|