django-rest-auth/rest_auth
Noel Martin Llevares eb57477607 Use the new urlpatterns syntax for Django 1.9.
Because:

* Using rest_auth in Django 1.9 shows DeprecationWarnings related to the
  removal of django.conf.urls.patterns() in Django 1.10.

This commit:

* Replaces the urlpatterns syntax with a list of
  django.conf.urls.url() instances.
2015-12-07 23:27:04 +08:00
..
registration Use the new urlpatterns syntax for Django 1.9. 2015-12-07 23:27:04 +08:00
tests Reorganized test files 2015-12-04 09:32:03 +01:00
__init__.py First commit. 2014-04-30 12:52:05 -07:00
admin.py First commit. 2014-04-30 12:52:05 -07:00
app_settings.py adding static code analysis 2015-04-28 10:04:20 +02:00
models.py First commit. 2014-04-30 12:52:05 -07:00
serializers.py Added non existing e-mail validation on password reset 2015-11-23 22:17:32 +01:00
urls.py Use the new urlpatterns syntax for Django 1.9. 2015-12-07 23:27:04 +08:00
utils.py Compatibility updates 2015-11-19 09:38:57 +01:00
views.py Fixed try/catch in logout view 2015-11-23 22:52:59 +01:00