Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/gis/admin
Commit message (Expand)AuthorAgeFilesLines
* Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz2015-10-031-1/+1
* Made the @register decorator importable from contrib.gis....aroche2015-08-031-4/+4
* Sorted imports in __init__.py files.Tim Graham2015-06-271-4/+2
* Added contrib.gis.admin.__all__Tim Graham2015-05-151-3/+9
* Delayed GDAL check for OSMGeoAdminClaude Paroz2015-04-242-24/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+4
* Deprecated some arguments of django.shortcuts.render(_to_...Aymeric Augustin2014-12-281-4/+4
* Fixed #24014 -- Unified OGRException and GDALExceptionClaude Paroz2014-12-181-2/+2
* Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmi...Flavio Curella2014-09-121-0/+3
* Dropped support for GDAL 1.6Claude Paroz2014-03-291-9/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-4/+13
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed all the E203 violationsAlex Gaynor2013-10-272-34/+34
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-172-3/+6
* Updated OpenLayers version from 2.11 to 2.13Claude Paroz2013-10-121-1/+1
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed a number of lint warnings, particularly around unus...Alex Gaynor2013-08-041-1/+1
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #9806 -- Allowed editing GeometryField with OpenLay...Claude Paroz2013-03-092-1/+3
* Fixed #16594 -- Added wkt 3D support for GEOS geometriesClaude Paroz2013-03-091-2/+3
* Moved has_changed logic from widget to form fieldClaude Paroz2013-01-251-23/+1
* Reported OpenLayersWidget exceptions through loggingClaude Paroz2012-10-171-2/+14
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-2/+3
* Fixed #17328 -- Added OpenLayersWidget _has_changed methodClaude Paroz2012-06-061-1/+23
* Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz2012-05-251-0/+8
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as ...Claude Paroz2012-04-081-2/+1
* Fixed #17915 -- Switched GeoModelAdmin default WMS layer ...Claude Paroz2012-03-171-1/+1
* OpenLayers has had built-in OSM support since 2.10, no ne...Justin Bronn2011-09-181-1/+0
* Updated the geographic admin to use OpenLayers 2.11.Justin Bronn2011-09-171-1/+1
* Fixed #16790 -- Modified the geographic admin to work aft...Justin Bronn2011-09-101-3/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-132-2/+0
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-5/+6
* Fixed #15533 -- Now use 3857 as spherical mercator projec...Justin Bronn2011-03-161-1/+8
* Updated OpenLayers (now points to 2.10) and OpenStreetMap...Justin Bronn2010-11-021-2/+2
* Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L...Justin Bronn2010-10-241-1/+1
* Fixed #11810 -- Fixed typo and errors that prevented `mod...Justin Bronn2010-04-161-7/+1
* Fixed #11401 -- Update geographic admin to use OpenLayers...Justin Bronn2009-06-291-1/+1
* Fixed #10872 -- Geographic admin now supports new `list_e...Justin Bronn2009-04-261-2/+7
* Fixed #9299 -- Made default zoom level for points in the ...Justin Bronn2009-04-261-0/+3
* Removed references to deprecated `GeometryField` atribute...Justin Bronn2009-04-241-8/+8
* Fixed #9130 -- Fixed typo in comment, thanks scel.Gary Wilson Jr2009-03-311-6/+6
* Fixed geographic admin to be compatible with `ModelAdmin....Justin Bronn2009-01-161-0/+1
* Fixed #9278, #9694 -- Geographic overlays now display in ...Justin Bronn2009-01-132-8/+16
* Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed i...Justin Bronn2008-10-261-1/+1
* Merged the gis branch into trunk.Justin Bronn2008-08-053-0/+232