summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-07-29Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...Jannis Leidel
2011-07-13Fixed #15707 -- Made the GIS feed compatible to the class based feeds and int...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-04Fixed #15255 -- Stopped database cache from ignoring database routers when cr...Jannis Leidel
2011-07-04Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. T...Justin Bronn
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-04-06Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB back...Ramiro Morales
2011-04-05Tweaked r16016: Removed a now superflous __init__ method in the Oracle GIS ba...Ramiro Morales
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-04Fixed geodjango postgis/creation.py to use postgresql_psycopg2 instead of leg...Adrian Holovaty
2011-04-03Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to j...Russell Keith-Magee
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecations in contrib.gis.Russell Keith-Magee
2011-03-30Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XM...Justin Bronn
2011-03-30Fixed integer overflows that occurred when `OFTReal` fields were treated as `...Justin Bronn
2011-03-30Fixed tests broke in r15926.Justin Bronn
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-16Add `setUp` and `tearDown` methods to the geographic feed and sitemap tests t...Justin Bronn
2011-03-16Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. T...Justin Bronn
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn
2011-03-15Pulled gis translation updates from Transifex.Jannis Leidel
2011-03-15Fixed #15378 -- Now properly handle OGR layers that have features with invali...Justin Bronn
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-14Fixed brittle tests that broke with release of GDAL 1.8.Justin Bronn
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-03-01Updated gis translations from transifex.net. Refs #15300.Jannis Leidel
2011-02-20Fixed #15358 -- Renamed a test to avoid a naming collision. Thanks to mila fo...Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-01-31Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...Justin Bronn
2011-01-21Added new translation files to gis contrib app.Jannis Leidel
2010-12-22Fixed #13788 -- `GEOSGeometry.transform` no longer silently no-ops when GDAL ...Justin Bronn
2010-12-21Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp...Justin Bronn
2010-12-21Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...Russell Keith-Magee
2010-12-02GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn
2010-12-01Fixed a bug in date queries with GIS backends introduced in [14715].Alex Gaynor
2010-11-20Now possible to run the GeoDjango test suite with a minimal settings file. R...Justin Bronn
2010-11-09Fixed #14653 -- Removed vestigal `getstatusoutput` from GeoDjango utils.Justin Bronn
2010-11-06Fixed brittle test case for `GEOSGeometry.valid_reason`.Justin Bronn
2010-11-06Fix for running GEOS/GDAL tests on Python 2.6 and below.Justin Bronn
2010-11-04Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.Justin Bronn