[1.6.x] Fixed spelling of compatibility.

This commit is contained in:
Tim Graham 2013-11-09 10:18:55 -05:00
parent 86e72f5ba9
commit c9076a408c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Bugfixes
========
* Fixed a data corruption bug with ``datetime_safe.datetime.combine`` (#21256).
* Fixed a Python 3 incompatability in ``django.utils.text.unescape_entities()``
* Fixed a Python 3 incompatibility in ``django.utils.text.unescape_entities()``
(#21185).
* Fixed a couple data corruption issues with ``QuerySet`` edge cases under
Oracle and MySQL (#21203, #21126).