mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #20543 - Typo in db model fields docs.
Thanks i.amber.jain@ for the report.
This commit is contained in:
parent
de66b56790
commit
f315693304
@ -182,7 +182,7 @@ ones:
|
|||||||
('L', 'Large'),
|
('L', 'Large'),
|
||||||
)
|
)
|
||||||
name = models.CharField(max_length=60)
|
name = models.CharField(max_length=60)
|
||||||
shirt_size = models.CharField(max_length=2, choices=SHIRT_SIZES)
|
shirt_size = models.CharField(max_length=1, choices=SHIRT_SIZES)
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user