#3698: Smarter newforms labling ------------------------+--------------------------------------------------- Reporter: SmileyChris | Owner: adrian Status: new | Component: django.newforms Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 1 ------------------------+--------------------------------------------------- I have been using some labels on my newforms fields. Some end with punctuation, which makes the added ":" look a bit silly after it (when using the lazy form rendering methods like `as_p()`) The patch makes it so the label is not appended with a colon if the field label ends in punctuation.
-- Ticket URL: <http://code.djangoproject.com/ticket/3698> 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 -~----------~----~----~----~------~----~------~--~---
