django-rest-framework/tests/authentication
Adam Johnson 410575dace
Replace all url() calls with path() or re_path() (#7512)
* url() is deprecated in Django 3.1

* update given feedbacks on url() is deprecated in Django 3.1

* Fix test_urlpatterns.py to continue testing mixed re_path() and path()

* Fix one missed reference

Co-authored-by: sanjusci <sanju.sci9@gmail.com>
2020-09-08 15:32:27 +01:00
..
migrations Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
__init__.py Add migration for CustomToken test model. 2019-02-14 15:57:20 +01:00
models.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00
test_authentication.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00