Django 1.0.2 版本发行说明
- The default
__repr__
method of Django models has been made more robust in the face of bad Unicode data coming from the method; rather than raise an exception in such cases,repr()
will now contain the string “[Bad Unicode data]“ in place of the invalid Unicode. - A bug affecting filtering on a nullable
DateField
in SQLite has been resolved.