mirror of
https://github.com/django/django.git
synced 2025-04-04 13:36:42 +00:00
[4.2.x] Fixed #34446 -- Removed unneeded and incorrect example in coding style docs.
Backport of cfe563ffaf01d22343717176d96bfca0d05f60fb from main
This commit is contained in:
parent
47530bfb20
commit
634acb5180
@ -279,15 +279,6 @@ Model style
|
||||
|
||||
Don't do this::
|
||||
|
||||
class Person(models.Model):
|
||||
first_name = models.CharField(max_length=20)
|
||||
last_name = models.CharField(max_length=40)
|
||||
|
||||
class Meta:
|
||||
verbose_name_plural = "people"
|
||||
|
||||
Don't do this, either::
|
||||
|
||||
class Person(models.Model):
|
||||
class Meta:
|
||||
verbose_name_plural = "people"
|
||||
|
Loading…
x
Reference in New Issue
Block a user