django1/django/contrib/gis/db
Anssi Kääriäinen 11699ac4b5 Fixed #19190 -- Refactored Query select clause attributes
The Query.select and Query.select_fields were collapsed into one list
because the attributes had to be always in sync. Now that they are in
one attribute it is impossible to edit them out of sync.

Similar collapse was done for Query.related_select_cols and
Query.related_select_fields.
2012-10-27 02:13:02 +03:00
..
backends Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+ 2012-10-12 17:23:22 +02:00
models Fixed #19190 -- Refactored Query select clause attributes 2012-10-27 02:13:02 +03:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00