[Python-modules-commits] [python-django] branch upstream/1.7.x updated (b0634fe -> 4fc6013)

Brian May bam at moszumanska.debian.org
Mon Jan 5 04:11:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch upstream/1.7.x
in repository python-django.

      from  b0634fe   Imported Upstream version 1.7.1
       new  4fc6013   Imported Upstream version 1.7.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Django.egg-info/PKG-INFO                           |    4 +-
 Django.egg-info/SOURCES.txt                        |   40 +-
 PKG-INFO                                           |    4 +-
 django/__init__.py                                 |    2 +-
 django/apps/registry.py                            |   14 +-
 django/conf/locale/ko/LC_MESSAGES/django.mo        |  Bin 21044 -> 21056 bytes
 django/conf/locale/ko/LC_MESSAGES/django.po        |   19 +-
 django/conf/locale/uk/formats.py                   |    2 +-
 django/contrib/admin/actions.py                    |   21 +-
 django/contrib/admin/checks.py                     |    7 +-
 django/contrib/admin/options.py                    |   23 +-
 django/contrib/admin/sites.py                      |    4 +-
 .../contrib/admin/static/admin/js/SelectFilter2.js |    2 +-
 django/contrib/admindocs/views.py                  |   17 +-
 django/contrib/auth/__init__.py                    |   15 +-
 django/contrib/auth/middleware.py                  |   20 +-
 django/contrib/auth/tests/test_forms.py            |    2 +-
 django/contrib/auth/tests/test_middleware.py       |   51 +-
 django/contrib/gis/db/backends/mysql/schema.py     |    7 +
 .../contrib/gis/db/backends/spatialite/creation.py |    3 +-
 django/contrib/gis/db/models/fields.py             |    2 +-
 django/contrib/gis/db/models/proxy.py              |    2 +-
 django/contrib/gis/db/models/sql/query.py          |    2 +-
 django/contrib/gis/gdal/srs.py                     |    2 +-
 django/contrib/gis/tests/geoapp/tests.py           |   19 +-
 .../gis/tests/gis_migrations/test_operations.py    |   29 +
 django/contrib/sites/management.py                 |   10 +-
 django/contrib/sites/tests.py                      |   61 +-
 django/contrib/webdesign/tests.py                  |    4 +-
 django/core/exceptions.py                          |    5 +-
 django/core/files/base.py                          |    7 +-
 django/core/management/commands/flush.py           |   10 +-
 django/core/management/commands/makemessages.py    |    2 +-
 django/core/management/commands/migrate.py         |    3 +-
 django/core/management/commands/runserver.py       |    4 +-
 .../core/management/commands/sqlsequencereset.py   |    2 -
 .../core/management/commands/squashmigrations.py   |   32 +-
 django/core/serializers/xml_serializer.py          |    2 +-
 django/db/backends/mysql/base.py                   |    3 +-
 django/db/backends/mysql/validation.py             |    4 +
 django/db/backends/oracle/creation.py              |    4 +-
 django/db/backends/postgresql_psycopg2/schema.py   |   22 +
 django/db/backends/schema.py                       |  162 +--
 django/db/backends/sqlite3/schema.py               |   28 +-
 django/db/migrations/autodetector.py               |   74 +-
 django/db/migrations/executor.py                   |   17 +-
 django/db/migrations/graph.py                      |   65 +-
 django/db/migrations/loader.py                     |    8 +-
 django/db/migrations/migration.py                  |    6 +-
 django/db/migrations/operations/base.py            |    4 +-
 django/db/migrations/operations/fields.py          |   26 +-
 django/db/migrations/operations/models.py          |   31 +-
 django/db/migrations/optimizer.py                  |    9 +-
 django/db/migrations/questioner.py                 |    8 +-
 django/db/migrations/state.py                      |   19 +-
 django/db/migrations/writer.py                     |   59 +-
 django/db/models/base.py                           |   12 +-
 django/db/models/fields/__init__.py                |    8 +-
 django/db/models/fields/related.py                 |    6 +-
 django/db/models/sql/compiler.py                   |    2 +-
 django/db/models/sql/query.py                      |   55 +-
 django/db/utils.py                                 |    2 +-
 django/forms/fields.py                             |   17 +-
 django/forms/models.py                             |   19 +-
 django/template/base.py                            |    4 +-
 django/template/debug.py                           |    4 +-
 django/template/defaultfilters.py                  |    6 +-
 django/utils/datetime_safe.py                      |   12 +-
 django/utils/decorators.py                         |    2 +-
 django/utils/html.py                               |   10 +-
 django/utils/safestring.py                         |   10 +-
 django/utils/six.py                                |  348 +++--
 django/utils/text.py                               |    6 +-
 docs/Makefile                                      |    7 +-
 .../static/docicons-behindscenes.png               |  Bin 2269 -> 49 bytes
 .../djangodocs-epub/static/docicons-note.png       |  Bin 1013 -> 41 bytes
 .../djangodocs-epub/static/docicons-philosophy.png |  Bin 1523 -> 47 bytes
 .../djangodocs-epub/static/docicons-warning.png    |  Bin 782 -> 44 bytes
 docs/conf.py                                       |    1 -
 docs/faq/install.txt                               |    6 +-
 docs/howto/custom-file-storage.txt                 |   17 +-
 docs/howto/custom-lookups.txt                      |   23 +-
 docs/howto/custom-management-commands.txt          |    6 +
 docs/howto/deployment/wsgi/modwsgi.txt             |   18 +-
 docs/howto/deployment/wsgi/uwsgi.txt               |    2 +-
 docs/howto/error-reporting.txt                     |   12 +-
 docs/howto/initial-data.txt                        |    4 +-
 docs/howto/windows.txt                             |    4 +-
 .../contributing/writing-code/unit-tests.txt       |   10 +-
 docs/internals/deprecation.txt                     |    4 -
 docs/internals/release-process.txt                 |   10 +-
 docs/intro/reusable-apps.txt                       |   21 +-
 docs/intro/tutorial02.txt                          |    9 +-
 docs/intro/tutorial03.txt                          |    2 +-
 docs/ref/applications.txt                          |    2 +-
 docs/ref/checks.txt                                |    7 +
 docs/ref/contrib/admin/admindocs.txt               |   11 +-
 docs/ref/contrib/admin/index.txt                   |   67 +-
 docs/ref/contrib/gis/admin.txt                     |    2 +-
 docs/ref/contrib/gis/geos.txt                      |   12 +-
 docs/ref/contrib/gis/install/geolibs.txt           |    5 +-
 docs/ref/contrib/gis/install/index.txt             |    9 +-
 docs/ref/contrib/gis/install/spatialite.txt        |   39 +-
 docs/ref/contrib/gis/testing.txt                   |   12 -
 docs/ref/contrib/sites.txt                         |    4 +-
 docs/ref/databases.txt                             |   31 +-
 docs/ref/django-admin.txt                          |   23 +-
 docs/ref/files/storage.txt                         |   19 +-
 docs/ref/forms/api.txt                             |    2 +-
 docs/ref/forms/formsets.txt                        |    2 +-
 docs/ref/forms/validation.txt                      |    9 +-
 docs/ref/models/fields.txt                         |   38 +-
 docs/ref/models/instances.txt                      |   28 +-
 docs/ref/models/options.txt                        |    4 +-
 docs/ref/models/querysets.txt                      |   58 +-
 docs/ref/request-response.txt                      |   14 +-
 docs/ref/settings.txt                              |   23 +-
 docs/ref/signals.txt                               |    9 +
 docs/ref/templates/api.txt                         |   27 +-
 docs/ref/templates/builtins.txt                    |   46 +-
 docs/ref/utils.txt                                 |    6 +-
 docs/releases/1.0-alpha-1.txt                      |  161 ---
 docs/releases/1.0-alpha-2.txt                      |  135 --
 docs/releases/1.0-beta-2.txt                       |  119 --
 docs/releases/1.0-beta.txt                         |  153 ---
 docs/releases/1.1-alpha-1.txt                      |  165 ---
 docs/releases/1.1-beta-1.txt                       |  208 ---
 docs/releases/1.1-rc-1.txt                         |  109 --
 docs/releases/1.2-alpha-1.txt                      |  588 ---------
 docs/releases/1.2-beta-1.txt                       |  173 ---
 docs/releases/1.2-rc-1.txt                         |  101 --
 docs/releases/1.3-alpha-1.txt                      |  397 ------
 docs/releases/1.3-beta-1.txt                       |  231 ----
 docs/releases/1.4-alpha-1.txt                      | 1125 ----------------
 docs/releases/1.4-beta-1.txt                       | 1197 -----------------
 docs/releases/1.4.17.txt                           |   17 +
 docs/releases/1.5-alpha-1.txt                      |  634 ---------
 docs/releases/1.5-beta-1.txt                       |  706 ----------
 docs/releases/1.5.12.txt                           |   14 +
 docs/releases/1.5.txt                              |   28 +-
 docs/releases/1.6.9.txt                            |   16 +
 docs/releases/1.6.txt                              |   49 +-
 docs/releases/1.7.2.txt                            |  194 +++
 docs/releases/1.7.txt                              |   32 +-
 docs/releases/index.txt                            |   29 +-
 docs/releases/security.txt                         |    4 +-
 docs/spelling_wordlist                             |    1 +
 docs/topics/auth/customizing.txt                   |    6 +-
 docs/topics/auth/default.txt                       |    9 +-
 docs/topics/auth/passwords.txt                     |    2 +-
 docs/topics/cache.txt                              |   19 +-
 docs/topics/checks.txt                             |    5 +-
 docs/topics/db/aggregation.txt                     |   11 +
 docs/topics/db/models.txt                          |   17 +
 docs/topics/db/sql.txt                             |    2 +-
 docs/topics/db/transactions.txt                    |    2 +-
 docs/topics/email.txt                              |   15 +-
 docs/topics/forms/formsets.txt                     |    2 +-
 docs/topics/forms/index.txt                        |   26 +-
 docs/topics/forms/modelforms.txt                   |    7 +-
 docs/topics/http/sessions.txt                      |    4 +-
 docs/topics/i18n/translation.txt                   |    2 +-
 docs/topics/migrations.txt                         |   39 +-
 docs/topics/python3.txt                            |   23 +-
 docs/topics/serialization.txt                      |   12 +-
 docs/topics/signals.txt                            |    7 +
 docs/topics/templates.txt                          |   19 +-
 docs/topics/testing/advanced.txt                   |   82 +-
 docs/topics/testing/tools.txt                      |   30 +-
 setup.cfg                                          |    2 +-
 setup.py                                           |    2 +-
 tests/admin_checks/tests.py                        |   34 +-
 tests/admin_util/__init__.py                       |    0
 .../app_template => tests/admin_utils}/__init__.py |    0
 tests/{admin_util => admin_utils}/models.py        |    0
 tests/{admin_util => admin_utils}/tests.py         |    2 +-
 tests/admin_validation/tests.py                    |    4 +-
 tests/admin_views/admin.py                         |   33 +-
 tests/admin_views/models.py                        |   36 +-
 tests/admin_views/tests.py                         |   90 +-
 tests/admin_widgets/tests.py                       |    2 +-
 tests/apps/tests.py                                |   40 +
 tests/backends/tests.py                            |    4 +-
 tests/commands_sql/tests.py                        |    2 +-
 tests/custom_columns_regress/tests.py              |    2 +-
 tests/custom_lookups/models.py                     |    8 +
 tests/custom_lookups/tests.py                      |   34 +-
 tests/expressions/tests.py                         |    2 +-
 tests/field_deconstruction/tests.py                |   12 -
 tests/files/tests.py                               |   11 +-
 .../fixtures_migration}/__init__.py                |    0
 .../fixtures/initial_data.json                     |    2 +-
 .../migrations/0001_initial.py}                    |   10 +-
 .../fixtures_migration/migrations}/__init__.py     |    0
 tests/fixtures_migration/models.py                 |    5 +
 tests/fixtures_migration/tests.py                  |   34 +
 tests/forms_tests/tests/test_forms.py              |   16 +
 .../tests/{test_util.py => test_utils.py}          |   28 +-
 tests/i18n/test_extraction.py                      |    8 +
 tests/indexes/tests.py                             |   47 +-
 tests/invalid_models_tests/test_custom_fields.py   |   20 +
 .../migrate_signals/custom_migrations}/__init__.py |    0
 tests/migrate_signals/tests.py                     |   22 +-
 tests/migrations/test_autodetector.py              | 1357 ++++++++++++--------
 tests/migrations/test_base.py                      |    6 +-
 tests/migrations/test_commands.py                  |   68 +-
 tests/migrations/test_executor.py                  |   96 +-
 tests/migrations/test_graph.py                     |   41 +
 tests/migrations/test_operations.py                |   65 +-
 tests/migrations/test_writer.py                    |   20 +
 tests/model_fields/models.py                       |    2 +-
 tests/model_fields/tests.py                        |    4 +
 tests/model_forms/models.py                        |    2 +
 tests/model_forms/tests.py                         |   29 +-
 tests/model_inheritance/tests.py                   |    2 +-
 tests/model_options/test_tablespaces.py            |   44 +-
 tests/model_regress/tests.py                       |   44 +
 .../project_template}/__init__.py                  |    0
 tests/project_template/test_settings.py            |   29 +
 tests/project_template/urls.py                     |    7 +
 tests/project_template/views.py                    |    5 +
 tests/queries/models.py                            |   15 +
 tests/queries/tests.py                             |   61 +-
 tests/requirements/mysql.txt                       |    2 +-
 tests/schema/models.py                             |   12 +
 tests/schema/tests.py                              |   89 +-
 tests/serializers_regress/tests.py                 |    4 +-
 tests/signed_cookies_tests/tests.py                |    2 +-
 tests/staticfiles_tests/tests.py                   |    4 +-
 tests/template_tests/test_nodelist.py              |   17 +-
 tests/test_utils/views.py                          |    4 +-
 tests/update_only_fields/tests.py                  |    2 +-
 tests/utils_tests/test_datetime_safe.py            |    9 +-
 tests/utils_tests/test_safestring.py               |   49 +-
 tests/validation/tests.py                          |    2 +-
 tests/view_tests/tests/test_i18n.py                |    7 +-
 236 files changed, 3929 insertions(+), 7802 deletions(-)
 mode change 100644 => 120000 docs/_theme/djangodocs-epub/static/docicons-behindscenes.png
 mode change 100644 => 120000 docs/_theme/djangodocs-epub/static/docicons-note.png
 mode change 100644 => 120000 docs/_theme/djangodocs-epub/static/docicons-philosophy.png
 mode change 100644 => 120000 docs/_theme/djangodocs-epub/static/docicons-warning.png
 delete mode 100644 docs/releases/1.0-alpha-1.txt
 delete mode 100644 docs/releases/1.0-alpha-2.txt
 delete mode 100644 docs/releases/1.0-beta-2.txt
 delete mode 100644 docs/releases/1.0-beta.txt
 delete mode 100644 docs/releases/1.1-alpha-1.txt
 delete mode 100644 docs/releases/1.1-beta-1.txt
 delete mode 100644 docs/releases/1.1-rc-1.txt
 delete mode 100644 docs/releases/1.2-alpha-1.txt
 delete mode 100644 docs/releases/1.2-beta-1.txt
 delete mode 100644 docs/releases/1.2-rc-1.txt
 delete mode 100644 docs/releases/1.3-alpha-1.txt
 delete mode 100644 docs/releases/1.3-beta-1.txt
 delete mode 100644 docs/releases/1.4-alpha-1.txt
 delete mode 100644 docs/releases/1.4-beta-1.txt
 create mode 100644 docs/releases/1.4.17.txt
 delete mode 100644 docs/releases/1.5-alpha-1.txt
 delete mode 100644 docs/releases/1.5-beta-1.txt
 create mode 100644 docs/releases/1.5.12.txt
 create mode 100644 docs/releases/1.6.9.txt
 create mode 100644 docs/releases/1.7.2.txt
 delete mode 100644 tests/admin_util/__init__.py
 copy {django/conf/app_template => tests/admin_utils}/__init__.py (100%)
 rename tests/{admin_util => admin_utils}/models.py (100%)
 rename tests/{admin_util => admin_utils}/tests.py (99%)
 copy {django/conf/app_template => tests/fixtures_migration}/__init__.py (100%)
 copy tests/{fixtures => fixtures_migration}/fixtures/initial_data.json (75%)
 copy tests/{migrations/test_migrations_conflict/0002_conflicting_second.py => fixtures_migration/migrations/0001_initial.py} (60%)
 copy {django/conf/app_template => tests/fixtures_migration/migrations}/__init__.py (100%)
 create mode 100644 tests/fixtures_migration/models.py
 create mode 100644 tests/fixtures_migration/tests.py
 rename tests/forms_tests/tests/{test_util.py => test_utils.py} (79%)
 create mode 100644 tests/invalid_models_tests/test_custom_fields.py
 copy {django/conf/app_template => tests/migrate_signals/custom_migrations}/__init__.py (100%)
 copy {django/conf/app_template => tests/project_template}/__init__.py (100%)
 create mode 100644 tests/project_template/test_settings.py
 create mode 100644 tests/project_template/urls.py
 create mode 100644 tests/project_template/views.py

-- 
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