summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2012-04-01Removed broken function-based custom test runner in GeoDjangoRamiro Morales
2012-03-23Pulled gis translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-17Fixed #17915 -- Switched GeoModelAdmin default WMS layer URL from Metacarta t...Claude Paroz
2012-03-17Fixed #10625 -- Fixed a Javascript regex in openlayers.js. Thanks timlinux fo...Claude Paroz
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the gis translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-12Fixed #17212 -- Made GEOS version regular expression more robust. Thanks, strk.Justin Bronn
2012-03-09Removed executable bits from some files that don't need them.Ramiro Morales
2012-03-05Updated gis base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-02Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. ...Carl Meyer
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-26Added file missed in r17588.Ramiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-11Updated SpatiaLite GeoDjango test setup instructions for version 3.0.Ramiro Morales
2012-02-11Fixed #16409 (again, this time for GeoDjango).Ramiro Morales
2012-02-11Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.Ramiro Morales
2012-02-11Added, documented support for SpatiaLite 3.0 to GeoDjango.Ramiro Morales
2012-02-04Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...Jannis Leidel
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-12-17Converted some of the built-in views to use content_type instead of mimetype ...Adrian Holovaty
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-10-31Fixed an obsolete comment.Aymeric Augustin
2011-10-20Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns r...Justin Bronn
2011-10-17Remove a great many of the remaining relative imports.Alex Gaynor
2011-09-21Fixed #16353 -- don't try to create Site objects on all databases. Refs #1557...Carl Meyer
2011-09-18Updated geoadmin tests to reflect that OSM js is no longer required as of r16...Justin Bronn
2011-09-17OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn
2011-09-17Updated the geographic admin to use OpenLayers 2.11.Justin Bronn
2011-09-17Fixed #15277 -- Cleaned up `ogrinspect` command, added tests and extended sup...Justin Bronn
2011-09-16Fixed #16864 -- WKT regex now allows negative SRIDs. Thanks, Marcel Dancak f...Justin Bronn
2011-09-13Fixed #16778 -- Improved escaping of geometries on PostgreSQL, allowing GeoDj...Justin Bronn
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16231 -- Added support for GML and KML on the SpatiaLite backend. Tha...Justin Bronn
2011-09-11Fixed #15305 -- Made `Count` aggregate and `.values()` play nice together on ...Justin Bronn
2011-09-10Fixed #14648 -- Fixed annotated date querysets when `GeoManager` is used. Th...Justin Bronn
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2011-09-10Fixed #16537 -- Fixed multi-db issues with GeoDjango utilities. Thanks, Shan...Justin Bronn
2011-09-10Fixed #16790 -- Modified the geographic admin to work after r16594. Thanks, ...Justin Bronn
2011-09-10Fixed #13670 -- Comparisons with the spatial adapter won't blow up in some co...Justin Bronn
2011-09-09Removed extra call to `syncdb` that slipped in with r16749.Justin Bronn
2011-09-09Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...Justin Bronn
2011-09-09Fixed a brittle test in the `LayerMapping` tests.Justin Bronn
2011-08-12Fixed #16387 -- Disabled localization in openlayers template. Thanks, claudep.Jannis Leidel