[Python-modules-commits] [python-django-crispy-forms] branch upstream updated (8d1af35 -> 1c49d96)

Michael Fladischer fladi at moszumanska.debian.org
Fri Oct 28 06:42:40 UTC 2016


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

fladi pushed a change to branch upstream
in repository python-django-crispy-forms.

      from  8d1af35   Import python-django-crispy-forms_1.6.0.orig.tar.gz
       new  1c49d96   Import python-django-crispy-forms_1.6.1.orig.tar.gz

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 +++
 .travis.yml                                        |   7 ++
 CHANGELOG.md                                       |   9 ++
 CONTRIBUTORS.txt                                   |   1 +
 MANIFEST.in                                        |   2 +-
 README.rst                                         |  12 +--
 crispy_forms/__init__.py                           |   2 +-
 crispy_forms/bootstrap.py                          |   4 +-
 crispy_forms/templates/bootstrap/field.html        |   2 +-
 .../layout/buttonholder.html                       |   0
 .../templates/bootstrap/table_inline_formset.html  |   2 +-
 crispy_forms/templates/bootstrap3/field.html       |   2 +-
 .../bootstrap3/layout/prepended_appended_text.html |   2 +-
 .../templates/bootstrap3/table_inline_formset.html |   2 +-
 crispy_forms/templates/bootstrap4/field.html       |  12 +--
 crispy_forms/templates/bootstrap4/inputs.html      |   6 +-
 .../bootstrap4/layout/checkboxselectmultiple.html  |   2 +-
 .../layout/checkboxselectmultiple_inline.html      |   4 +-
 .../bootstrap4/layout/field_with_buttons.html      |   6 +-
 .../templates/bootstrap4/layout/formactions.html   |   6 +-
 .../templates/bootstrap4/layout/help_text.html     |   4 +-
 .../bootstrap4/layout/prepended_appended_text.html |   6 +-
 .../templates/bootstrap4/layout/radioselect.html   |   2 +-
 .../bootstrap4/layout/radioselect_inline.html      |   4 +-
 .../bootstrap4/layout/uneditable_input.html        |   6 +-
 .../templates/bootstrap4/table_inline_formset.html |   4 +-
 crispy_forms/templatetags/crispy_forms_field.py    |   2 +
 crispy_forms/templatetags/crispy_forms_tags.py     |   7 +-
 .../custom_form_template_with_context.html         |   4 +
 crispy_forms/tests/test_form_helper.py             | 104 +++++++++++++++++++--
 crispy_forms/tests/test_layout.py                  |  11 +--
 crispy_forms/tests/test_layout_objects.py          |   4 +-
 docs/_templates/sidebarintro.html                  |   2 +-
 docs/install.rst                                   |   9 +-
 setup.cfg                                          |   5 +
 tox.ini                                            |   4 +-
 36 files changed, 201 insertions(+), 74 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE.md
 copy crispy_forms/templates/{bootstrap3 => bootstrap}/layout/buttonholder.html (100%)
 create mode 100644 crispy_forms/tests/templates/custom_form_template_with_context.html
 create mode 100644 setup.cfg

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