[Python-modules-commits] [django-ajax-selects] branch upstream updated (93a165c -> 42c6a83)

Brian May bam at moszumanska.debian.org
Sat Nov 14 09:08:58 UTC 2015


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  93a165c   Imported Upstream version 1.3.6
       new  42c6a83   Import django-ajax-selects_1.4.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:
 MANIFEST.in                                        |   6 +-
 PKG-INFO                                           |  38 +-
 README.md                                          |  95 +++
 example/__init__.py => __init__.py                 |   0
 ajax_select/LICENSE.txt                            | 702 ++++++++++++++++++++-
 ajax_select/__init__.py                            | 228 +------
 ajax_select/admin.py                               |  16 +-
 ajax_select/apps.py                                |  19 +
 ajax_select/docs/OrderedManyToMany.md              |  69 --
 ajax_select/docs/README.md                         | 527 ----------------
 ajax_select/fields.py                              | 143 ++---
 ajax_select/helpers.py                             | 112 ++++
 ajax_select/lookup_channel.py                      | 134 ++++
 ajax_select/models.py                              |   6 +-
 ajax_select/registry.py                            | 154 +++++
 ajax_select/static/ajax_select/css/ajax_select.css |  53 +-
 ajax_select/static/ajax_select/js/ajax_select.js   |  92 +--
 .../templates/{ => ajax_select}/autocomplete.html  |   0
 .../{ => ajax_select}/autocompleteselect.html      |   0
 .../autocompleteselectmultiple.html                |   0
 ajax_select/urls.py                                |  21 +-
 ajax_select/views.py                               |  85 ++-
 django_ajax_selects.egg-info/PKG-INFO              |  38 +-
 django_ajax_selects.egg-info/SOURCES.txt           |  40 +-
 example/README.txt                                 |  35 -
 example/example/admin.py                           |  86 ---
 example/example/forms.py                           |  26 -
 example/example/lookups.py                         | 154 -----
 example/example/models.py                          |  90 ---
 example/example/settings.py                        | 123 ----
 example/example/urls.py                            |  19 -
 example/example/views.py                           |  28 -
 example/install.sh                                 |  36 --
 example/manage.py                                  |  10 -
 requirements-test.txt                              |   5 +
 requirements.txt                                   |   2 +
 setup.py                                           |  39 +-
 {example/example => tests}/__init__.py             |   0
 tests/admin.py                                     |   9 +
 tests/lookups.py                                   |  40 ++
 tests/models.py                                    |  30 +
 tests/other_lookups.py                             |   9 +
 tests/settings.py                                  |  61 ++
 example/__init__.py => tests/test_admin.py         |   0
 tests/test_fields.py                               |  47 ++
 .../__init__.py => tests/test_lookup_channel.py    |   0
 tests/test_registry.py                             |  39 ++
 tests/test_views.py                                |  42 ++
 tests/urls.py                                      |  14 +
 49 files changed, 1827 insertions(+), 1695 deletions(-)
 create mode 100644 README.md
 copy example/__init__.py => __init__.py (100%)
 create mode 100644 ajax_select/apps.py
 delete mode 100644 ajax_select/docs/OrderedManyToMany.md
 delete mode 100644 ajax_select/docs/README.md
 create mode 100644 ajax_select/helpers.py
 create mode 100644 ajax_select/lookup_channel.py
 create mode 100644 ajax_select/registry.py
 rename ajax_select/templates/{ => ajax_select}/autocomplete.html (100%)
 rename ajax_select/templates/{ => ajax_select}/autocompleteselect.html (100%)
 rename ajax_select/templates/{ => ajax_select}/autocompleteselectmultiple.html (100%)
 delete mode 100644 example/README.txt
 delete mode 100644 example/example/admin.py
 delete mode 100644 example/example/forms.py
 delete mode 100644 example/example/lookups.py
 delete mode 100644 example/example/models.py
 delete mode 100644 example/example/settings.py
 delete mode 100644 example/example/urls.py
 delete mode 100644 example/example/views.py
 delete mode 100755 example/install.sh
 delete mode 100755 example/manage.py
 create mode 100644 requirements-test.txt
 create mode 100644 requirements.txt
 rename {example/example => tests}/__init__.py (100%)
 create mode 100644 tests/admin.py
 create mode 100644 tests/lookups.py
 create mode 100644 tests/models.py
 create mode 100644 tests/other_lookups.py
 create mode 100644 tests/settings.py
 copy example/__init__.py => tests/test_admin.py (100%)
 create mode 100644 tests/test_fields.py
 rename example/__init__.py => tests/test_lookup_channel.py (100%)
 create mode 100644 tests/test_registry.py
 create mode 100644 tests/test_views.py
 create mode 100644 tests/urls.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