Commit 6a08020f authored by Collin Anderson's avatar Collin Anderson Committed by Tim Graham
Browse files

[1.7.x] Fixed bad model example in admin docs.

Backport of e7771ec3 from master
parent ef588940
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -681,7 +681,7 @@ subclass::

      For example::

          class Person(object):
          class Person(models.Model):
              first_name = models.CharField(max_length=50)
              last_name = models.CharField(max_length=50)