Metadata-Version: 2.1
Name: django-autocomplete-light
Version: 3.9.0rc1
Summary: Fresh autocompletes for Django
Home-page: http://django-autocomplete-light.rtfd.org
Author: James Pic
Author-email: jamespic@gmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/dm/django-autocomplete-light.svg
           :target: https://pypi.python.org/pypi/django-autocomplete-light
        .. image:: https://badge.fury.io/py/django-autocomplete-light.png
           :target: http://badge.fury.io/py/django-autocomplete-light
        .. image:: https://secure.travis-ci.org/yourlabs/django-autocomplete-light.png?branch=master
            :target: http://travis-ci.org/yourlabs/django-autocomplete-light
        .. image:: https://codecov.io/github/yourlabs/django-autocomplete-light/coverage.svg?branch=master
            :target: https://codecov.io/github/yourlabs/django-autocomplete-light?branch=master
        
        Features
        --------
        
        - Python 2.7, 3.4, Django 2.0+ support (Django 1.11 (LTS), is supported until django-autocomplete-light-3.2.10),
        - Django (multiple) choice support,
        - Django (multiple) model choice support,
        - Django generic foreign key support (through django-querysetsequence),
        - Django generic many to many relation support (through django-generic-m2m and
          django-gm2m)
        - Multiple widget support: select2.js, easy to add more.
        - Creating choices that don't exist in the autocomplete,
        - Offering choices that depend on other fields in the form, in an elegant and
          innovative way,
        - Dynamic widget creation (ie. inlines), supports YOUR custom scripts too,
        - Provides a test API for your awesome autocompletes, to support YOUR custom
          use cases too,
        - A documented automatically tested example for each use case in test_project.
        
        Upgrading
        ---------
        
        See `CHANGELOG <https://github.com/yourlabs/django-autocomplete-light/blob/master/CHANGELOG>`_..
        
        For v2 users and experts, a `blog post was published with plenty of details
        <http://blog.yourlabs.org/post/140477620808/django-autocomplete-light-v3-whats-going-on>`_.
        
        Resources
        ---------
        
        - `**Live demo** graciously hosted
          <https://dal--jpic.repl.co/>`_ by `Repl.it
          <https://repl.it>`_
        - `**Documentation** graciously hosted
          <http://django-autocomplete-light.rtfd.org>`_ by `RTFD
          <http://rtfd.org>`_
        - `Video demo graciously hosted
          <http://youtu.be/fJIHiqWKUXI>`_ by `Youtube
          <http://youtube.com>`_,
        - `Mailing list graciously hosted
          <http://groups.google.com/group/yourlabs>`_ by `Google
          <http://groups.google.com>`_
        - For **Security** issues, please contact yourlabs-security@googlegroups.com
        - `Git graciously hosted
          <https://github.com/yourlabs/django-autocomplete-light/>`_ by `GitHub
          <http://github.com>`_,
        - `Package graciously hosted
          <http://pypi.python.org/pypi/django-autocomplete-light/>`_ by `PyPi
          <http://pypi.python.org/pypi>`_,
        - `Continuous integration graciously hosted
          <http://travis-ci.org/yourlabs/django-autocomplete-light>`_ by `Travis-ci
          <http://travis-ci.org>`_
        - `**Paid Support** on codementor
          <https://www.codementor.io/@jpic>`_
        
Keywords: django autocomplete
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: nested
Provides-Extra: tags
Provides-Extra: genericm2m
Provides-Extra: gfk
