Metadata-Version: 2.1
Name: django-transactional-cleanup
Version: 0.1.15
Summary: Deletes old files on transaction commit.
Home-page: https://github.com/jespino/django-transactional-cleanup
Download-URL: https://github.com/jespino/django-transactional-cleanup/tarball/master
Author: Jesús Espino
Author-email: jesus.espino@kaleidos.net
License: MIT License
Keywords: django
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Requires: python (>= 2.7)
Requires: django (>= 1.6.1)
Requires-Dist: django-transaction-hooks>=0.2


        django-transactional-cleanup automatically deletes old file for FileField,
        ImageField and subclasses, and it also deletes files on models instance
        deletion. This app is based on django-cleanup.

        **Warning**: It depends on django-transaction-hooks app and you need to
        configure your database backend to use a django-transactional-hooks backend or
        any that use the django-transactional-hooks backend mixin. See the
        documentation here: https://django-transaction-hooks.readthedocs.org/.
    
