[Python-modules-commits] [python-django-crispy-forms] 03/05: Update upstream source from tag 'upstream/1.7.0'
Michael Fladischer
fladi at moszumanska.debian.org
Sat Nov 4 20:40:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository python-django-crispy-forms.
commit 6d641b556583e3e9a4f2995e121c585f13cef11f
Merge: 4e22627 12ffacb
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Nov 4 12:59:27 2017 +0100
Update upstream source from tag 'upstream/1.7.0'
Update to upstream version '1.7.0'
with Debian dir 434b966289fc0fe5b3cb4ad5e983b2aa50eee0c0
.coveragerc | 2 -
.github/ISSUE_TEMPLATE.md | 9 +-
.gitignore | 3 +
.travis.yml | 16 +-
CHANGELOG.md | 8 +
README.rst | 12 +-
crispy_forms/__init__.py | 2 +-
crispy_forms/bootstrap.py | 16 +-
crispy_forms/compatibility.py | 17 --
crispy_forms/helper.py | 44 +++--
crispy_forms/layout.py | 11 +-
crispy_forms/layout_slice.py | 2 +-
crispy_forms/models.py | 0
crispy_forms/templates/bootstrap/field.html | 2 +-
.../bootstrap/layout/checkboxselectmultiple.html | 2 +-
.../templates/bootstrap/layout/radioselect.html | 4 +-
.../templates/bootstrap/table_inline_formset.html | 6 +
crispy_forms/templates/bootstrap3/field.html | 4 +-
.../bootstrap3/layout/checkboxselectmultiple.html | 2 +-
.../templates/bootstrap3/layout/inline_field.html | 4 +-
.../templates/bootstrap3/layout/multifield.html | 40 ++--
.../templates/bootstrap3/layout/radioselect.html | 4 +-
crispy_forms/templates/bootstrap3/multifield.html | 39 ++++
.../templates/bootstrap3/table_inline_formset.html | 6 +
crispy_forms/templates/bootstrap4/field.html | 6 +-
crispy_forms/templates/bootstrap4/inputs.html | 2 +-
.../bootstrap4/layout/checkboxselectmultiple.html | 2 +-
.../templates/bootstrap4/layout/field_errors.html | 2 +-
.../bootstrap4/layout/field_errors_block.html | 2 +-
.../templates/bootstrap4/layout/inline_field.html | 4 +-
.../bootstrap4/layout/prepended_appended_text.html | 2 +-
.../templates/bootstrap4/layout/radioselect.html | 4 +-
.../templates/bootstrap4/table_inline_formset.html | 6 +
crispy_forms/templatetags/crispy_forms_field.py | 33 +++-
crispy_forms/templatetags/crispy_forms_filters.py | 47 +++--
crispy_forms/templatetags/crispy_forms_tags.py | 40 +---
crispy_forms/templatetags/crispy_forms_utils.py | 15 +-
crispy_forms/tests/compatibility.py | 9 -
crispy_forms/tests/conftest.py | 3 +-
crispy_forms/tests/forms.py | 54 ++++--
crispy_forms/tests/test_dynamic_api.py | 25 ++-
crispy_forms/tests/test_form_helper.py | 215 ++++++++++++---------
crispy_forms/tests/test_layout.py | 164 ++++++++--------
crispy_forms/tests/test_layout_objects.py | 102 +++++-----
crispy_forms/tests/test_settings.py | 1 -
crispy_forms/tests/test_tags.py | 58 +++---
crispy_forms/tests/test_utils.py | 57 ++++--
crispy_forms/tests/urls.py | 1 -
crispy_forms/tests/utils.py | 21 ++
crispy_forms/utils.py | 71 ++-----
docs/crispy_tag_forms.rst | 4 +-
docs/form_helper.rst | 8 +-
docs/install.rst | 2 +-
docs/layouts.rst | 4 +-
requirements.txt | 2 +-
setup.cfg | 13 ++
setup.py | 3 +-
tox.ini | 7 +-
58 files changed, 704 insertions(+), 540 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-crispy-forms.git
More information about the Python-modules-commits
mailing list