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 |