Changes between Version 6 and Version 7 of UnicodeInDjango


Ignore:
Timestamp:
Apr 20, 2006, 8:43:54 PM (18 years ago)
Author:
Noah Slater
Comment:

Commented about lazy evaluated method calls

Legend:

Unmodified
Added
Removed
Modified
  • UnicodeInDjango

    v6 v7  
    1414 * mail sending functions need to do the right thing with the MIME type
    1515 * we should decide wether to normalize the input unicode data so that at the database or application level we can match strings regardless of their decomposition (see the standard lib’s [http://docs.python.org/lib/module-unicodedata.html unicodedata module ] with its `normalize()` function). I would go for NFC, if there’s consensus around normalizing.
     16 * Lazy evaluated method calls do not currently work with Unicode return values, see #1664.
    1617
    1718Please either complete the above list or add headlines with more detailed discussions of the points above. Please only post results here, discussion should take place on the django-developer list.
Back to Top