Changeset 6020
- Timestamp:
- 08/25/07 20:16:19 (1 year ago)
- Files:
-
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/tutorial01.txt
r6006 r6020 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
