[Python-modules-commits] [django-ajax-selects] branch upstream updated (b056118 -> 4a4c986)

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


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

bam pushed a change to branch upstream
in repository django-ajax-selects.

      from  b056118   Import django-ajax-selects_1.4.3.orig.tar.gz
       new  4a4c986   New upstream version 1.6.0

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:
 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 +-------
 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 ----
 24 files changed, 542 insertions(+), 228 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