On Dec 17, 2007 12:31 PM, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote:
> > Hi! > > I could not find an open ticket so I open it myself ;) > http://code.djangoproject.com/ticket/6226 > > I could write the patch, but I don't know what is the best approach, > if we must port allow_tags or if the function should return a > SafeString instance. Even breaking backward compatibility, I think to > return a SafeString smarter ;) > Patch just need to do the same thing as was done for the problem on trunk. You can see that changeset here: http://code.djangoproject.com/changeset/6703 It's pretty simple, and the code is in the same place (same file anyway, line numbers may be slightly different) in newforms-admin. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

