Ticket #5257: 5257.patch

File 5257.patch, 518 bytes (added by Collin Grady <cgrady@…>, 17 years ago)
  • docs/tutorial01.txt

     
    259259        choice = models.CharField(max_length=200)
    260260        votes = models.IntegerField()
    261261
    262 .. adminition:: Errors about ``max_length``
     262.. admonition:: Errors about ``max_length``
    263263
    264264   If Django gives you an error message saying that ``max_length`` is
    265265   not a valid argument, you're most likely using an old version of
Back to Top