Replace deprecated uses of 'maxlength'

Review Request #182 — Created Dec. 4, 2007 and submitted — Latest diff uploaded

Information

Review Board SVN (deprecated)
trunk

Reviewers

Django r5803 renamed 'maxlength' to 'max_length', and added a PendingDeprecationWarning for the former.  Django r6825 turned this into a full DeprecationWarning.

This change is a simple search-and-replace to move to max_length in model descriptions.
With this change, my test server no longer has any warning-spew on the console.
    Loading...