File: PKG-INFO

package info (click to toggle)
django-ajax-selects 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: python: 924; javascript: 191; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,437 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Metadata-Version: 1.1
Name: django-ajax-selects
Version: 1.7.0
Summary: Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.
Home-page: https://github.com/crucialfelix/django-ajax-selects/
Author: Chris Sattinger
Author-email: crucialfelix@gmail.com
License: MIT
Description: Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.
        
        - Customize search query
        - Query other resources besides Django ORM
        - Format results with HTML
        - Customize styling
        - Customize security policy
        - Add additional custom UI alongside widget
        - Integrate with other UI elements elsewhere on the page using the javascript API
        - Works in Admin as well as in normal views
        
        - Django >=1.8, <=2.1
        - Python >=2.7, <=3.7
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Framework :: Django