Mattias Naarttijärvi
3de7c28781
Replace deprecated url method
...
When running on latest Django, there is a warning message:
```
/usr/local/lib/python3.9/site-packages/rest_auth/urls.py:18: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path()
```
This PR fixes that by changing url to re_path, as suggested in the warning.
2020-10-15 08:11:18 +02:00
Tabatha Memmott
0e3fb4a5c9
closes PR #134 and adds same syntax to demo
2016-01-04 16:29:47 -08:00
Philippe Luickx
ad94008503
appending all views with View
2015-08-07 13:54:45 +03:00
mjaworski
9803d9f941
adding static code analysis
2015-04-28 10:04:20 +02:00
Mateusz Sikora
4088081707
add social medial authentication tests, separate test urls
2014-10-08 12:19:15 +02:00
Mateusz Sikora
a7be2d178b
password reset and password change refactoring
2014-10-07 15:08:08 +02:00
Mateusz Sikora
de1fb3d81f
registration with email verification:
...
- rebuild login view
- check email verification in LoginSerializer depends on allauth settings
- add test for registration with email verification
2014-10-01 15:31:10 +02:00
Mateusz Sikora
f14b3b03f7
django-registration replacement
...
- remove django-registration references
- integrate with django-allauth
- move all registration stuff to separated app
- update unit tests
2014-10-01 14:13:21 +02:00
Mateusz Sikora
44e0f33b25
make IS_TEST not required, enhancement in Login view
2014-05-30 11:17:25 +02:00
Mateusz Sikora
6993e98282
test for password reset process
2014-05-06 00:53:06 +02:00
Mateusz Sikora
7e24165c82
disable swagger docs for tests
2014-05-03 00:01:16 +02:00
Mateusz Sikora
02b1f3aa20
make 'python setup.py test' working
2014-05-02 23:47:28 +02:00
Silin Na
93a3de57ff
Created AUTHORS, MANIFEST.in, and setup.py.
...
+ Revised README.md.
+ AutoPEP8 rest_auth python files.
2014-04-30 13:55:04 -07:00
Sumit Chachra
e1c577d4fd
First commit.
2014-04-30 12:52:05 -07:00