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

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

Backport of e7771ec3 from master
parent 5e45c4f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -599,7 +599,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)