[Python-modules-commits] [django-model-utils] 02/05: Merge tag 'upstream/3.0.0' into debian/master

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


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

bam pushed a commit to branch debian/master
in repository django-model-utils.

commit 6415469721ce67841b169642759b7abbf37df071
Merge: 7d4e72c 9c39ae8
Author: Brian May <bam at debian.org>
Date:   Mon Jul 3 08:15:51 2017 +1000

    Merge tag 'upstream/3.0.0' into debian/master
    
    Upstream version 3.0.0

 .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(-)

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