Metadata-Version: 1.0
Name: django-simplegallery
Version: 0.11.0a5
Summary: django image gallery app
Home-page: http://github.com/divio/django-simplegallery/
Author: Stefan Foulis
Author-email: UNKNOWN
License: UNKNOWN
Description: django-simplegallery
        ====================
        
        simple gallery
        
        dependecies
        -----------
        
        - image filer
        
        
        0.11.0a1
        ========
        Backwards incompatible changes!
         * added django-sekizai dependency
         * added django-tinymce dependency
         * default stylesheets and html structure changed, files renamed
        
        Added detail change view for images in Gallery
        No more `null=True` on `CharFields` and `TextFields` (used `blank=True, default=''` instead)
        
        
        0.10.0a
        =======
        Changed image fields from image_filer to filer (backwards incompatible change)
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Development Status :: 3 - Alpha
