#8263: models.TextField max_length ---------------------------------------------------+------------------------ Reporter: osanha | Owner: nobody Status: closed | Milestone: Component: Database layer (models, ORM) | Version: SVN Resolution: invalid | Keywords: TextField, max_length Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ---------------------------------------------------+------------------------ Changes (by gabrielhurley):
* status: reopened => closed * resolution: => invalid Comment: You can pass `max_length` as a keyword argument to any model field that inherits from `Field`; that doesn't mean that the class actually does anything with it. Nowhere that I see in the docs or code indicate that it will work. -- Ticket URL: <http://code.djangoproject.com/ticket/8263#comment:3> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.