index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
utils
Age
Commit message (
Expand
)
Author
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-05-24
Fixed #18367 -- Allowed LayerMapping to store strings in TextField.
Claude Paroz
2012-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-09-17
Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...
Justin Bronn
2011-09-10
Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....
Justin Bronn
2011-09-10
Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...
Justin Bronn
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-30
Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XM...
Justin Bronn
2011-03-15
Fixed #15378 -- Now properly handle OGR layers that have features with invali...
Justin Bronn
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2010-03-29
Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...
Justin Bronn
2010-01-14
Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...
Justin Bronn
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-25
Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-16
Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...
Justin Bronn
2009-11-02
Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...
Justin Bronn
2009-06-11
Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking ...
Justin Bronn
2009-05-29
Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.
Gary Wilson Jr
2009-03-30
Fixed the `add_postgis_srs` routine to support SpatiaLite.
Justin Bronn
2009-03-03
Fixed #10395 -- Fixed more fallout from r9945.
Malcolm Tredinnick
2008-12-26
Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends.
Justin Bronn
2008-09-09
Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...
Justin Bronn
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-05
Merged the gis branch into trunk.
Justin Bronn
[prev]