Metadata-Version: 1.0
Name: django-ajax-selects
Version: 1.1.4
Summary: jQuery-powered auto-complete fields for ForeignKey and ManyToMany fields
Home-page: http://code.google.com/p/django-ajax-selects/
Author: crucialfelix
Author-email: crucialfelix@gmail.com
License: UNKNOWN
Description: Enables editing of `ForeignKey`, `ManyToMany` and simple text fields using the Autocomplete - `jQuery` plugin.
        
        django-ajax-selects will work in any normal form as well as in the admin.
        
        The user is presented with a text field.  They type a search term or a few letters of a name they are looking for, an ajax request is sent to the server, a search channel returns possible results.  Results are displayed as a drop down menu.  When an item is selected it is added to a display area just below the text field.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Framework :: Django
