Metadata-Version: 1.0
Name: django-undermythumb
Version: 0.2.3
Summary: The Django thumbnail generation package with a heart of stone.
Home-page: http://github.com/pitchfork/django-undermythumb/
Author: Pitchfork Media, Inc.
Author-email: dev@pitchfork.com
License: UNKNOWN
Description: Under My Thumb
        ==============
        
        The Django thumbnail generator with a heart of stone.
        
        `Read the docs <http://django-undermythumb.readthedocs.org/en/latest/>`_!
        
        Changelog
        ---------
        
        0.2.2
        ~~~~~
        
        Added initial project documentation.
        
        - Sphinx-written docs now found in ``/docs`` dir. 
        - Cleaned up grammatical and formatting mistakes in ``renderers`` module.
        
        0.2.1
        ~~~~~
        
        Mainteance update.
        
        - Abtracted thumbnail collection object and field files into own modules.
        - Added ``*~`` to ``.gitignore``.
        
        0.2
        ~~~
        
        Improved path traversal and type checking for undermythumb fields.
        
        - ``ImageFallbackField`` performs a better type check to determine
          if its content is a real field upload or the result of a fallback.
        - ``BaseRenderer`` now uses a default quality of "100". "75" is ridiculously low.
        - Abstracted fallback logic into separate function
        - Scrapped current tests in favor of a simple approach. more tests coming soon.
        - Cleaned up test runner, models, and settings
        
        0.1.1
        ~~~~~
        
        - Thumbnail cache now populated only when instances have ids.
        - ``FallbackFieldDescriptor`` now ensures that thumbnails it persists
          are actually what it wants to persist.
        - More documentation around thicker logic.
        
        
        0.1.0
        ~~~~~
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
