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']['GET'] = {}
|
||||||
expected['actions']['POST'] = {
|
expected['actions']['POST'] = {
|
||||||
'text': {
|
'text': {
|
||||||
# TODO add help_text and label when they are available
|
|
||||||
#'help_text': '',
|
|
||||||
#'label': None,
|
|
||||||
'max_length': 100,
|
'max_length': 100,
|
||||||
'read_only': False,
|
'read_only': False,
|
||||||
'required': True,
|
'required': True,
|
||||||
'type': 'String',
|
'type': 'String',
|
||||||
},
|
},
|
||||||
'id': {
|
'id': {
|
||||||
# TODO add help_text and label when they are available
|
|
||||||
#'help_text': '',
|
|
||||||
#'label': None,
|
|
||||||
'read_only': True,
|
'read_only': True,
|
||||||
'required': False,
|
'required': False,
|
||||||
'type': 'Integer',
|
'type': 'Integer',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user