mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed typo in docs/releases/4.2.txt.
This commit is contained in:
parent
e7afb8a180
commit
a2792d09ad
@ -308,7 +308,7 @@ example::
|
|||||||
Should become::
|
Should become::
|
||||||
|
|
||||||
class Author(models.Model):
|
class Author(models.Model):
|
||||||
ranl = models.IntegerField()
|
rank = models.IntegerField()
|
||||||
name = models.CharField(max_length=30)
|
name = models.CharField(max_length=30)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
|
Loading…
Reference in New Issue
Block a user