Changes between Version 8 and Version 9 of CustomWidgetsTinyMCE


Ignore:
Timestamp:
May 26, 2010, 5:03:44 AM (14 years ago)
Author:
Konstantin Hlyzov
Comment:

django.newforms.util no more imports smart_unicode from django.utils.encoding; it's better to import it directly from there

Legend:

Unmodified
Added
Removed
Modified
  • CustomWidgetsTinyMCE

    v8 v9  
    1313from django.newforms import *
    1414from django.newforms.widgets import flatatt
    15 from django.newforms.util import smart_unicode
     15from django.utils.encoding import smart_unicode
    1616from django.utils.html import escape
    1717from django.utils.simplejson import *
Back to Top