[Python-modules-commits] [django-model-utils] branch upstream updated (3896a37 -> 9c39ae8)

Brian May bam at moszumanska.debian.org
Sun Jul 2 22:27:48 UTC 2017


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

bam pushed a change to branch upstream
in repository django-model-utils.

      from  3896a37   Import django-model-utils_2.5.2.orig.tar.gz
       new  9c39ae8   New upstream version 3.0.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:
 .github/ISSUE_TEMPLATE.md                          |   14 +
 .github/PULL_REQUEST_TEMPLATE.md                   |   15 +
 .travis.yml                                        |   32 +-
 AUTHORS.rst                                        |    3 +
 CHANGES.rst                                        |   42 +
 README.rst                                         |    5 +-
 docs/managers.rst                                  |   61 +-
 docs/models.rst                                    |    8 +
 docs/setup.rst                                     |    4 +-
 model_utils/__init__.py                            |    2 +-
 model_utils/fields.py                              |   32 +-
 model_utils/managers.py                            |  116 +-
 model_utils/models.py                              |   39 +-
 model_utils/tests/tests.py                         | 1873 --------------------
 model_utils/tracker.py                             |   87 +-
 requirements.txt                                   |    2 +
 runtests.py                                        |   26 +-
 setup.py                                           |    9 +-
 {model_utils/tests => tests}/__init__.py           |    0
 {model_utils/tests => tests}/fields.py             |    0
 tests/managers.py                                  |   15 +
 {model_utils/tests => tests}/models.py             |  107 +-
 tests/test_choices.py                              |  261 +++
 .../tests => tests/test_fields}/__init__.py        |    0
 tests/test_fields/test_field_tracker.py            |  728 ++++++++
 tests/test_fields/test_monitor_field.py            |  120 ++
 tests/test_fields/test_split_field.py              |   78 +
 tests/test_fields/test_status_field.py             |   32 +
 .../tests => tests/test_managers}/__init__.py      |    0
 tests/test_managers/test_inheritance_manager.py    |  456 +++++
 tests/test_managers/test_query_manager.py          |   29 +
 tests/test_managers/test_softdelete_manager.py     |   28 +
 tests/test_managers/test_status_manager.py         |   23 +
 tests/test_miscellaneous.py                        |   29 +
 .../tests => tests/test_models}/__init__.py        |    0
 tests/test_models/test_softdeletable_model.py      |   52 +
 tests/test_models/test_status_model.py             |   70 +
 tests/test_models/test_timeframed_model.py         |   47 +
 tests/test_models/test_timestamped_model.py        |   25 +
 tox.ini                                            |   21 +-
 translations.py                                    |   12 +-
 41 files changed, 2394 insertions(+), 2109 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/PULL_REQUEST_TEMPLATE.md
 delete mode 100644 model_utils/tests/tests.py
 copy {model_utils/tests => tests}/__init__.py (100%)
 rename {model_utils/tests => tests}/fields.py (100%)
 create mode 100644 tests/managers.py
 rename {model_utils/tests => tests}/models.py (79%)
 create mode 100644 tests/test_choices.py
 copy {model_utils/tests => tests/test_fields}/__init__.py (100%)
 create mode 100644 tests/test_fields/test_field_tracker.py
 create mode 100644 tests/test_fields/test_monitor_field.py
 create mode 100644 tests/test_fields/test_split_field.py
 create mode 100644 tests/test_fields/test_status_field.py
 copy {model_utils/tests => tests/test_managers}/__init__.py (100%)
 create mode 100644 tests/test_managers/test_inheritance_manager.py
 create mode 100644 tests/test_managers/test_query_manager.py
 create mode 100644 tests/test_managers/test_softdelete_manager.py
 create mode 100644 tests/test_managers/test_status_manager.py
 create mode 100644 tests/test_miscellaneous.py
 rename {model_utils/tests => tests/test_models}/__init__.py (100%)
 create mode 100644 tests/test_models/test_softdeletable_model.py
 create mode 100644 tests/test_models/test_status_model.py
 create mode 100644 tests/test_models/test_timeframed_model.py
 create mode 100644 tests/test_models/test_timestamped_model.py

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



More information about the Python-modules-commits mailing list