mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed bad model example in admin docs.
Backport of e7771ec380a116dbef481001fb1ce664f5c7311e from master
This commit is contained in:
parent
ef5889409b
commit
6a08020fcf
@ -681,7 +681,7 @@ subclass::
|
|||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
class Person(object):
|
class Person(models.Model):
|
||||||
first_name = models.CharField(max_length=50)
|
first_name = models.CharField(max_length=50)
|
||||||
last_name = models.CharField(max_length=50)
|
last_name = models.CharField(max_length=50)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user