Ticket #5257: 5257.patch
File 5257.patch, 518 bytes (added by , 17 years ago) |
---|
-
docs/tutorial01.txt
259 259 choice = models.CharField(max_length=200) 260 260 votes = models.IntegerField() 261 261 262 .. adm inition:: Errors about ``max_length``262 .. admonition:: Errors about ``max_length`` 263 263 264 264 If Django gives you an error message saying that ``max_length`` is 265 265 not a valid argument, you're most likely using an old version of