[Python-modules-commits] [django-ajax-selects] branch debian/master updated (b748283 -> 1ba84c1)

Brian May bam at moszumanska.debian.org
Wed Jul 5 07:39:53 UTC 2017


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

bam pushed a change to branch debian/master
in repository django-ajax-selects.

      from  b748283   Convert from git-dpm to patches unapplied format
       new  bec68b6   Update patch after gbp pq import/export
       new  4a4c986   New upstream version 1.6.0
       new  4afc2fb   Merge tag 'upstream/1.6.0' into debian/master
       new  6088498   Update patch after new upstream import
       new  cb70b59   Update standards version to 4.0.0
       new  8f2f214   Update dh compat to 9
       new  fae48d0   Update changelog for 1.6.0-1
       new  1ba84c1   Update changelog for 1.6.0-1 release

The 8 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:
 CHANGELOG.md                                       |  59 ++++++-
 PKG-INFO                                           |   6 +-
 README.md                                          |   2 +-
 ajax_select/__init__.py                            |   3 +-
 ajax_select/fields.py                              | 123 ++++++++------
 ajax_select/lookup_channel.py                      |  58 ++++---
 ajax_select/registry.py                            |   4 +
 ajax_select/static/ajax_select/js/ajax_select.js   |  67 ++++----
 ajax_select/static/ajax_select/js/bootstrap.js     |  37 ++++-
 ajax_select/urls.py                                |   5 +-
 ajax_select/views.py                               |  62 +------
 debian/changelog                                   |   6 +
 debian/compat                                      |   2 +-
 debian/control                                     |   4 +-
 .../0001-Remove-upstream-s-bootstrap.js.patch      |  52 ++++--
 django_ajax_selects.egg-info/PKG-INFO              |   6 +-
 django_ajax_selects.egg-info/SOURCES.txt           |   2 +
 requirements-test.txt                              |  10 +-
 requirements.txt                                   |   4 +-
 setup.py                                           |   6 +-
 tests/admin.py                                     |  29 +++-
 tests/lookups.py                                   |  20 ++-
 tests/models.py                                    |   3 +-
 tests/test_fields.py                               |  24 +++
 tests/test_integration.py                          | 184 +++++++++++++++++++++
 tests/test_lookups.py                              |  21 +++
 tests/test_registry.py                             |   7 +-
 tests/test_views.py                                |  28 ----
 28 files changed, 588 insertions(+), 246 deletions(-)
 create mode 100644 tests/test_integration.py
 create mode 100644 tests/test_lookups.py

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



More information about the Python-modules-commits mailing list