django-rest-framework/tests/browsable_api
şuayip üzülmez 2ef77b1833
Use POST method instead of GET to perform logout in browsable API (#9208)
* Use POST method instead of GET to perform logout in browsable API

* Add a test that checks the presence of the logout form
2024-02-19 23:28:04 +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 tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00
serializers.py tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00
test_browsable_api.py Use POST method instead of GET to perform logout in browsable API (#9208) 2024-02-19 23:28:04 +01: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 tests for #5127 (#7715) 2022-06-08 13:41:26 +01:00