[Python-modules-commits] [python-django-extensions] branch upstream updated (6c5a19a -> 11535ca)

Brian May bam at moszumanska.debian.org
Tue Jul 4 22:16:09 UTC 2017


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

bam pushed a change to branch upstream
in repository python-django-extensions.

      from  6c5a19a   Import python-django-extensions_1.7.4.orig.tar.gz
       new  11535ca   New upstream version 1.8.0

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:
 .gitignore                                         |   3 +-
 .pre-commit-config.yaml                            |   8 +-
 .travis.yml                                        | 107 ++--
 CHANGELOG.md                                       |  97 ++++
 Makefile                                           |   2 +-
 README.rst                                         |   4 -
 django_extensions/__init__.py                      |   2 +-
 django_extensions/admin/__init__.py                |  20 +-
 django_extensions/admin/widgets.py                 |   5 +-
 django_extensions/compat.py                        |   9 -
 django_extensions/db/fields/__init__.py            |  92 ++--
 django_extensions/db/fields/json.py                |   4 -
 .../management/commands/admin_generator.py         |   2 +-
 .../management/commands/clear_cache.py             |  20 +-
 .../management/commands/create_command.py          |   4 +
 .../commands/delete_squashed_migrations.py         | 180 +++++++
 .../management/commands/dumpscript.py              |  18 +-
 .../management/commands/export_emails.py           |  91 ++--
 .../management/commands/generate_secret_key.py     |  17 +-
 .../management/commands/graph_models.py            |  11 +-
 .../management/commands/pipchecker.py              |  41 +-
 .../management/commands/runprofileserver.py        |  10 +-
 .../management/commands/runserver_plus.py          |  58 +-
 .../management/commands/shell_plus.py              |  53 +-
 django_extensions/management/commands/show_urls.py |   5 +-
 django_extensions/management/commands/sqldiff.py   |  12 +-
 django_extensions/management/commands/sync_s3.py   |   8 +-
 django_extensions/management/commands/syncdata.py  |   5 +-
 .../management/commands/unreferenced_files.py      |  14 +-
 .../management/commands/validate_templates.py      |  22 +-
 django_extensions/management/modelviz.py           | 586 ++++++++++++---------
 django_extensions/management/shells.py             |  11 +-
 django_extensions/management/utils.py              |  32 ++
 django_extensions/mongodb/fields/__init__.py       |  19 +-
 .../widgets/foreignkey_searchinput.html            |  14 +-
 django_extensions/utils/text.py                    |  14 +-
 django_extensions/utils/validatingtemplatetags.py  | 100 ----
 docs/command_extensions.rst                        |  19 +
 docs/conf.py                                       |   4 +-
 docs/creating_release.txt                          |   4 +-
 docs/delete_squashed_migrations.rst                |  30 ++
 docs/dumpscript.rst                                |  11 +-
 docs/field_extensions.rst                          |  14 +-
 docs/graph_models.rst                              |  10 +
 docs/index.rst                                     |   1 +
 docs/installation_instructions.rst                 |  87 ++-
 docs/runserver_plus.rst                            |   2 +-
 docs/shell_plus.rst                                |  28 +-
 manage.py                                          |  12 +
 setup.cfg                                          |   2 +-
 setup.py                                           |  11 +-
 tests/management/commands/test_export_emails.py    | 121 +++++
 tests/management/commands/test_sync_s3.py          |  69 +++
 tests/management/test_modelviz.py                  |  14 -
 tests/test_autoslug_fields.py                      |  43 +-
 tests/test_management_command.py                   |   1 +
 tests/test_uuid_field.py                           |  52 --
 tests/testapp/fixtures/group.json                  |  10 +
 tests/testapp/fixtures/user.json                   |  54 ++
 tests/testapp/models.py                            |  33 +-
 tox.ini                                            |  17 +-
 61 files changed, 1547 insertions(+), 802 deletions(-)
 create mode 100644 django_extensions/management/commands/delete_squashed_migrations.py
 delete mode 100644 django_extensions/utils/validatingtemplatetags.py
 create mode 100644 docs/delete_squashed_migrations.rst
 create mode 100755 manage.py
 create mode 100644 tests/management/commands/test_export_emails.py
 create mode 100644 tests/management/commands/test_sync_s3.py
 delete mode 100644 tests/test_uuid_field.py
 create mode 100644 tests/testapp/fixtures/group.json
 create mode 100644 tests/testapp/fixtures/user.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-extensions.git



More information about the Python-modules-commits mailing list