1
0
mirror of https://github.com/django/django.git synced 2025-04-17 22:04:38 +00:00

[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

@ -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).