django1/django/contrib/gis
Carl Meyer d2bcb05980 Fixed #23873 -- Improved GIS error message when GEOS is not installed.
Thanks Claude for writing the patch.
2014-11-19 19:23:13 -07:00
..
admin Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attribute 2014-09-12 08:48:38 +02:00
db Fixed #23873 -- Improved GIS error message when GEOS is not installed. 2014-11-19 19:23:13 -07:00
forms Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). 2014-08-15 08:14:45 -04:00
gdal Fixed typos using https://github.com/vlajos/misspell_fixer 2014-11-03 20:59:30 -05:00
geoip Fixed typos in comments. 2014-10-08 15:59:19 -04:00
geometry Replaced caching of a property with @cached_property. 2014-11-19 21:53:24 +01:00
geos Fixed #23620 -- Used more specific assertions in the Django test suite. 2014-11-03 11:56:37 -05:00
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
management Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
maps Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
serializers Added a new GeoJSON serialization format for GeoDjango 2014-11-15 18:07:18 +01:00
sitemaps Removed GeoRSSSitemap 2014-03-22 19:58:50 +01:00
static/gis/js Complemented 1.6 release notes for 457c16d0d6 2014-08-15 10:14:55 +02:00
templates/gis Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attribute 2014-09-12 08:48:38 +02:00
tests Fixed GIS tests to again skip without error when GEOS is not installed. 2014-11-19 14:29:05 -07:00
utils Fixed string length check in LayerMapping 2014-09-18 18:56:31 +02:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Added a new GeoJSON serialization format for GeoDjango 2014-11-15 18:07:18 +01:00
feeds.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00
measure.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
models.py Fixed jenkins breakage, apparently migrations need a models module. 2014-05-17 10:15:58 +02:00
shortcuts.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
views.py Appeased flake8 2.1.0. 2014-04-21 12:27:34 +02:00