.. |
admin
|
Fixed a number of lint warnings, particularly around unused variables.
|
2013-08-04 09:17:10 -07:00 |
db
|
Fixed #20841 -- Added messages to NotImplementedErrors
|
2013-09-10 11:09:59 -04:00 |
forms
|
Fixed a number of flake8 errors -- particularly around unused imports and local variables
|
2013-09-06 21:56:40 -07:00 |
gdal
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
geoip
|
Fixed a number of lint warnings, particularly around unused variables.
|
2013-08-04 09:17:10 -07:00 |
geometry
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
|
2013-08-29 12:11:03 -04:00 |
geos
|
Removed some more unused local vars
|
2013-09-08 12:20:01 -07:00 |
locale
|
Updated translation templates and removed en translations
|
2013-05-02 16:25:23 +02:00 |
management
|
Removed a ton of unused local vars
|
2013-09-08 08:05:16 -07:00 |
maps
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
sitemaps
|
Replaced an antiquated pattern.
|
2013-05-17 18:08:58 +02:00 |
static/gis/js
|
Isolated map creation JS code
|
2013-09-03 13:53:35 +02:00 |
templates/gis
|
Fixed #20998 -- Allow custom (de)serialization for GIS widgets
|
2013-09-02 13:32:00 +02:00 |
tests
|
Removed a ton of unused local vars
|
2013-09-08 08:05:16 -07:00 |
utils
|
Removed a ton of unused local vars
|
2013-09-08 08:05:16 -07:00 |
__init__.py
|
[py3] Added buffer/memoryview compatibility
|
2012-09-23 19:55:53 +02:00 |
feeds.py
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
measure.py
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
|
2013-08-29 12:11:03 -04: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
|
Replaced cStringIO.StringIO by io.BytesIO.
|
2012-05-05 21:41:44 +02:00 |
views.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |