[Python-modules-commits] [python-django] 01/06: Import python-django_1.10b1.orig.tar.gz
Chris Lamb
lamby at moszumanska.debian.org
Sat Jun 25 17:34:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch debian/experimental
in repository python-django.
commit fb65161dabea0b230dc866e74ee710955d7297f9
Author: Chris Lamb <lamby at debian.org>
Date: Sat Jun 25 18:58:30 2016 +0200
Import python-django_1.10b1.orig.tar.gz
---
AUTHORS | 24 +-
Django.egg-info/PKG-INFO | 4 +-
Django.egg-info/SOURCES.txt | 215 +-
Django.egg-info/requires.txt | 3 +
LICENSE.python | 255 +
MANIFEST.in | 17 +-
PKG-INFO | 4 +-
django/__init__.py | 13 +-
django/apps/config.py | 5 +-
django/apps/registry.py | 62 +-
django/conf/__init__.py | 21 +-
django/conf/global_settings.py | 77 +-
django/conf/locale/en/LC_MESSAGES/django.po | 34 +-
django/conf/project_template/manage.py-tpl | 18 +-
.../project_template/project_name/settings.py-tpl | 3 +-
django/conf/urls/__init__.py | 42 +-
django/conf/urls/i18n.py | 42 +-
django/contrib/admin/actions.py | 3 +-
django/contrib/admin/apps.py | 3 +-
django/contrib/admin/checks.py | 145 +-
django/contrib/admin/decorators.py | 3 +
django/contrib/admin/filters.py | 109 +-
django/contrib/admin/forms.py | 7 +-
django/contrib/admin/helpers.py | 131 +-
.../contrib/admin/locale/en/LC_MESSAGES/django.po | 290 +-
.../admin/locale/en/LC_MESSAGES/djangojs.po | 87 +-
.../contrib/admin/locale/fr/LC_MESSAGES/django.mo | Bin 17386 -> 17333 bytes
.../contrib/admin/locale/fr/LC_MESSAGES/django.po | 329 +-
django/contrib/admin/models.py | 51 +-
django/contrib/admin/options.py | 282 +-
django/contrib/admin/sites.py | 71 +-
django/contrib/admin/static/admin/css/base.css | 4 +
.../contrib/admin/static/admin/css/changelists.css | 1 +
django/contrib/admin/static/admin/js/SelectBox.js | 53 +-
.../contrib/admin/static/admin/js/SelectFilter2.js | 72 +-
django/contrib/admin/static/admin/js/actions.js | 13 +-
.../contrib/admin/static/admin/js/actions.min.js | 12 +-
.../static/admin/js/admin/DateTimeShortcuts.js | 117 +-
.../static/admin/js/admin/RelatedObjectLookups.js | 34 +-
django/contrib/admin/static/admin/js/calendar.js | 40 +-
django/contrib/admin/static/admin/js/cancel.js | 9 +
.../contrib/admin/static/admin/js/change_form.js | 20 +
django/contrib/admin/static/admin/js/core.js | 30 +-
django/contrib/admin/static/admin/js/inlines.js | 25 +-
.../contrib/admin/static/admin/js/inlines.min.js | 19 +-
.../admin/static/admin/js/popup_response.js | 16 +
.../admin/static/admin/js/prepopulate_init.js | 10 +
.../admin/static/admin/js/vendor/jquery/jquery.js | 4548 +++++++++-------
.../static/admin/js/vendor/jquery/jquery.min.js | 8 +-
.../static/admin/js/vendor/xregexp/xregexp.js | 2308 +++++++++
django/contrib/admin/templates/admin/actions.html | 7 +-
.../admin/templates/admin/auth/user/add_form.html | 4 -
.../templates/admin/auth/user/change_password.html | 3 +-
django/contrib/admin/templates/admin/base.html | 2 +-
.../contrib/admin/templates/admin/change_form.html | 25 +-
.../contrib/admin/templates/admin/change_list.html | 15 +-
.../admin/templates/admin/change_list_results.html | 2 +-
.../admin/templates/admin/delete_confirmation.html | 9 +-
.../admin/delete_selected_confirmation.html | 9 +-
.../admin/templates/admin/edit_inline/stacked.html | 19 +-
.../admin/templates/admin/edit_inline/tabular.html | 22 +-
django/contrib/admin/templates/admin/index.html | 6 +-
django/contrib/admin/templates/admin/login.html | 5 +-
.../admin/templates/admin/object_history.html | 2 +-
.../admin/templates/admin/popup_response.html | 14 +-
.../templates/admin/prepopulated_fields_js.html | 32 +-
.../templates/admin/related_widget_wrapper.html | 2 +-
.../contrib/admin/templates/admin/search_form.html | 5 +-
.../registration/password_change_form.html | 3 +-
django/contrib/admin/templatetags/admin_list.py | 34 +-
django/contrib/admin/templatetags/admin_modify.py | 31 +-
django/contrib/admin/templatetags/admin_static.py | 12 +-
django/contrib/admin/templatetags/admin_urls.py | 2 +-
django/contrib/admin/tests.py | 96 +-
django/contrib/admin/utils.py | 6 +-
django/contrib/admin/views/main.py | 36 +-
django/contrib/admin/widgets.py | 74 +-
.../admindocs/locale/en/LC_MESSAGES/django.po | 9 +-
django/contrib/admindocs/middleware.py | 10 +-
.../templates/admin_doc/model_detail.html | 2 +-
.../templates/admin_doc/template_detail.html | 1 +
.../admindocs/templates/admin_doc/view_detail.html | 2 +-
django/contrib/admindocs/utils.py | 12 +-
django/contrib/admindocs/views.py | 10 +-
django/contrib/auth/__init__.py | 33 +-
django/contrib/auth/admin.py | 8 +-
django/contrib/auth/apps.py | 9 +-
django/contrib/auth/backends.py | 32 +-
django/contrib/auth/base_user.py | 18 +-
django/contrib/auth/checks.py | 122 +-
django/contrib/auth/decorators.py | 2 +-
django/contrib/auth/forms.py | 107 +-
django/contrib/auth/hashers.py | 115 +-
.../contrib/auth/locale/en/LC_MESSAGES/django.po | 50 +-
django/contrib/auth/management/__init__.py | 73 +-
.../auth/management/commands/changepassword.py | 18 +-
.../auth/management/commands/createsuperuser.py | 48 +-
django/contrib/auth/middleware.py | 22 +-
django/contrib/auth/migrations/0001_initial.py | 8 +-
.../migrations/0004_alter_user_username_opts.py | 9 +-
.../0007_alter_validators_add_error_messages.py | 10 +-
.../0008_alter_user_username_max_length.py | 28 +
django/contrib/auth/mixins.py | 2 +-
django/contrib/auth/models.py | 25 +-
django/contrib/auth/tests/custom_user.py | 113 -
django/contrib/auth/validators.py | 26 +
django/contrib/auth/views.py | 56 +-
django/contrib/contenttypes/admin.py | 6 +-
django/contrib/contenttypes/apps.py | 7 +-
django/contrib/contenttypes/checks.py | 16 +-
django/contrib/contenttypes/fields.py | 169 +-
django/contrib/contenttypes/forms.py | 24 +-
django/contrib/contenttypes/management.py | 95 +-
django/contrib/contenttypes/models.py | 41 +-
django/contrib/contenttypes/views.py | 6 +-
django/contrib/flatpages/forms.py | 19 +-
django/contrib/flatpages/middleware.py | 3 +-
django/contrib/flatpages/models.py | 13 +-
django/contrib/flatpages/templatetags/flatpages.py | 2 +-
django/contrib/flatpages/views.py | 8 +-
django/contrib/gis/admin/options.py | 18 +-
django/contrib/gis/admin/widgets.py | 9 +-
django/contrib/gis/db/backends/base/features.py | 7 +-
django/contrib/gis/db/backends/base/models.py | 22 +-
django/contrib/gis/db/backends/base/operations.py | 8 +-
django/contrib/gis/db/backends/mysql/operations.py | 89 +-
django/contrib/gis/db/backends/mysql/schema.py | 4 +-
django/contrib/gis/db/backends/oracle/features.py | 1 +
django/contrib/gis/db/backends/oracle/models.py | 4 -
.../contrib/gis/db/backends/oracle/operations.py | 9 +-
django/contrib/gis/db/backends/postgis/adapter.py | 44 +-
django/contrib/gis/db/backends/postgis/models.py | 4 -
.../contrib/gis/db/backends/postgis/operations.py | 169 +-
.../contrib/gis/db/backends/spatialite/features.py | 6 +-
.../gis/db/backends/spatialite/operations.py | 64 +-
django/contrib/gis/db/models/fields.py | 231 +-
django/contrib/gis/db/models/functions.py | 91 +-
django/contrib/gis/db/models/lookups.py | 113 +-
django/contrib/gis/db/models/manager.py | 4 +
django/contrib/gis/db/models/proxy.py | 21 +-
django/contrib/gis/db/models/query.py | 113 +-
django/contrib/gis/db/models/sql/aggregates.py | 10 -
django/contrib/gis/db/models/sql/conversion.py | 11 +-
django/contrib/gis/feeds.py | 4 +-
django/contrib/gis/forms/widgets.py | 14 +-
django/contrib/gis/gdal/__init__.py | 10 +-
django/contrib/gis/gdal/datasource.py | 6 +-
django/contrib/gis/gdal/envelope.py | 2 +-
django/contrib/gis/gdal/feature.py | 6 +-
django/contrib/gis/gdal/field.py | 2 +-
django/contrib/gis/gdal/geometries.py | 18 +-
django/contrib/gis/gdal/geomtype.py | 3 +
django/contrib/gis/gdal/layer.py | 2 +-
django/contrib/gis/gdal/libgdal.py | 12 +-
django/contrib/gis/gdal/prototypes/ds.py | 6 +-
django/contrib/gis/gdal/prototypes/generation.py | 3 +-
django/contrib/gis/gdal/prototypes/geom.py | 5 +-
django/contrib/gis/gdal/prototypes/raster.py | 29 +-
django/contrib/gis/gdal/prototypes/srs.py | 3 +-
django/contrib/gis/gdal/raster/band.py | 110 +-
django/contrib/gis/gdal/raster/source.py | 18 +-
django/contrib/gis/gdal/srs.py | 8 +-
django/contrib/gis/geos/__init__.py | 3 +-
django/contrib/gis/geos/collections.py | 28 +-
django/contrib/gis/geos/geometry.py | 87 +-
django/contrib/gis/geos/libgeos.py | 4 +-
django/contrib/gis/geos/linestring.py | 58 +-
django/contrib/gis/geos/mutable_list.py | 2 +-
django/contrib/gis/geos/point.py | 110 +-
django/contrib/gis/geos/polygon.py | 12 +-
django/contrib/gis/geos/prepared.py | 18 +-
django/contrib/gis/geos/prototypes/__init__.py | 18 +-
django/contrib/gis/geos/prototypes/geom.py | 3 +-
django/contrib/gis/geos/prototypes/io.py | 96 +-
django/contrib/gis/geos/prototypes/predicates.py | 2 +
django/contrib/gis/geos/prototypes/prepared.py | 4 +-
django/contrib/gis/geos/prototypes/topology.py | 1 +
.../contrib/gis/management/commands/ogrinspect.py | 86 +-
django/contrib/gis/maps/google/__init__.py | 2 +-
django/contrib/gis/measure.py | 50 +-
django/contrib/gis/serializers/geojson.py | 7 +-
django/contrib/gis/shortcuts.py | 15 +-
django/contrib/gis/sitemaps/kml.py | 16 +-
.../contrib/gis/templates/gis/openlayers-osm.html | 2 +-
django/contrib/gis/utils/__init__.py | 4 +-
django/contrib/gis/utils/layermapping.py | 6 +-
django/contrib/gis/utils/ogrinfo.py | 3 -
django/contrib/gis/utils/srs.py | 3 -
django/contrib/gis/utils/wkt.py | 7 +
django/contrib/messages/api.py | 16 +-
django/contrib/messages/middleware.py | 3 +-
django/contrib/messages/storage/cookie.py | 9 +-
django/contrib/messages/storage/session.py | 3 +-
django/contrib/postgres/apps.py | 6 +-
django/contrib/postgres/fields/array.py | 52 +-
django/contrib/postgres/fields/hstore.py | 17 +
django/contrib/postgres/fields/jsonb.py | 7 -
django/contrib/postgres/fields/ranges.py | 30 +-
django/contrib/postgres/forms/array.py | 71 +-
django/contrib/postgres/forms/ranges.py | 6 +-
django/contrib/postgres/functions.py | 3 +-
django/contrib/postgres/lookups.py | 24 +-
django/contrib/postgres/operations.py | 10 +-
django/contrib/postgres/search.py | 203 +
django/contrib/postgres/utils.py | 30 +
django/contrib/postgres/validators.py | 20 +-
django/contrib/redirects/middleware.py | 7 +-
django/contrib/redirects/models.py | 16 +-
django/contrib/sessions/backends/base.py | 16 +-
django/contrib/sessions/backends/cache.py | 8 +-
django/contrib/sessions/backends/cached_db.py | 6 +-
django/contrib/sessions/backends/db.py | 15 +-
django/contrib/sessions/backends/file.py | 29 +-
django/contrib/sessions/backends/signed_cookies.py | 12 +-
django/contrib/sessions/middleware.py | 37 +-
django/contrib/sitemaps/__init__.py | 15 +-
django/contrib/sitemaps/views.py | 29 +-
django/contrib/sites/management.py | 4 +-
django/contrib/sites/managers.py | 6 +-
django/contrib/sites/middleware.py | 4 +-
django/contrib/sites/models.py | 14 +-
django/contrib/staticfiles/apps.py | 1 +
.../management/commands/collectstatic.py | 80 +-
.../staticfiles/management/commands/findstatic.py | 17 +-
.../staticfiles/management/commands/runserver.py | 16 +-
django/contrib/staticfiles/storage.py | 92 +-
.../staticfiles/templatetags/staticfiles.py | 35 +-
django/contrib/syndication/views.py | 60 +-
django/contrib/webdesign/__init__.py | 12 -
django/contrib/webdesign/apps.py | 7 -
django/contrib/webdesign/templatetags/webdesign.py | 6 -
django/core/cache/backends/base.py | 15 +-
django/core/cache/backends/filebased.py | 4 +-
django/core/cache/backends/memcached.py | 5 +-
django/core/checks/__init__.py | 2 +
django/core/checks/compatibility/django_1_10.py | 17 +
django/core/checks/compatibility/django_1_8_0.py | 12 +-
django/core/checks/database.py | 11 +
django/core/checks/messages.py | 4 +-
django/core/checks/model_checks.py | 181 +-
django/core/checks/registry.py | 6 +
django/core/checks/security/base.py | 19 +-
django/core/checks/security/csrf.py | 16 +-
django/core/checks/security/sessions.py | 13 +-
django/core/checks/templates.py | 19 +
django/core/checks/urls.py | 38 +-
django/core/checks/utils.py | 10 +
django/core/context_processors.py | 9 -
django/core/exceptions.py | 16 +
django/core/files/storage.py | 223 +-
django/core/files/temp.py | 5 +-
django/core/files/uploadedfile.py | 3 +-
django/core/handlers/base.py | 385 +-
django/core/handlers/exception.py | 135 +
django/core/handlers/wsgi.py | 41 +-
django/core/mail/__init__.py | 42 +-
django/core/mail/backends/smtp.py | 6 +-
django/core/mail/message.py | 80 +-
django/core/management/__init__.py | 82 +-
django/core/management/base.py | 222 +-
django/core/management/color.py | 3 +-
django/core/management/commands/check.py | 33 +-
django/core/management/commands/compilemessages.py | 34 +-
.../core/management/commands/createcachetable.py | 43 +-
django/core/management/commands/dbshell.py | 21 +-
django/core/management/commands/diffsettings.py | 7 +-
django/core/management/commands/dumpdata.py | 122 +-
django/core/management/commands/flush.py | 25 +-
django/core/management/commands/inspectdb.py | 56 +-
django/core/management/commands/loaddata.py | 74 +-
django/core/management/commands/makemessages.py | 201 +-
django/core/management/commands/makemigrations.py | 101 +-
django/core/management/commands/migrate.py | 141 +-
django/core/management/commands/runserver.py | 66 +-
django/core/management/commands/sendtestemail.py | 18 +-
django/core/management/commands/shell.py | 127 +-
django/core/management/commands/showmigrations.py | 58 +-
django/core/management/commands/sqlflush.py | 7 +-
django/core/management/commands/sqlmigrate.py | 23 +-
.../core/management/commands/sqlsequencereset.py | 9 +-
.../core/management/commands/squashmigrations.py | 35 +-
django/core/management/commands/startapp.py | 14 +-
django/core/management/commands/startproject.py | 21 +-
django/core/management/commands/test.py | 64 +-
django/core/management/commands/testserver.py | 29 +-
django/core/management/sql.py | 12 +-
django/core/management/templates.py | 41 +-
django/core/management/utils.py | 21 +-
django/core/paginator.py | 41 +-
django/core/serializers/__init__.py | 9 +-
django/core/serializers/base.py | 4 +-
django/core/serializers/json.py | 3 +
django/core/serializers/python.py | 23 +-
django/core/serializers/xml_serializer.py | 6 +-
django/core/servers/basehttp.py | 63 +-
django/core/signing.py | 11 +-
django/core/urlresolvers.py | 697 +--
django/core/validators.py | 67 +-
django/core/wsgi.py | 2 +-
django/db/backends/base/base.py | 14 +-
django/db/backends/base/creation.py | 2 +-
django/db/backends/base/features.py | 9 +
django/db/backends/base/introspection.py | 8 +-
django/db/backends/base/operations.py | 18 +-
django/db/backends/base/schema.py | 35 +-
django/db/backends/base/validation.py | 5 +-
django/db/backends/mysql/base.py | 42 +-
django/db/backends/mysql/features.py | 7 +
django/db/backends/mysql/introspection.py | 41 +-
django/db/backends/mysql/operations.py | 43 +-
django/db/backends/mysql/schema.py | 7 -
django/db/backends/mysql/validation.py | 31 +-
django/db/backends/oracle/base.py | 28 +-
django/db/backends/oracle/compiler.py | 3 +-
django/db/backends/oracle/features.py | 4 +
django/db/backends/oracle/operations.py | 43 +-
django/db/backends/postgresql/base.py | 17 +-
django/db/backends/postgresql/features.py | 2 +
django/db/backends/postgresql/introspection.py | 17 +-
django/db/backends/postgresql/operations.py | 29 +-
django/db/backends/postgresql/schema.py | 5 +-
django/db/backends/sqlite3/base.py | 51 +-
django/db/backends/sqlite3/features.py | 2 +
django/db/backends/sqlite3/operations.py | 7 +
django/db/backends/sqlite3/schema.py | 4 +-
django/db/backends/utils.py | 12 +-
django/db/migrations/autodetector.py | 112 +-
django/db/migrations/exceptions.py | 12 +-
django/db/migrations/executor.py | 82 +-
django/db/migrations/graph.py | 159 +-
django/db/migrations/loader.py | 222 +-
django/db/migrations/migration.py | 10 +-
django/db/migrations/operations/base.py | 15 +
django/db/migrations/operations/fields.py | 164 +-
django/db/migrations/operations/models.py | 283 +-
django/db/migrations/operations/special.py | 26 +-
django/db/migrations/optimizer.py | 311 +-
django/db/migrations/questioner.py | 63 +-
django/db/migrations/serializer.py | 389 ++
django/db/migrations/state.py | 158 +-
django/db/migrations/utils.py | 5 +
django/db/migrations/writer.py | 270 +-
django/db/models/__init__.py | 13 +-
django/db/models/aggregates.py | 42 +-
django/db/models/base.py | 405 +-
django/db/models/deletion.py | 30 +-
django/db/models/expressions.py | 220 +-
django/db/models/fields/__init__.py | 294 +-
django/db/models/fields/files.py | 76 +-
django/db/models/fields/related.py | 253 +-
django/db/models/fields/related_descriptors.py | 204 +-
django/db/models/fields/related_lookups.py | 14 +-
django/db/models/fields/reverse_related.py | 39 +-
django/db/models/fields/subclassing.py | 63 -
django/db/models/functions.py | 202 -
django/db/models/functions/__init__.py | 20 +
django/db/models/functions/base.py | 225 +
django/db/models/functions/datetime.py | 251 +
django/db/models/lookups.py | 269 +-
django/db/models/manager.py | 127 +-
django/db/models/options.py | 411 +-
django/db/models/query.py | 205 +-
django/db/models/query_utils.py | 108 +-
django/db/models/signals.py | 64 +-
django/db/models/sql/aggregates.py | 155 -
django/db/models/sql/compiler.py | 49 +-
django/db/models/sql/query.py | 67 +-
django/db/models/sql/subqueries.py | 3 +-
django/db/models/utils.py | 24 +-
django/db/utils.py | 26 +-
django/dispatch/dispatcher.py | 5 +-
django/dispatch/license.python.txt | 254 -
django/dispatch/weakref_backports.py | 3 +-
django/forms/boundfield.py | 2 +
django/forms/fields.py | 63 +-
django/forms/forms.py | 25 +-
django/forms/formsets.py | 5 +
django/forms/models.py | 125 +-
django/forms/widgets.py | 139 +-
django/http/__init__.py | 2 -
django/http/cookie.py | 69 +-
django/http/multipartparser.py | 45 +-
django/http/request.py | 48 +-
django/http/response.py | 33 +-
django/http/utils.py | 28 -
django/middleware/cache.py | 24 +-
django/middleware/clickjacking.py | 3 +-
django/middleware/common.py | 27 +-
django/middleware/csrf.py | 119 +-
django/middleware/gzip.py | 3 +-
django/middleware/http.py | 3 +-
django/middleware/locale.py | 42 +-
django/middleware/security.py | 6 +-
django/shortcuts.py | 125 +-
django/template/__init__.py | 3 -
django/template/backends/django.py | 41 +-
django/template/backends/jinja2.py | 3 +-
django/template/base.py | 37 +-
django/template/context.py | 54 +-
django/template/context_processors.py | 22 +-
django/template/defaultfilters.py | 138 +-
django/template/defaulttags.py | 195 +-
django/template/engine.py | 115 +-
django/template/library.py | 6 +-
django/template/loader.py | 114 +-
django/template/loader_tags.py | 33 +
django/template/loaders/base.py | 2 -
django/template/loaders/eggs.py | 2 +-
django/template/response.py | 78 +-
django/template/smartif.py | 24 +-
django/template/utils.py | 21 -
django/templatetags/cache.py | 4 +-
django/templatetags/future.py | 66 -
django/templatetags/i18n.py | 8 +-
django/templatetags/static.py | 11 +-
django/test/__init__.py | 4 +-
django/test/client.py | 81 +-
django/test/html.py | 6 +-
django/test/runner.py | 73 +-
django/test/selenium.py | 84 +
django/test/signals.py | 25 +-
django/test/testcases.py | 356 +-
django/test/utils.py | 287 +-
django/urls/__init__.py | 20 +
django/urls/base.py | 183 +
django/urls/exceptions.py | 11 +
django/urls/resolvers.py | 413 ++
django/urls/utils.py | 64 +
django/utils/archive.py | 3 +-
django/utils/cache.py | 22 +-
django/utils/checksums.py | 34 -
django/utils/dateformat.py | 7 +-
django/utils/decorators.py | 11 +-
django/utils/deprecation.py | 51 +-
django/utils/encoding.py | 8 +-
django/utils/feedgenerator.py | 32 +-
django/utils/formats.py | 17 +-
django/utils/functional.py | 53 +-
django/utils/html.py | 109 +-
django/utils/html_parser.py | 126 +-
django/utils/http.py | 73 +-
django/utils/ipv6.py | 11 +-
django/utils/log.py | 68 +-
django/utils/lorem_ipsum.py | 70 +-
django/utils/module_loading.py | 2 +-
django/utils/safestring.py | 4 +
django/utils/termcolors.py | 6 -
django/utils/text.py | 39 +-
django/utils/timezone.py | 12 +-
django/utils/translation/__init__.py | 15 +-
django/utils/translation/trans_null.py | 27 +-
django/utils/translation/trans_real.py | 87 +-
django/utils/tree.py | 15 +-
django/utils/version.py | 14 +-
django/views/__init__.py | 3 +
django/views/csrf.py | 19 +-
django/views/debug.py | 62 +-
django/views/decorators/http.py | 8 +-
django/views/defaults.py | 25 +-
django/views/generic/base.py | 19 +-
django/views/generic/dates.py | 6 +-
django/views/generic/detail.py | 4 -
django/views/generic/edit.py | 55 +-
django/views/generic/list.py | 8 +-
django/views/i18n.py | 238 +-
docs/_ext/applyxrefs.py | 77 -
docs/_ext/djangodocs.py | 15 +-
docs/_ext/ticket_role.py | 1 +
docs/conf.py | 12 +-
docs/howto/auth-remote-user.txt | 21 +-
docs/howto/custom-file-storage.txt | 4 -
docs/howto/custom-lookups.txt | 4 -
docs/howto/custom-management-commands.txt | 73 +-
docs/howto/custom-model-fields.txt | 129 +-
docs/howto/custom-template-tags.txt | 20 -
docs/howto/deployment/wsgi/apache-auth.txt | 2 +-
docs/howto/error-reporting.txt | 6 +-
docs/howto/static-files/index.txt | 12 +-
docs/howto/upgrade-version.txt | 39 +-
docs/howto/writing-migrations.txt | 49 +-
docs/index.txt | 1 +
docs/internals/contributing/new-contributors.txt | 3 +-
.../contributing/writing-code/coding-style.txt | 4 +-
.../writing-code/submitting-patches.txt | 6 -
.../contributing/writing-code/unit-tests.txt | 156 +-
.../contributing/writing-documentation.txt | 64 +-
docs/internals/deprecation.txt | 95 +-
docs/internals/howto-release-django.txt | 17 +-
docs/internals/release-process.txt | 12 +-
docs/internals/roles.txt | 6 +-
docs/internals/team.txt | 84 +-
docs/intro/contributing.txt | 9 +-
docs/intro/overview.txt | 12 +-
docs/intro/reusable-apps.txt | 2 +-
docs/intro/tutorial02.txt | 21 +-
docs/intro/tutorial03.txt | 2 +-
docs/intro/tutorial04.txt | 8 +-
docs/intro/tutorial05.txt | 16 +-
docs/intro/tutorial06.txt | 6 +-
docs/intro/tutorial07.txt | 2 +-
docs/man/django-admin.1 | 1081 ++--
docs/ref/applications.txt | 12 +-
docs/ref/checks.txt | 101 +-
docs/ref/class-based-views/base.txt | 9 +-
docs/ref/class-based-views/generic-date-based.txt | 2 +-
docs/ref/class-based-views/generic-editing.txt | 4 +-
docs/ref/class-based-views/mixins-editing.txt | 26 -
.../class-based-views/mixins-multiple-object.txt | 4 -
docs/ref/class-based-views/mixins-simple.txt | 22 +-
.../ref/class-based-views/mixins-single-object.txt | 8 +-
docs/ref/clickjacking.txt | 4 +-
docs/ref/contrib/admin/index.txt | 104 +-
docs/ref/contrib/admin/javascript.txt | 33 +-
docs/ref/contrib/auth.txt | 225 +-
docs/ref/contrib/contenttypes.txt | 11 +-
docs/ref/contrib/flatpages.txt | 10 +-
docs/ref/contrib/gis/admin.txt | 64 +-
docs/ref/contrib/gis/commands.txt | 58 +-
docs/ref/contrib/gis/db-api.txt | 198 +-
docs/ref/contrib/gis/feeds.txt | 34 +-
docs/ref/contrib/gis/forms-api.txt | 4 +-
docs/ref/contrib/gis/functions.txt | 69 +-
docs/ref/contrib/gis/gdal.txt | 1352 ++---
docs/ref/contrib/gis/geoip.txt | 44 +-
docs/ref/contrib/gis/geoip2.txt | 40 +-
docs/ref/contrib/gis/geoquerysets.txt | 243 +-
docs/ref/contrib/gis/geos.txt | 947 ++--
docs/ref/contrib/gis/index.txt | 42 +-
docs/ref/contrib/gis/install/geolibs.txt | 36 +-
docs/ref/contrib/gis/install/index.txt | 32 +-
docs/ref/contrib/gis/install/postgis.txt | 13 +-
docs/ref/contrib/gis/layermapping.txt | 2 +-
docs/ref/contrib/gis/measure.txt | 62 +-
docs/ref/contrib/gis/model-api.txt | 14 +-
docs/ref/contrib/gis/ogrinspect.txt | 2 +-
docs/ref/contrib/gis/serializers.txt | 12 +-
docs/ref/contrib/gis/tutorial.txt | 14 +-
docs/ref/contrib/gis/utils.txt | 10 +-
docs/ref/contrib/index.txt | 9 -
docs/ref/contrib/messages.txt | 8 +-
docs/ref/contrib/postgres/fields.txt | 80 +-
docs/ref/contrib/postgres/functions.txt | 2 +-
docs/ref/contrib/postgres/index.txt | 3 +-
docs/ref/contrib/postgres/lookups.txt | 26 +
docs/ref/contrib/postgres/operations.txt | 10 +
docs/ref/contrib/postgres/search.txt | 241 +
docs/ref/contrib/redirects.txt | 8 +-
docs/ref/contrib/sitemaps.txt | 9 +-
docs/ref/contrib/sites.txt | 8 +-
docs/ref/contrib/staticfiles.txt | 72 +-
docs/ref/contrib/syndication.txt | 2 +-
docs/ref/contrib/webdesign.txt | 12 -
docs/ref/csrf.txt | 54 +-
docs/ref/databases.txt | 17 +-
docs/ref/django-admin.txt | 132 +-
docs/ref/exceptions.txt | 40 +-
docs/ref/files/file.txt | 9 -
docs/ref/files/storage.txt | 71 +-
docs/ref/files/uploads.txt | 4 -
docs/ref/forms/api.txt | 202 +-
docs/ref/forms/fields.txt | 78 +-
docs/ref/forms/models.txt | 5 -
docs/ref/forms/widgets.txt | 63 +-
docs/ref/middleware.txt | 60 +-
docs/ref/migration-operations.txt | 53 +-
docs/ref/models/conditional-expressions.txt | 7 +-
docs/ref/models/database-functions.txt | 421 +-
docs/ref/models/expressions.txt | 104 +-
docs/ref/models/fields.txt | 91 +-
docs/ref/models/instances.txt | 63 +-
docs/ref/models/lookups.txt | 7 +-
docs/ref/models/meta.txt | 23 -
docs/ref/models/options.txt | 54 +-
docs/ref/models/querysets.txt | 118 +-
docs/ref/models/relations.txt | 11 +-
docs/ref/request-response.txt | 82 +-
docs/ref/settings.txt | 365 +-
docs/ref/signals.txt | 42 +-
docs/ref/template-response.txt | 64 +-
docs/ref/templates/api.txt | 62 +-
docs/ref/templates/builtins.txt | 260 +-
docs/ref/unicode.txt | 4 +-
docs/ref/urlresolvers.txt | 73 +-
docs/ref/urls.txt | 98 +-
docs/ref/utils.txt | 126 +-
docs/ref/validators.txt | 32 +-
docs/ref/views.txt | 16 +
docs/releases/1.1.txt | 10 +-
docs/releases/1.10.txt | 1310 +++++
docs/releases/1.2.txt | 3 +-
docs/releases/1.3.txt | 13 +-
docs/releases/1.4.11.txt | 14 +-
docs/releases/1.4.12.txt | 5 +-
docs/releases/1.4.14.txt | 4 +-
docs/releases/1.4.7.txt | 6 +-
docs/releases/1.4.txt | 14 +-
docs/releases/1.5.3.txt | 8 +-
docs/releases/1.5.6.txt | 14 +-
docs/releases/1.5.7.txt | 4 +-
docs/releases/1.5.9.txt | 4 +-
docs/releases/1.5.txt | 9 +-
docs/releases/1.6.3.txt | 14 +-
docs/releases/1.6.4.txt | 8 +-
docs/releases/1.6.6.txt | 4 +-
docs/releases/1.6.txt | 23 +-
docs/releases/1.7.2.txt | 4 +-
docs/releases/1.7.3.txt | 3 +-
docs/releases/1.7.txt | 14 +-
docs/releases/1.8.txt | 69 +-
docs/releases/1.9.8.txt | 12 +
docs/releases/1.9.txt | 25 +-
docs/releases/index.txt | 8 +
docs/spelling_wordlist | 9 +-
docs/topics/auth/customizing.txt | 93 +-
docs/topics/auth/default.txt | 98 +-
docs/topics/auth/index.txt | 4 +-
docs/topics/auth/passwords.txt | 142 +-
docs/topics/cache.txt | 14 +-
docs/topics/checks.txt | 29 +-
docs/topics/class-based-views/generic-editing.txt | 18 +-
docs/topics/class-based-views/intro.txt | 6 +-
docs/topics/class-based-views/mixins.txt | 16 +-
docs/topics/conditional-view-processing.txt | 5 -
docs/topics/db/aggregation.txt | 2 +-
docs/topics/db/examples/many_to_many.txt | 115 +-
docs/topics/db/examples/many_to_one.txt | 61 +-
docs/topics/db/examples/one_to_one.txt | 19 +-
docs/topics/db/index.txt | 1 +
docs/topics/db/managers.txt | 199 +-
docs/topics/db/models.txt | 170 +-
docs/topics/db/multi-db.txt | 22 +-
docs/topics/db/queries.txt | 9 +-
docs/topics/db/search.txt | 130 +
docs/topics/db/transactions.txt | 5 -
docs/topics/email.txt | 14 -
docs/topics/forms/formsets.txt | 5 +
docs/topics/forms/index.txt | 12 +-
docs/topics/forms/media.txt | 23 +-
docs/topics/forms/modelforms.txt | 16 +-
docs/topics/http/_images/middleware.graffle | 957 ----
docs/topics/http/_images/middleware.svg | 3 -
docs/topics/http/decorators.txt | 2 +-
docs/topics/http/file-uploads.txt | 6 +-
docs/topics/http/middleware.txt | 399 +-
docs/topics/http/sessions.txt | 16 +-
docs/topics/http/shortcuts.txt | 101 +-
docs/topics/http/urls.txt | 24 +-
docs/topics/i18n/formatting.txt | 6 -
docs/topics/i18n/timezones.txt | 11 +-
docs/topics/i18n/translation.txt | 234 +-
docs/topics/install.txt | 2 +-
docs/topics/logging.txt | 35 +-
docs/topics/migrations.txt | 61 +-
docs/topics/performance.txt | 2 +-
docs/topics/security.txt | 4 +-
docs/topics/serialization.txt | 39 +-
docs/topics/signals.txt | 10 +-
docs/topics/signing.txt | 4 -
docs/topics/templates.txt | 79 +-
docs/topics/testing/advanced.txt | 30 -
docs/topics/testing/overview.txt | 26 +-
docs/topics/testing/tools.txt | 158 +-
js_tests/admin/RelatedObjectLookups.test.js | 13 +-
js_tests/admin/core.test.js | 1 +
js_tests/gis/mapwidget.test.js | 46 +
js_tests/qunit/blanket.js | 5430 ++++++++++++++++++++
js_tests/qunit/blanket.min.js | 39 -
js_tests/qunit/qunit.css | 32 +-
js_tests/qunit/qunit.js | 4672 +++++++++--------
js_tests/tests.html | 11 +-
package.json | 2 +-
scripts/manage_translations.py | 13 +-
setup.cfg | 3 +-
setup.py | 3 +-
tests/absolute_url_overrides/tests.py | 8 +-
tests/admin_changelist/admin.py | 10 +-
tests/admin_changelist/tests.py | 144 +-
tests/admin_checks/tests.py | 83 +-
tests/admin_custom_urls/models.py | 2 +-
tests/admin_custom_urls/tests.py | 52 +-
tests/admin_docs/namespace_urls.py | 14 +
tests/admin_docs/tests.py | 123 +-
tests/admin_filters/models.py | 13 +
tests/admin_filters/tests.py | 217 +-
tests/admin_inlines/admin.py | 14 +-
tests/admin_inlines/test_templates.py | 16 +-
tests/admin_inlines/tests.py | 288 +-
tests/admin_ordering/tests.py | 12 +-
tests/admin_registration/tests.py | 62 +-
.../another_app_waiting_migration}/__init__.py | 0
.../migrations/0001_initial.py | 21 +
.../migrations}/__init__.py | 0
.../another_app_waiting_migration/models.py | 10 +
tests/admin_scripts/app_raising_messages/models.py | 18 +-
tests/admin_scripts/app_raising_warning/models.py | 7 +-
.../app_waiting_migration}/__init__.py | 0
.../migrations/0001_initial.py | 21 +
.../app_waiting_migration/migrations}/__init__.py | 0
.../admin_scripts/app_waiting_migration/models.py | 10 +
.../management/commands/custom_startproject.py | 3 +-
tests/admin_scripts/tests.py | 178 +-
tests/admin_utils/admin.py | 18 +
tests/admin_utils/models.py | 10 +-
tests/admin_utils/test_logentry.py | 223 +
tests/admin_utils/tests.py | 59 +-
tests/admin_utils/urls.py | 7 +
tests/admin_views/admin.py | 17 +-
tests/admin_views/models.py | 12 +-
tests/admin_views/test_adminsite.py | 31 +-
tests/admin_views/test_templatetags.py | 26 +
tests/admin_views/tests.py | 1252 ++---
tests/admin_widgets/models.py | 7 +-
tests/admin_widgets/tests.py | 517 +-
tests/aggregation/tests.py | 47 +-
tests/aggregation_regress/tests.py | 70 +-
tests/annotations/models.py | 4 +-
tests/annotations/tests.py | 5 +-
tests/app_loading/tests.py | 3 +-
tests/apps/tests.py | 18 +-
tests/auth_tests/models/__init__.py | 12 +-
tests/auth_tests/models/custom_permissions.py | 5 +-
tests/auth_tests/models/custom_user.py | 118 +
tests/auth_tests/models/invalid_models.py | 18 -
tests/auth_tests/models/uuid_pk.py | 3 +-
tests/auth_tests/settings.py | 2 +-
tests/auth_tests/test_auth_backends.py | 212 +-
tests/auth_tests/test_basic.py | 78 +-
tests/auth_tests/test_checks.py | 197 +
tests/auth_tests/test_context_processors.py | 45 +-
tests/auth_tests/test_decorators.py | 16 +-
tests/auth_tests/test_forms.py | 191 +-
tests/auth_tests/test_handlers.py | 6 +-
tests/auth_tests/test_hashers.py | 152 +-
tests/auth_tests/test_management.py | 313 +-
tests/auth_tests/test_middleware.py | 39 +-
tests/auth_tests/test_mixins.py | 26 +-
tests/auth_tests/test_models.py | 82 +-
tests/auth_tests/test_remote_user.py | 47 +-
tests/auth_tests/test_signals.py | 27 +-
tests/auth_tests/test_templates.py | 5 +-
tests/auth_tests/test_tokens.py | 5 +-
tests/auth_tests/test_validators.py | 34 +-
tests/auth_tests/test_views.py | 200 +-
tests/auth_tests/urls.py | 3 +-
tests/auth_tests/urls_custom_user_admin.py | 2 +
tests/backends/models.py | 4 -
tests/backends/test_creation.py | 42 +
tests/backends/test_mysql.py | 20 +
tests/backends/tests.py | 65 +-
.../management/commands/test_command.py | 3 +-
tests/bash_completion/tests.py | 7 +-
tests/basic/tests.py | 167 +-
tests/bulk_create/tests.py | 19 +
tests/cache/tests.py | 150 +-
tests/check_framework/test_database.py | 58 +
.../test_model_field_deprecation.py | 11 +-
tests/check_framework/test_multi_db.py | 11 +-
tests/check_framework/test_security.py | 129 +-
tests/check_framework/test_templates.py | 59 +-
tests/check_framework/test_urls.py | 39 +-
tests/check_framework/tests.py | 68 +-
tests/check_framework/tests_1_10_compatibility.py | 17 +
tests/check_framework/urls/beginning_with_slash.py | 6 +-
tests/check_framework/urls/contains_tuple.py | 3 +
tests/check_framework/urls/include_with_dollar.py | 4 +-
tests/check_framework/urls/name_with_colon.py | 6 +-
...nclude_with_dollar.py => warning_in_include.py} | 0
tests/contenttypes_tests/models.py | 22 +
.../operations_migrations/0001_initial.py | 16 +
.../operations_migrations/0002_rename_foo.py | 32 +
.../operations_migrations}/__init__.py | 0
tests/contenttypes_tests/test_models.py | 122 +-
tests/contenttypes_tests/tests.py | 169 +-
.../templates/context_processors/debug.html | 4 +
tests/context_processors/tests.py | 2 +
tests/context_processors/views.py | 5 +-
tests/createsuperuser/tests.py | 56 -
tests/csrf_tests/test_context_processor.py | 8 +-
tests/csrf_tests/tests.py | 108 +-
tests/custom_columns/tests.py | 33 +-
tests/custom_managers/models.py | 29 +-
tests/custom_managers/tests.py | 42 +-
tests/custom_pk/tests.py | 9 +-
tests/datatypes/tests.py | 44 +-
tests/dates/models.py | 2 +
tests/dates/tests.py | 59 +-
tests/datetimes/models.py | 1 +
tests/datetimes/tests.py | 6 +
tests/db_functions/models.py | 15 +
tests/db_functions/test_cast.py | 24 +
tests/db_functions/test_datetime.py | 694 +++
tests/db_functions/tests.py | 7 +-
tests/decorators/tests.py | 42 +-
tests/defer/tests.py | 30 +-
tests/defer_regress/tests.py | 120 +-
tests/delete/models.py | 39 +-
tests/delete/tests.py | 8 +-
tests/deprecation/tests.py | 45 +-
tests/distinct_on_fields/tests.py | 7 +-
tests/expressions/tests.py | 234 +-
tests/extra_regress/tests.py | 17 +-
tests/field_subclassing/fields.py | 88 -
tests/field_subclassing/models.py | 34 -
tests/field_subclassing/tests.py | 121 +-
tests/file_storage/models.py | 17 -
tests/file_storage/test_generate_filename.py | 117 +
tests/file_storage/tests.py | 394 +-
tests/file_uploads/tests.py | 13 +-
tests/files/tests.py | 7 +-
tests/fixtures/models.py | 5 +
tests/fixtures/tests.py | 87 +-
tests/fixtures_model_package/tests.py | 8 +-
tests/fixtures_regress/tests.py | 102 +-
tests/flatpages_tests/test_csrf.py | 27 +-
tests/flatpages_tests/test_forms.py | 24 +-
tests/flatpages_tests/test_middleware.py | 52 +-
tests/flatpages_tests/test_templatetags.py | 49 +-
tests/flatpages_tests/test_views.py | 11 +-
tests/foreign_object/models/__init__.py | 6 +-
tests/foreign_object/models/customers.py | 38 +
tests/foreign_object/models/empty_join.py | 4 +-
.../foreign_object/test_agnostic_order_trimjoin.py | 28 +
tests/foreign_object/tests.py | 19 +-
tests/forms_tests/field_tests/__init__.py | 9 +
tests/forms_tests/field_tests/test_base.py | 22 +
tests/forms_tests/field_tests/test_booleanfield.py | 61 +
tests/forms_tests/field_tests/test_charfield.py | 122 +
tests/forms_tests/field_tests/test_choicefield.py | 86 +
tests/forms_tests/field_tests/test_combofield.py | 29 +
tests/forms_tests/field_tests/test_datefield.py | 95 +-
.../forms_tests/field_tests/test_datetimefield.py | 88 +
tests/forms_tests/field_tests/test_decimalfield.py | 161 +
.../forms_tests/field_tests/test_durationfield.py | 39 +
tests/forms_tests/field_tests/test_emailfield.py | 53 +
tests/forms_tests/field_tests/test_filefield.py | 81 +
.../forms_tests/field_tests/test_filepathfield.py | 121 +
tests/forms_tests/field_tests/test_floatfield.py | 87 +
.../field_tests/test_genericipaddressfield.py | 129 +
tests/forms_tests/field_tests/test_imagefield.py | 60 +
tests/forms_tests/field_tests/test_integerfield.py | 136 +
.../field_tests/test_multiplechoicefield.py | 72 +
.../field_tests/test_multivaluefield.py | 24 +-
.../field_tests/test_nullbooleanfield.py | 76 +
tests/forms_tests/field_tests/test_regexfield.py | 71 +
tests/forms_tests/field_tests/test_slugfield.py | 22 +
.../field_tests/test_splitdatetimefield.py | 64 +
tests/forms_tests/field_tests/test_timefield.py | 47 +
.../field_tests/test_typedchoicefield.py | 79 +
.../field_tests/test_typedmultiplechoicefield.py | 76 +
tests/forms_tests/field_tests/test_urlfield.py | 153 +
tests/forms_tests/field_tests/test_uuidfield.py | 30 +
tests/forms_tests/tests/test_fields.py | 1791 -------
tests/forms_tests/tests/test_forms.py | 1035 ++--
tests/forms_tests/tests/test_formsets.py | 16 +-
tests/forms_tests/tests/test_input_formats.py | 300 +-
tests/forms_tests/tests/test_media.py | 532 +-
tests/forms_tests/tests/test_regressions.py | 22 +-
tests/forms_tests/tests/test_utils.py | 29 +-
tests/forms_tests/tests/test_validators.py | 77 +-
tests/forms_tests/tests/test_widgets.py | 58 +-
tests/forms_tests/tests/tests.py | 32 +-
.../forms_tests/widget_tests/test_checkboxinput.py | 2 +-
.../widget_tests/test_checkboxselectmultiple.py | 19 +-
.../widget_tests/test_clearablefileinput.py | 60 +-
tests/forms_tests/widget_tests/test_radioselect.py | 12 +-
tests/forms_tests/widget_tests/test_select.py | 44 +-
.../widget_tests/test_selectdatewidget.py | 4 +-
.../widget_tests/test_selectmultiple.py | 20 +-
tests/generic_inline_admin/tests.py | 44 +-
tests/generic_relations/models.py | 8 +
tests/generic_relations/tests.py | 92 +-
tests/generic_relations_regress/tests.py | 3 +-
tests/generic_views/{test_forms.py => forms.py} | 0
tests/generic_views/models.py | 2 +-
tests/generic_views/test_base.py | 15 +-
tests/generic_views/test_dates.py | 26 +-
tests/generic_views/test_detail.py | 9 +-
tests/generic_views/test_edit.py | 104 +-
tests/generic_views/test_list.py | 6 +-
tests/generic_views/urls.py | 6 +-
tests/generic_views/views.py | 4 +-
tests/get_earliest_or_latest/tests.py | 34 +-
tests/get_object_or_404/tests.py | 56 +-
tests/get_or_create/tests.py | 25 +-
tests/gis_tests/data/geometries.json | 16 +-
tests/gis_tests/data/rasters/raster.numpy.txt | 174 +
tests/gis_tests/distapp/models.py | 2 +
tests/gis_tests/distapp/tests.py | 105 +-
tests/gis_tests/gdal_tests/test_driver.py | 3 +-
tests/gis_tests/gdal_tests/test_ds.py | 24 +-
tests/gis_tests/gdal_tests/test_envelope.py | 21 +-
tests/gis_tests/gdal_tests/test_geom.py | 75 +-
tests/gis_tests/gdal_tests/test_raster.py | 132 +-
tests/gis_tests/gdal_tests/test_srs.py | 31 +-
tests/gis_tests/geo3d/models.py | 1 +
tests/gis_tests/geo3d/tests.py | 26 +-
tests/gis_tests/geoadmin/models.py | 17 +-
tests/gis_tests/geoadmin/tests.py | 24 +-
tests/gis_tests/geoapp/feeds.py | 4 +-
tests/gis_tests/geoapp/models.py | 4 +
tests/gis_tests/geoapp/test_feeds.py | 6 +-
tests/gis_tests/geoapp/test_functions.py | 82 +-
tests/gis_tests/geoapp/test_regress.py | 4 +-
tests/gis_tests/geoapp/test_serializers.py | 11 +-
tests/gis_tests/geoapp/test_sitemaps.py | 12 +-
tests/gis_tests/geoapp/tests.py | 123 +-
tests/gis_tests/geogapp/tests.py | 27 +-
tests/gis_tests/geos_tests/test_geos.py | 426 +-
tests/gis_tests/geos_tests/test_geos_mutation.py | 29 +-
tests/gis_tests/geos_tests/test_io.py | 66 +-
tests/gis_tests/geos_tests/test_mutable_list.py | 56 +-
tests/gis_tests/gis_migrations/test_commands.py | 9 +-
tests/gis_tests/gis_migrations/test_operations.py | 21 +-
tests/gis_tests/inspectapp/models.py | 1 +
tests/gis_tests/inspectapp/tests.py | 7 +-
tests/gis_tests/layermap/tests.py | 30 +-
tests/gis_tests/rasterapp/models.py | 12 +
tests/gis_tests/rasterapp/test_rasterfield.py | 250 +-
tests/gis_tests/relatedapp/tests.py | 39 +-
tests/gis_tests/test_geoforms.py | 13 +-
tests/gis_tests/test_geoip.py | 24 +-
tests/gis_tests/test_geoip2.py | 24 +-
tests/gis_tests/test_measure.py | 6 +-
tests/gis_tests/test_spatialrefsys.py | 28 +-
tests/gis_tests/test_wkt.py | 26 +
tests/gis_tests/tests.py | 6 +-
tests/handlers/tests.py | 62 +-
tests/handlers/urls.py | 1 +
tests/handlers/views.py | 9 +
tests/http_utils/tests.py | 71 -
tests/httpwrappers/tests.py | 217 +-
tests/humanize_tests/tests.py | 67 +-
.../i18n/commands/locale/ko/LC_MESSAGES/django.po | 24 +
tests/i18n/commands/templates/test.html | 2 +
tests/i18n/patterns/tests.py | 25 +-
tests/i18n/test_compilation.py | 44 +-
tests/i18n/test_extraction.py | 38 +-
tests/i18n/tests.py | 105 +-
tests/i18n/urls.py | 13 +-
tests/i18n/urls_default_unprefixed.py | 9 +
tests/indexes/tests.py | 6 +-
tests/inline_formsets/models.py | 3 +
tests/inline_formsets/tests.py | 79 +-
tests/inspectdb/tests.py | 28 +-
tests/introspection/models.py | 27 +
tests/introspection/tests.py | 27 +-
tests/invalid_models_tests/base.py | 18 -
.../invalid_models_tests/test_backend_specific.py | 10 +-
tests/invalid_models_tests/test_custom_fields.py | 7 +-
.../invalid_models_tests/test_deprecated_fields.py | 24 +-
tests/invalid_models_tests/test_models.py | 93 +-
tests/invalid_models_tests/test_ordinary_fields.py | 63 +-
tests/invalid_models_tests/test_relative_fields.py | 384 +-
tests/logging_tests/tests.py | 147 +-
tests/logging_tests/urls.py | 1 +
tests/logging_tests/urls_i18n.py | 9 +
tests/logging_tests/views.py | 5 +
tests/lookup/models.py | 1 +
tests/lookup/tests.py | 492 +-
tests/m2m_regress/tests.py | 6 +-
tests/m2m_signals/tests.py | 10 +-
tests/m2m_through/tests.py | 34 +-
tests/m2m_through_regress/tests.py | 25 +-
tests/m2o_recursive/tests.py | 2 +-
tests/mail/tests.py | 103 +-
tests/managers_regress/models.py | 7 +-
tests/managers_regress/tests.py | 523 +-
tests/many_to_many/models.py | 10 +
tests/many_to_many/tests.py | 320 +-
tests/many_to_one/models.py | 18 +
tests/many_to_one/tests.py | 420 +-
tests/many_to_one_null/tests.py | 66 +-
tests/messages_tests/base.py | 21 +-
tests/messages_tests/test_cookie.py | 10 +-
tests/messages_tests/test_mixins.py | 2 +-
tests/messages_tests/urls.py | 2 +-
tests/middleware/test_security.py | 11 +-
tests/middleware/tests.py | 43 +-
tests/middleware_exceptions/middleware.py | 54 +-
tests/middleware_exceptions/test_legacy.py | 871 ++++
tests/middleware_exceptions/tests.py | 902 +---
.../custom_migrations/0001_initial.py | 16 +
tests/migrate_signals/tests.py | 98 +-
.../mutate_state_a}/__init__.py | 0
.../mutate_state_a/migrations/0001_initial.py | 22 +
.../mutate_state_a/migrations}/__init__.py | 0
.../mutate_state_b}/__init__.py | 0
.../mutate_state_b/migrations/0001_initial.py | 21 +
.../mutate_state_b/migrations/0002_add_field.py | 21 +
.../mutate_state_b/migrations}/__init__.py | 0
tests/migrations/routers.py | 9 +
tests/migrations/test_auto_now_add/0001_initial.py | 19 +
.../migrations/test_auto_now_add}/__init__.py | 0
tests/migrations/test_autodetector.py | 118 +-
... 154526 lines suppressed ...
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git
More information about the Python-modules-commits
mailing list