mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
correct code indent
This commit is contained in:
parent
0c71b4c100
commit
76db7d4c59
|
@ -87,8 +87,8 @@ For the purposes of this tutorial we're going to start by creating a simple `Sni
|
|||
default='python',
|
||||
max_length=100)
|
||||
style = models.CharField(choices=STYLE_CHOICES,
|
||||
default='friendly',
|
||||
max_length=100)
|
||||
default='friendly',
|
||||
max_length=100)
|
||||
|
||||
class Meta:
|
||||
ordering = ('created',)
|
||||
|
|
Loading…
Reference in New Issue
Block a user