#7807: Length/max_length patch for oldforms.TextField ------------------------------+--------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 0.96 Keywords: | Stage: Unreviewed Has_patch: 1 | ------------------------------+--------------------------------------------- Version 0.96 of Django's db.models.fields.CharField uses oldforms.TextField. The length argument cannot be specified and it is always set to 30 characters, even if the maximum number of characters is fewer. This issue was causing some layout problems for me when editing items inline. This patch will truncate the length field if it is greater than max_length. Let me know if there is a better way to fix this.
-- Ticket URL: <http://code.djangoproject.com/ticket/7807> Django Code <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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
