Metadata-Version: 1.1
Name: django-newauth
Version: 0.36
Summary: Authentication for Django done right
Home-page: http://django-newauth.rtfd.io/
Author: BeProud
Author-email: project@beproud.jp
License: UNKNOWN
Description: ==============
        django-newauth
        ==============
        
        See the docs at: http://django-newauth.rtfd.io/
        
        Run tests using tox::
        
            $ tox
        
        
        Links
        =====
        
        - `PyPI <https://pypi.python.org/pypi/django-newauth>`__
        - `Documentation <http://django-newauth.rtfd.io/>`__
        - `Repository <https://github.com/beproud/django-newauth/>`__
        
        LICENSE
        =======
        
        BSD License.
        
        =========
        ChangeLog
        =========
        
        Release 0.36 (2016-12-14)
        =========================
        
        - Fixed: issue #7 Exception Type: AttributeError at /logout/
        
        
        Release 0.35 (2016-11-30)
        =========================
        
        - 'newauth.middleware.AuthMiddleware' supports ``settings.MIDDLEWARE`` since django-1.10
        
        Release 0.34 (2016-11-25)
        =========================
        
        - Support Django-1.10
        - Drop Django-1.7 or earlier
        - Provide documentation on ReadTheDocs: http://django-newauth.rtfd.io/
        
        Release 0.33 (2016-02-01)
        =========================
        
        - More support Django-1.8 & 1.9
        
        Release 0.32 (2016-01-19)
        =========================
        
        - Support Django-1.8 & 1.9
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
