Metadata-Version: 1.0
Name: django-related-choice-field
Version: 0.2.1
Summary: A ModelChoiceField that restricts its content according to a foreign key contraint.
Home-page: http://github.com/linovia/django-related-choice-field
Author: Xavier Ordoquy
Author-email: xordoquy@linovia.com
License: BSD
Description: 
        django-related-choice-field
        ===========================
        
        A ModelChoiceField that can span a relation between two models.
        
        :copyright: (c) 2012 by the Linovia, see AUTHORS for more details.
        :license: BSD, see LICENSE for more details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
