[Python-modules-commits] [django-ajax-selects] 02/03: record new upstream branch created by importing django-ajax-selects_1.4.1.orig.tar.gz and merge it

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 commit to branch master
in repository django-ajax-selects.

commit 1e5c74ea88bb0f2d6ab2b4f57eef6ad2b43ce271
Merge: 43a7398 42c6a83
Author: Brian May <bam at debian.org>
Date:   Sat Nov 14 19:27:24 2015 +1100

    record new upstream branch created by importing django-ajax-selects_1.4.1.orig.tar.gz and merge it

 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 ++-
 debian/.git-dpm                                    |  14 +-
 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 +
 50 files changed, 1834 insertions(+), 1702 deletions(-)

diff --cc debian/.git-dpm
index c7c532f,0000000..7c21da2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 93a165c58b76bbb3702ea7d8d96c190b8d056ae2
- 93a165c58b76bbb3702ea7d8d96c190b8d056ae2
- 93a165c58b76bbb3702ea7d8d96c190b8d056ae2
- 93a165c58b76bbb3702ea7d8d96c190b8d056ae2
- django-ajax-selects_1.3.6.orig.tar.gz
- 459c12a6763f00004ff0eee8dfdab313e5c9372c
- 28813
++42c6a83029fbb3204cdc18f1683c8df48ae8ed5f
++42c6a83029fbb3204cdc18f1683c8df48ae8ed5f
++42c6a83029fbb3204cdc18f1683c8df48ae8ed5f
++42c6a83029fbb3204cdc18f1683c8df48ae8ed5f
++django-ajax-selects_1.4.1.orig.tar.gz
++299070a45053e3203d4f8efd62f145bf7fd86a7c
++33071
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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