Fixed typo in docs/releases/4.2.txt.

This commit is contained in:
NOTHING 2022-08-04 00:40:42 +08:00 committed by GitHub
parent e7afb8a180
commit a2792d09ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: