mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Remove TODO note, since it hasn't been TODONE.
This commit is contained in:
parent
0383f11ff7
commit
9f0ead9597
|
@ -112,7 +112,6 @@ class APIView(View):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def default_response_headers(self):
|
def default_response_headers(self):
|
||||||
# TODO: deprecate?
|
|
||||||
# TODO: Only vary by accept if multiple renderers
|
# TODO: Only vary by accept if multiple renderers
|
||||||
return {
|
return {
|
||||||
'Allow': ', '.join(self.allowed_methods),
|
'Allow': ', '.join(self.allowed_methods),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user