Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
LowerDeez committed Feb 19, 2021
1 parent ce84e9c commit af6e25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -101,7 +101,7 @@ Base endpoints
.. code:: json
{
"type": 'app_label.model', # '.'.join(object_ct.natural_key())
"type": 'app_label.model',
}
Expand All @@ -113,7 +113,7 @@ Base endpoints
.. code:: json
{
"type": 'app_label.model', # '.'.join(object_ct.natural_key())
"type": 'app_label.model',
}
Expand All @@ -133,7 +133,7 @@ Base endpoints
.. code:: json
{
"type": 'app_label.model', # '.'.join(object_ct.natural_key())
"type": 'app_label.model',
"id": 1
}
Expand Down

0 comments on commit af6e25d

Please sign in to comment.