#10317: New Feature: django.contrib.markup.fields.MarkupField --------------------------+------------------------------------------------- Reporter: jamesturk | Owner: jamesturk Status: new | Milestone: post-1.0 Component: Contrib apps | Version: SVN Keywords: markup forms | Stage: Unreviewed Has_patch: 0 | --------------------------+------------------------------------------------- I recently published a snippet of something I've wanted in Django for a long time, a MarkupField that handles conversion to HTML on save and an accessor that calls mark_safe.
My implementation is at http://www.djangosnippets.org/snippets/1332/ (Credit where credit is due, I also borrowed the method of detecting which markup libraries are installed from a slightly less featured version http://www.djangosnippets.org/snippets/1169/) Jacob commented on Twitter that he'd like to see this as well and to submit a ticket. I'll put together the appropriate fields.py / documentation / tests and should have a candidate patch up soon. -- Ticket URL: <http://code.djangoproject.com/ticket/10317> 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 [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 -~----------~----~----~----~------~----~------~--~---
