Metadata-Version: 2.0
Name: django-newauth
Version: 0.34
Summary: Authentication for Django done right
Home-page: http://django-newauth.rtfd.io/
Author: BeProud
Author-email: project@beproud.jp
License: UNKNOWN
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
Requires-Dist: Django (>=1.8)

==============
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.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



