[Python-modules-commits] [python-django-crispy-forms] branch master updated (4fcea83 -> cec159e)

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


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

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

      from  4fcea83   Fixed VCS URL (https)
       new  7f13139   [ Ondřej Nový ] [ Michael Fladischer ] Update upstream URL.
       new  9ebdd8c   record new upstream branch created by importing python-django-crispy-forms_1.6.1.orig.tar.gz
       new  1c49d96   Import python-django-crispy-forms_1.6.1.orig.tar.gz
       new  a0db01f   remove remote resource references to avoid privacy issues
       new  b3d1622   merge patched into master
       new  76b5f2b   change version to 1.6.1-1 New upstream release. change urgency to low
       new  ebf2b06   Bump Standards-Version to 3.9.8.
       new  ba56f6e   Use https:// for copyright-format 1.0 URL.
       new  481985e   Fix incorrect reference to dh_installchangelogs, thanks to Chris Lamb for the patch (Closes: #831778).
       new  cec159e   change target to unstable Team upload. [ Ondřej Nový ] Fixed VCS URL (https)

The 10 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 +-
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |  14 ++-
 debian/control                                     |   4 +-
 debian/copyright                                   |   4 +-
 debian/patches/no-remote-resources.patch           |   6 +-
 debian/rules                                       |   4 +-
 debian/watch                                       |   2 +-
 docs/install.rst                                   |   9 +-
 setup.cfg                                          |   5 +
 tox.ini                                            |   4 +-
 42 files changed, 229 insertions(+), 92 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