django1/django/contrib/gis
Sergey Fedoseev a0b4ecce57 Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numbers.
Thanks Greg Larmore for report and initial patch.
2017-09-11 09:13:02 -04:00
..
admin Fixed #28377 -- Made combining form Media retain relative asset order. 2017-07-20 11:06:30 -04:00
db Fixed deepcopy of AreaField and DistanceField. 2017-09-08 14:13:50 -04:00
forms Fixed #28195 -- Added OSMWidget.default_zoom attribute. 2017-05-14 14:31:17 -04:00
gdal Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
geoip2 Used frozenset instead of dict for GeoIP2.cache_options for simplicity. 2017-08-23 11:47:47 -04:00
geometry Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numbers. 2017-09-11 09:13:02 -04:00
geos Fixed #25961 -- Removed handling of non-thread safe GEOS functions. 2017-09-09 10:14:48 -04:00
locale Updated translations from Transifex 2017-05-31 21:43:40 +02:00
management Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
serializers Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed. 2017-05-04 20:45:18 -04:00
sitemaps Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
static/gis Refs #25004 -- Replaced PNGs with SVGs 2017-01-02 19:45:58 +01:00
templates/gis Fixed #28195 -- Added OSMWidget.default_zoom attribute. 2017-05-14 14:31:17 -04:00
utils Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py Fixed #22714 -- Made contrib.gis use six-provided memoryview type 2014-05-28 09:24:08 +02:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
feeds.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
measure.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
ptr.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
shortcuts.py Removed unused django.contrib.gis.shortcuts.render_to_text() 2017-06-03 13:15:26 -04:00
views.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00