Changeset 6109
- Timestamp:
- 09/12/07 08:11:51 (1 year ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r6069 r6109 149 149 Django veterans: Note that the argument is now called ``max_length`` to 150 150 provide consistency throughout Django. There is full legacy support for 151 the old ``maxlength`` argument, but ``max_length`` is prefer ed.151 the old ``maxlength`` argument, but ``max_length`` is preferred. 152 152 153 153 ``CommaSeparatedIntegerField``
