mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14: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',
|
default='python',
|
||||||
max_length=100)
|
max_length=100)
|
||||||
style = models.CharField(choices=STYLE_CHOICES,
|
style = models.CharField(choices=STYLE_CHOICES,
|
||||||
default='friendly',
|
default='friendly',
|
||||||
max_length=100)
|
max_length=100)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
ordering = ('created',)
|
ordering = ('created',)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user