Metadata-Version: 1.0
Name: django-crum
Version: 0.5
Summary: Django middleware to capture current request and user.
Home-page: https://projects.ninemoreminutes.com/projects/django-crum/
Author: Nine More Minutes, Inc.
Author-email: support@ninemoreminutes.com
License: BSD
Description: Django-CRUM
        ===========
        
        Django-CRUM (Current Request User Middleware) captures the current request and
        user in thread local storage.
        
        It enables apps to check permissions, capture audit trails or otherwise access
        the current request and user without requiring the request object to be passed
        directly. It also offers a context manager to allow for temporarily
        impersonating another user.
        
        It is tested against Python 2.6 and 2.7 using Django 1.4, 1.5 and 1.6.
        
Keywords: django request user middleware thread local
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
Classifier: Topic :: Software Development :: Libraries
