Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: eb214452c3b1dc399b629aabea926e27b5538c52
https://github.com/django/django/commit/eb214452c3b1dc399b629aabea926e27b5538c52
Author: Alasdair Nicol <
alas...@memset.com>
Date: 2013-10-17 (Thu, 17 Oct 2013)
Changed paths:
M django/contrib/admin/views/main.py
M django/contrib/admindocs/utils.py
M django/contrib/gis/admin/options.py
M django/contrib/gis/admin/widgets.py
M django/contrib/gis/db/backends/base.py
M django/contrib/gis/db/backends/postgis/introspection.py
M django/contrib/gis/db/backends/postgis/operations.py
M django/contrib/gis/db/backends/spatialite/operations.py
M django/contrib/gis/db/models/proxy.py
M django/contrib/gis/db/models/query.py
M django/contrib/gis/db/models/sql/compiler.py
M django/contrib/gis/db/models/sql/query.py
M django/contrib/gis/feeds.py
M django/contrib/gis/gdal/base.py
M django/contrib/gis/gdal/datasource.py
M django/contrib/gis/gdal/driver.py
M django/contrib/gis/gdal/error.py
M django/contrib/gis/gdal/feature.py
M django/contrib/gis/gdal/field.py
M django/contrib/gis/gdal/geometries.py
M django/contrib/gis/gdal/geomtype.py
M django/contrib/gis/gdal/layer.py
M django/contrib/gis/gdal/libgdal.py
M django/contrib/gis/gdal/prototypes/errcheck.py
M django/contrib/gis/gdal/prototypes/generation.py
M django/contrib/gis/gdal/srs.py
M django/contrib/gis/gdal/tests/test_ds.py
M django/contrib/gis/gdal/tests/test_geom.py
M django/contrib/gis/geoip/base.py
M django/contrib/gis/geoip/libgeoip.py
M django/contrib/gis/geoip/prototypes.py
M django/contrib/gis/geos/base.py
M django/contrib/gis/geos/collections.py
M django/contrib/gis/geos/coordseq.py
M django/contrib/gis/geos/geometry.py
M django/contrib/gis/geos/libgeos.py
M django/contrib/gis/geos/linestring.py
M django/contrib/gis/geos/mutable_list.py
M django/contrib/gis/geos/point.py
M django/contrib/gis/geos/polygon.py
M django/contrib/gis/geos/prepared.py
M django/contrib/gis/geos/prototypes/errcheck.py
M django/contrib/gis/geos/prototypes/geom.py
M django/contrib/gis/geos/prototypes/io.py
M django/contrib/gis/geos/prototypes/predicates.py
M django/contrib/gis/geos/prototypes/threadsafe.py
M django/contrib/gis/geos/prototypes/topology.py
M django/contrib/gis/geos/tests/test_geos.py
M django/contrib/gis/geos/tests/test_geos_mutation.py
M django/contrib/gis/geos/tests/test_mutable_list.py
M django/contrib/gis/maps/google/gmap.py
M django/contrib/gis/maps/google/overlays.py
M django/contrib/gis/measure.py
M django/contrib/gis/sitemaps/georss.py
M django/contrib/gis/sitemaps/kml.py
M django/contrib/gis/tests/distapp/models.py
M django/contrib/gis/tests/distapp/tests.py
M django/contrib/gis/tests/geoadmin/models.py
M django/contrib/gis/tests/geoapp/models.py
M django/contrib/gis/tests/geoapp/tests.py
M django/contrib/gis/tests/geogapp/models.py
M django/contrib/gis/tests/layermap/tests.py
M django/contrib/gis/tests/relatedapp/models.py
M django/contrib/gis/tests/relatedapp/tests.py
M django/contrib/gis/tests/utils.py
M django/contrib/gis/utils/layermapping.py
M django/contrib/gis/utils/ogrinspect.py
M django/core/management/color.py
M django/forms/utils.py
M django/forms/widgets.py
M django/utils/text.py
M django/utils/translation/trans_null.py
M django/utils/xmlutils.py
M setup.cfg
M tests/decorators/tests.py
M tests/forms_tests/tests/test_error_messages.py
M tests/forms_tests/tests/test_extra.py
M tests/forms_tests/tests/test_util.py
Log Message:
-----------
Fixed #21270 -- Fixed E701 pep8 warnings
Commit: cce42d4cf2d6820ce04e71b7c1a785ec0d19538f
https://github.com/django/django/commit/cce42d4cf2d6820ce04e71b7c1a785ec0d19538f
Author: Alex Gaynor <
alex....@gmail.com>
Date: 2013-10-17 (Thu, 17 Oct 2013)
Changed paths:
M django/contrib/admin/views/main.py
M django/contrib/admindocs/utils.py
M django/contrib/gis/admin/options.py
M django/contrib/gis/admin/widgets.py
M django/contrib/gis/db/backends/base.py
M django/contrib/gis/db/backends/postgis/introspection.py
M django/contrib/gis/db/backends/postgis/operations.py
M django/contrib/gis/db/backends/spatialite/operations.py
M django/contrib/gis/db/models/proxy.py
M django/contrib/gis/db/models/query.py
M django/contrib/gis/db/models/sql/compiler.py
M django/contrib/gis/db/models/sql/query.py
M django/contrib/gis/feeds.py
M django/contrib/gis/gdal/base.py
M django/contrib/gis/gdal/datasource.py
M django/contrib/gis/gdal/driver.py
M django/contrib/gis/gdal/error.py
M django/contrib/gis/gdal/feature.py
M django/contrib/gis/gdal/field.py
M django/contrib/gis/gdal/geometries.py
M django/contrib/gis/gdal/geomtype.py
M django/contrib/gis/gdal/layer.py
M django/contrib/gis/gdal/libgdal.py
M django/contrib/gis/gdal/prototypes/errcheck.py
M django/contrib/gis/gdal/prototypes/generation.py
M django/contrib/gis/gdal/srs.py
M django/contrib/gis/gdal/tests/test_ds.py
M django/contrib/gis/gdal/tests/test_geom.py
M django/contrib/gis/geoip/base.py
M django/contrib/gis/geoip/libgeoip.py
M django/contrib/gis/geoip/prototypes.py
M django/contrib/gis/geos/base.py
M django/contrib/gis/geos/collections.py
M django/contrib/gis/geos/coordseq.py
M django/contrib/gis/geos/geometry.py
M django/contrib/gis/geos/libgeos.py
M django/contrib/gis/geos/linestring.py
M django/contrib/gis/geos/mutable_list.py
M django/contrib/gis/geos/point.py
M django/contrib/gis/geos/polygon.py
M django/contrib/gis/geos/prepared.py
M django/contrib/gis/geos/prototypes/errcheck.py
M django/contrib/gis/geos/prototypes/geom.py
M django/contrib/gis/geos/prototypes/io.py
M django/contrib/gis/geos/prototypes/predicates.py
M django/contrib/gis/geos/prototypes/threadsafe.py
M django/contrib/gis/geos/prototypes/topology.py
M django/contrib/gis/geos/tests/test_geos.py
M django/contrib/gis/geos/tests/test_geos_mutation.py
M django/contrib/gis/geos/tests/test_mutable_list.py
M django/contrib/gis/maps/google/gmap.py
M django/contrib/gis/maps/google/overlays.py
M django/contrib/gis/measure.py
M django/contrib/gis/sitemaps/georss.py
M django/contrib/gis/sitemaps/kml.py
M django/contrib/gis/tests/distapp/models.py
M django/contrib/gis/tests/distapp/tests.py
M django/contrib/gis/tests/geoadmin/models.py
M django/contrib/gis/tests/geoapp/models.py
M django/contrib/gis/tests/geoapp/tests.py
M django/contrib/gis/tests/geogapp/models.py
M django/contrib/gis/tests/layermap/tests.py
M django/contrib/gis/tests/relatedapp/models.py
M django/contrib/gis/tests/relatedapp/tests.py
M django/contrib/gis/tests/utils.py
M django/contrib/gis/utils/layermapping.py
M django/contrib/gis/utils/ogrinspect.py
M django/core/management/color.py
M django/forms/utils.py
M django/forms/widgets.py
M django/utils/text.py
M django/utils/translation/trans_null.py
M django/utils/xmlutils.py
M setup.cfg
M tests/decorators/tests.py
M tests/forms_tests/tests/test_error_messages.py
M tests/forms_tests/tests/test_extra.py
M tests/forms_tests/tests/test_util.py
Log Message:
-----------
Merge pull request #1762 from alasdairnicol/ticket_21270
Fixed #21270 -- Fixed E701 pep8 warnings
Compare:
https://github.com/django/django/compare/650b6fd90efe...cce42d4cf2d6