debian/0000700000000000000000000000000012253717460007163 5ustar debian/clean0000600000000000000000000000003712170626607010172 0ustar django_ajax_selects.egg-info/* debian/source/0000700000000000000000000000000012253717460010463 5ustar debian/source/options0000600000000000000000000000006412170626607012103 0ustar extend-diff-ignore = "^(\.project|\.pydevproject)$" debian/source/format0000600000000000000000000000001412170626607011673 0ustar 3.0 (quilt) debian/python-ajax-select.install0000600000000000000000000000000512176340430014260 0ustar /usr debian/copyright0000600000000000000000000000261112170626607011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-ajax-filter Source: https://github.com/crucialfelix/django-ajax-selects Files: * Copyright: 2009, Chris Sattinger License: MIT or GPL-3 Files: debian/* Copyright: 2011, Brian May License: MIT License: GPL-3 See /usr/share/common-licenses/GPL-3 License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/compat0000600000000000000000000000000212170626606010362 0ustar 7 debian/rules0000700000000000000000000000021012176341052010226 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk debian/python-ajax-select.pyremove0000600000000000000000000000003012176601726014466 0ustar ajax_select/LICENSE.txt debian/control0000600000000000000000000000236212176340363010571 0ustar Source: django-ajax-selects Section: python Priority: optional Maintainer: Brian May Uploaders: Debian Python Modules Team Build-Depends: debhelper (>=7.0.0), python (>= 2.6.6-3), cdbs (>= 0.4.90), python-setuptools Standards-Version: 3.9.4 X-Python-Version: >= 2.6 Homepage: https://github.com/crucialfelix/django-ajax-selects Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-ajax-selects/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-ajax-selects/trunk/ Package: python-ajax-select Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-django Recommends: libjs-jquery, libjs-jquery-ui Suggests: python-ajax-select-doc Replaces: django-ajax-selects (<< 1.2.5-4) Breaks: django-ajax-selects (<< 1.2.5-4) Description: Django library for editing fields with autocomplete Enables editing of ForeignKey, ManyToMany and simple text fields using the Autocomplete - jQuery plugin. Package: django-ajax-selects Depends: python-ajax-select, ${misc:Depends} Architecture: all Priority: extra Section: oldlibs Description: Django library for editing fields with autocomplete This is a dummy package to aid switching to python-ajax-select. debian/changelog0000600000000000000000000000624212253677523011050 0ustar django-ajax-selects (1.3.3-1) unstable; urgency=low * New upstream release. -- Brian May Tue, 17 Dec 2013 09:31:27 +1100 django-ajax-selects (1.2.5-5) unstable; urgency=low * Fix depreciated warnings. See https://github.com/crucialfelix/django-ajax-selects/pull/51 -- Brian May Tue, 13 Aug 2013 14:52:31 +1000 django-ajax-selects (1.2.5-4) unstable; urgency=low * Set DPMT as Uploaders. * Bump Standards version to 3.9.4. * Bump debhelper Build-Depends to >= 8.1.0~. * Rename to python-ajax-select, provide transitional dummy package * Drop debian/pycompat. * Add X-Python-Version. * Use DEP5 format for d/copyright. * Add d/watch file. * Move Homepage field to source section. -- Brian May Tue, 18 Jun 2013 14:22:37 +1000 django-ajax-selects (1.2.5-3) unstable; urgency=low * Update Debian packaging. * Use python2 method for creating package. * Update links to upstream. -- Brian May Wed, 29 May 2013 10:45:50 +1000 django-ajax-selects (1.2.5-2) unstable; urgency=low * Fix incorrect path to css/ajax_select.css when using staticfiles. -- Brian May Fri, 26 Oct 2012 14:02:54 +1100 django-ajax-selects (1.2.5-1) unstable; urgency=low * New upstream version. -- Brian May Tue, 18 Sep 2012 12:23:29 +1000 django-ajax-selects (1.2.4-1) unstable; urgency=low * Support non-numeric ids. * New upstream version. * default for all field types NOT show the help text inside the widget. * updated docs and examples. * other bugs fixed. -- Brian May Tue, 28 Feb 2012 13:13:08 +1100 django-ajax-selects (1.2.3-1) unstable; urgency=low * New upstream version. -- Brian May Wed, 28 Dec 2011 15:11:58 +1100 django-ajax-selects (1.1.5~git20111012-1) unstable; urgency=low * New upstream version. -- Brian May Wed, 12 Oct 2011 11:44:10 +1100 django-ajax-selects (1.1.4-5) unstable; urgency=low * Quote HTML inside JavaScript inside HTML. See: http://code.google.com/p/django-ajax-selects/issues/detail?id=70 * Update standards version to 3.9.2. -- Brian May Tue, 21 Jun 2011 14:58:03 +1000 django-ajax-selects (1.1.4-4) unstable; urgency=low * Build now works with any version of Python (closes: #621675). -- Brian May Fri, 08 Apr 2011 10:21:02 +1000 django-ajax-selects (1.1.4-3) unstable; urgency=low * Fix non-integer primary keys, see http://code.google.com/p/django-ajax-selects/issues/detail?id=52 -- Brian May Mon, 28 Mar 2011 14:08:54 +1100 django-ajax-selects (1.1.4-2) unstable; urgency=low * Depends on python-django and libjs-jquery. Closes: #591370. -- Brian May Sun, 08 Aug 2010 15:53:31 +1000 django-ajax-selects (1.1.4-1) unstable; urgency=low * Initial debian upload. Closes: #589722. * New upstream version. * Comes with copyright and license information. -- Brian May Wed, 21 Jul 2010 19:08:47 +1000 django-ajax-selects (1.1.3-1) unstable; urgency=low * Initial release. -- Brian May Sat, 17 Jul 2010 10:30:08 +1000 debian/watch0000600000000000000000000000015712170626610010213 0ustar version=3 https://pypi.python.org/packages/source/d/django-ajax-selects/django-ajax-selects-([\d\.]+)\.tar\.gz debian/patches/0000700000000000000000000000000012253717460010612 5ustar debian/patches/non_int_pk0000600000000000000000000000314512253701045012670 0ustar Description: Support non-numeric ids See http://code.google.com/p/django-ajax-selects/issues/detail?id=52 Author: Brian May --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: Index: django-ajax-selects-1.3.3/ajax_select/fields.py =================================================================== --- django-ajax-selects-1.3.3.orig/ajax_select/fields.py 2013-11-13 23:57:54.000000000 +1100 +++ django-ajax-selects-1.3.3/ajax_select/fields.py 2013-12-17 09:42:39.117419082 +1100 @@ -92,10 +92,7 @@ def value_from_datadict(self, data, files, name): got = data.get(name, None) - if got: - return long(got) - else: - return None + return got def id_for_label(self, id_): return '%s_text' % id_ @@ -212,7 +209,7 @@ def value_from_datadict(self, data, files, name): # eg. u'members': [u'|229|4688|190|'] - return [long(val) for val in data.get(name, '').split('|') if val] + return [val for val in data.get(name, '').split('|') if val] def id_for_label(self, id_): return '%s_text' % id_ debian/patches/series0000600000000000000000000000001312253701463012017 0ustar non_int_pk