Metadata-Version: 1.0
Name: django-publicmanager
Version: 0.3.0
Summary: Custom managers that handle public availability of database objects.
Home-page: https://launchpad.net/django-publicmanager
Author: Gregor Müllegger
Author-email: gregor@muellegger.de
License: BSD
Description: ============
        Introduction
        ============
        
        The django-publicmanager application provides a custom queryset class and
        managers that handle the public availability of database objects. The classes
        provide a ``public`` method that filters by boolean ``is_public`` and date
        based ``pub_date`` fields.
        
        TODO: Continue documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
