summaryrefslogtreecommitdiff
path: root/django/utils/maxlength.py
AgeCommit message (Expand)Author
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr