Metadata-Version: 1.1
Name: django-search-forms
Version: 0.3
Summary: Search forms for django
Home-page: UNKNOWN
Author: Szymon Pyżalski
Author-email: szymon@pythonista.net
License: BSD
Description: --------------------------------
        django search forms
        --------------------------------
        
        The library facilitates creation of search forms in django. It offers a
        subclass of forms, that can be inferred authomatically and that will return
        a Q object on ``clean()``.
        
        The different fields that are provided in this package represent different
        searching logics (search by range, search exact match etc.)
        
Keywords: d,j,a,n,g,o, ,s,e,a,r,c,h, ,f,o,r,m,s
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
