mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 10:03:57 +03:00
removed TODO
This commit is contained in:
parent
259153b3f9
commit
dea0b6ab7f
|
@ -127,18 +127,12 @@ class TestRootView(TestCase):
|
|||
expected['actions']['GET'] = {}
|
||||
expected['actions']['POST'] = {
|
||||
'text': {
|
||||
# TODO add help_text and label when they are available
|
||||
#'help_text': '',
|
||||
#'label': None,
|
||||
'max_length': 100,
|
||||
'read_only': False,
|
||||
'required': True,
|
||||
'type': 'String',
|
||||
},
|
||||
'id': {
|
||||
# TODO add help_text and label when they are available
|
||||
#'help_text': '',
|
||||
#'label': None,
|
||||
'read_only': True,
|
||||
'required': False,
|
||||
'type': 'Integer',
|
||||
|
|
Loading…
Reference in New Issue
Block a user