django-rest-framework/tests/browsable_api
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
..
__init__.py Remove Login Dropdown when Auth Views are not registered. 2014-09-02 14:53:37 +02:00
auth_urls.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
no_auth_urls.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
test_browsable_api.py Drop default 'utf-8' to .encode()/.decode() (#6633) 2019-05-01 07:49:16 +02:00
test_browsable_nested_api.py Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
test_form_rendering.py Fix Serializer.data when provided invalid 'data' (#5646) 2017-12-04 08:39:55 +01:00
views.py Dropped Python 2 compatibility. (#6615) 2019-04-30 17:53:44 +02:00