summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2014-05-24Removed comment forgotten in 3caf957ed5Claude Paroz
2014-05-24Removed GeoWhereNode, obsoleted by GISLookupClaude Paroz
2014-05-19Updated translation catalogsClaude Paroz
2014-05-17Fixed contrib.gis tests breaking in some edge cases.Baptiste Mispelon
2014-05-17Fixed jenkins breakage, apparently migrations need a models module.Florian Apolloner
2014-05-16Remove old compatibility shims from d.c.gis.Marc Tamlyn
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-23Added Spatialite support to the new migration frameworkClaude Paroz
2014-04-23Used migration framework in GIS test tearDownClaude Paroz
2014-04-21Fixed table cleanup in GIS migration testsClaude Paroz
2014-04-21Fixed PostGIS remove_field implementationClaude Paroz
2014-04-21Fixed removal of GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Fixed adding new GIS column in PostGIS 1.x migrationClaude Paroz
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-04-17Fixed #22456 -- Replaced 900913 EPSG code by 3857 in some testsClaude Paroz
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-29Skipped PostGIS version tests when psycopg2 not installedClaude Paroz
2014-03-29Unit testing Postgis version checkRémy Sanchez
2014-03-29Removed unused imports.Tim Graham
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-29Fixed #22250 -- regression in gis compiler for non-concrete fieldsAnssi Kääriäinen
2014-03-27Add a useful stacklevel to some RemovedInDjango19WarningsChris Beaven
2014-03-22Fixed PostGIS test failures.Simon Charette
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-19Fixed migration so MySQL GIS test doesn't fail; refs #22001.Eric Palakovich Carr
2014-03-18Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dcFlorian Apolloner
2014-03-18Made a test app label unique.Florian Apolloner
2014-03-15Remove u prefixes, skip test unless spatial db.Marc Tamlyn
2014-03-14Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-15Fixed typo in comment.Rodolfo Carvalho
2014-02-15Fixed typo in test docstring.Rodolfo Carvalho
2014-02-10Fixed #21996 -- Used proper encoding for GeoIP contentClaude Paroz
2014-02-05Fixed ImportError when running contrib.gis tests without libgeos installed.Baptiste Mispelon
2014-02-03Moved a GoogleMap testClaude Paroz
2014-02-03Fixed #21934 -- Added unicode support in GoogleMap classDavid Fischer
2014-02-02Fixed #21930 -- Only import add_srs_entry if GDAL is installedClaude Paroz
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-30Fixed #21907 -- Fixed add_srs_entry for Spatialite >= 4Claude Paroz
2014-01-30Added new srs test and various cleaningClaude Paroz
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin