.. |
admin
|
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
|
2012-04-08 21:13:32 +00:00 |
db
|
Replaced print statement by print function (forward compatibility syntax).
|
2012-04-30 20:45:03 +02:00 |
forms
|
Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gaynor for catching it.
|
2009-04-30 20:12:24 +00:00 |
gdal
|
Replaced print statement by print function (forward compatibility syntax).
|
2012-04-30 20:45:03 +02:00 |
geoip
|
Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings.
|
2011-10-20 20:08:33 +00:00 |
geometry
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
2012-04-29 20:57:15 +02:00 |
geos
|
Replaced print statement by print function (forward compatibility syntax).
|
2012-04-30 20:45:03 +02:00 |
locale
|
Pulled gis translations updates from Transifex. Refs #17822.
|
2012-03-23 03:06:20 +00:00 |
management
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
2012-04-29 20:57:15 +02:00 |
maps
|
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
|
2011-08-12 14:14:15 +00:00 |
sitemaps
|
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude Paroz.
|
2012-02-04 21:01:11 +00:00 |
templates/gis
|
Fixed #10625 -- Fixed a Javascript regex in openlayers.js. Thanks timlinux for the report and Aymeric Augustin for the patch.
|
2012-03-17 16:20:04 +00:00 |
tests
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
2012-04-29 20:57:15 +02:00 |
utils
|
Replaced print statement by print function (forward compatibility syntax).
|
2012-04-30 20:45:03 +02:00 |
__init__.py
|
Merged the gis branch into trunk.
|
2008-08-05 18:13:06 +00:00 |
feeds.py
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
measure.py
|
Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side.
|
2009-12-17 18:21:30 +00:00 |
models.py
|
Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs.
|
2010-05-04 21:43:40 +00:00 |
shortcuts.py
|
Converted some of the built-in views to use content_type instead of mimetype HttpResponse argument. Refs #16519
|
2011-12-17 03:53:25 +00:00 |
views.py
|
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude Paroz.
|
2012-02-04 21:01:11 +00:00 |