summaryrefslogtreecommitdiff
path: root/django/contrib/gis
Commit message (Expand)AuthorAgeFilesLines
* Fixed #14483 -- Allowed using subqueries with GIS lookupsClaude Paroz2015-01-303-3/+22
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer2015-01-301-2/+1
* Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton2015-01-272-4/+7
* Moved imports in GIS tests to avoid failure if dependencies aren't installed.Tim Graham2015-01-232-2/+2
* Fixed typos in code comments.Adam Taylor2015-01-203-4/+4
* Removed obsolete SQL generation methods.Tim Graham2015-01-187-161/+0
* Fixed PostGIS crosses lookup and added crosses testClaude Paroz2015-01-173-1/+20
* Removed backwards compatibility shims for "util" modules per deprecation time...Tim Graham2015-01-171-10/+0
* Used features in GIS sitemap view conditionalsClaude Paroz2015-01-171-4/+4
* Updated en translation catalogsClaude Paroz2015-01-171-10/+14
* Complemented test about non-supported aggregation exceptionClaude Paroz2015-01-171-2/+9
* Tested that geo aggregates support slicingSander Smits2015-01-161-0/+9
* Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz2015-01-166-21/+100
* Simplified a bit GeoAggregate classesClaude Paroz2015-01-168-134/+46
* Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz2015-01-146-21/+10
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-1422-282/+283
* Fixed #24136 -- Prevented crash when convert_extent input is NoneClaude Paroz2015-01-134-0/+8
* Made Django's templates get their own LANGUAGE_* variables.Collin Anderson2015-01-122-4/+4
* Fixed #24114 -- Improved error message in GEOSGeometry constructorClaude Paroz2015-01-101-1/+3
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-0814-423/+161
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-065-7/+9
* Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy2015-01-021-6/+17
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-023-5/+5
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-12/+10
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-281-4/+4
* Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz2014-12-251-1/+2
* Added RasterSource/GDALBand GDAL objectsClaude Paroz2014-12-239-7/+372
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-1822-94/+94
* Removed netCDF from GIS driver testing; refs #23804.Tim Graham2014-12-171-1/+1
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-1315-69/+69
* Removed empty gis models.pyClaude Paroz2014-12-131-0/+0
* Fixed postgis test database initializationClaude Paroz2014-12-122-9/+7
* Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz2014-12-082-27/+21
* Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz2014-12-082-8/+9
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-0812-20/+20
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-6/+6
* Added raster support for GDAL Driver classClaude Paroz2014-12-024-56/+89
* Added cpl error codes to errcheck functionsDaniel Wiesmann2014-12-024-19/+46
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-022-2/+59
* Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs ...wrwrwr2014-12-011-9/+3
* Fixed #23867 -- removed DateQuerySet hacksAnssi Kääriäinen2014-11-262-16/+0
* Fixed #23873 -- Improved GIS error message when GEOS is not installed.Carl Meyer2014-11-191-0/+9
* Fixed GIS tests to again skip without error when GEOS is not installed.Carl Meyer2014-11-191-2/+1
* Replaced caching of a property with @cached_property.Aymeric Augustin2014-11-191-11/+6
* Fixed GeoSQLCompiler to pass itself correctly to column as_sql.Carl Meyer2014-11-191-1/+1
* Removed a deprecated use of SQLCompiler as quote_name in GIS.Carl Meyer2014-11-191-1/+1
* Added assertion error message for test_make_lineClaude Paroz2014-11-171-1/+3
* Renamed qn to compilerJosh Smeaton2014-11-168-20/+20
* Added a new GeoJSON serialization format for GeoDjangoClaude Paroz2014-11-155-0/+160
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-1512-81/+115