David Smith
|
4652f1f0aa
|
Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.
|
2020-06-08 09:23:29 +02:00 |
Sergey Fedoseev
|
23f6fbdd93
|
Simplified GDAL version parsing.
|
2020-05-11 11:57:22 +02:00 |
Diederik van der Boor
|
84e35f4679
|
Fixed #31292 -- Fixed django.contrib.gis.gdal.gdal_full_version() crash.
|
2020-02-24 13:28:51 +01:00 |
Hasan Ramezani
|
e3d0b4d550
|
Fixed #30899 -- Lazily compiled import time regular expressions.
|
2019-10-29 09:22:26 +01:00 |
Tim Graham
|
b2333426de
|
Confirmed support for GDAL 2.4.
|
2019-02-09 08:38:49 -05:00 |
Tim Graham
|
e7fd69d051
|
Fixed #30166 -- Dropped support for GDAL 1.11.
|
2019-02-08 14:08:05 -05:00 |
Jon Dufresne
|
7785e03ba8
|
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Used more specific errors (e.g. FileExistsError) as appropriate.
|
2019-01-28 11:15:06 -05:00 |
Tim Graham
|
9e4f26bb40
|
Fixed #29483 -- Confirmed support for GDAL 2.3.
|
2018-06-12 13:34:58 -04:00 |
Tim Graham
|
860903b261
|
Dropped support for GDAL 1.9 and 1.10.
|
2018-06-11 08:33:09 -04:00 |
Claude Paroz
|
2862760894
|
Fixed #28257 -- Confirmed support for GDAL 2.2
Additionally, a test has been updated to account for small SRS WKT differences.
Thanks Tim Graham for writing the doc part.
|
2017-06-07 21:26:04 +02:00 |
Tim Graham
|
c32476e5ba
|
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Follow up to a404f75f92 .
|
2017-05-30 09:39:59 -04:00 |
Tim Graham
|
c2975910a5
|
Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn't installed.
|
2017-05-08 11:07:00 -04:00 |
Tim Graham
|
a404f75f92
|
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Follow up to:
ffdf507ec0 (adding GDAL 2.0 support)
ebaa2fef27 (confirming GDAL 2.1 support)
8c7778884b (removing GDAL 1.8, 1.7 support)
|
2017-05-08 10:59:16 -04:00 |
Anton Samarchyan
|
5411821e3b
|
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
|
2017-02-04 16:39:28 -05:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
Tim Graham
|
df8d8d4292
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
Ville Skyttä
|
e6ca15c13f
|
Passed logging message parameters as arguments instead of interpolating them.
|
2015-12-26 18:35:42 -05:00 |
Collin Anderson
|
db77915c9f
|
Fixed E265 comment style
|
2015-02-06 09:30:35 -05:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Claude Paroz
|
9c1f501d7b
|
Fixed #24014 -- Unified OGRException and GDALException
Thanks Tim Graham for the review.
|
2014-12-18 11:28:17 +01:00 |
Jon Dufresne
|
4468c08d70
|
Fixed #23968 -- Replaced list comprehension with generators and dict comprehension
|
2014-12-08 07:58:23 -05:00 |
Claude Paroz
|
3f1412ff7b
|
Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11
Note that GDAL 1.11 is not yet officially supported, until someone
has tested it and can confirm it has no issues with Django.
|
2014-07-21 19:05:19 +02:00 |
Alex Gaynor
|
778ce245dd
|
Corrected many style guide violations that the newest version of flake8 catches
|
2014-03-30 12:11:05 -07:00 |
Alex Gaynor
|
7548aa8ffd
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
Alasdair Nicol
|
eb214452c3
|
Fixed #21270 -- Fixed E701 pep8 warnings
|
2013-10-17 12:12:40 +01:00 |
Tim Graham
|
c7d0ff0cad
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Thanks jeroen.pulles at redslider.net for the suggestion and
helper script.
|
2013-08-29 12:11:03 -04:00 |
Justin Bronn
|
950e6183c6
|
Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANGO_SETTINGS_MODULE`.
|
2012-10-05 14:38:01 -07:00 |
Claude Paroz
|
53c8b2c0c5
|
Fixed #17959 -- Silenced output during GIS tests
|
2012-10-04 22:41:03 +02:00 |
Claude Paroz
|
0ad6d7e612
|
Removed unused and undocumented gdal_release_date function
|
2012-10-04 22:35:59 +02:00 |
Claude Paroz
|
5330cd50cd
|
[py3] Fixed GEOS/GDAL tests
|
2012-09-23 19:59:27 +02:00 |
Claude Paroz
|
cdcdd131da
|
Dropped support for GDAL < 1.5
GDAL 1.5 has been released in December 2007.
|
2012-07-15 21:10:32 +02:00 |
danger
|
45a1a54b0b
|
Added support for gdal 1.9.
|
2012-06-19 11:33:27 +02:00 |
Jannis Leidel
|
24f4764a48
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-07-13 09:35:51 +00:00 |
Justin Bronn
|
a34e67031a
|
Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. Thanks, Leo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-07-04 04:06:11 +00:00 |
Justin Bronn
|
4da019ea19
|
Fixed #15194 -- Add OSGeo4W DLL library names to GEOS and GDAL interfaces. Thanks, master for ticket and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 04:44:26 +00:00 |
Justin Bronn
|
096c465358
|
Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-06-23 17:17:22 +00:00 |
Justin Bronn
|
9b50ec81a3
|
Peform smarter version detection of GDAL so development versions are supported.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-25 20:00:27 +00:00 |
Justin Bronn
|
694a15ef72
|
Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-12 17:16:49 +00:00 |
Justin Bronn
|
d39540af92
|
Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX & Ubuntu platforms.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-12-26 16:02:45 +00:00 |
Justin Bronn
|
b04faa3511
|
Fixed #9008 -- now use the correct library path for loading the `WinDLL` instance of the GDAL library.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 17:25:17 +00:00 |
Justin Bronn
|
79e68c225b
|
Merged the gis branch into trunk.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-08-05 18:13:06 +00:00 |