[1.7.x] Fixed typos in docs/releases/1.7.2.txt.

Backport of d39461eb46 from master
This commit is contained in:
Tim Graham 2014-12-15 13:42:52 -05:00
parent 1690b92b0d
commit 4cc646bb56
1 changed files with 2 additions and 2 deletions

View File

@ -131,10 +131,10 @@ Bugfixes
* Enlarged the sizes of tablespaces which are created by default for testing
on Oracle (the main tablespace was increased from 200M to 300M and the
temporary tablespace from 100M to 150M). This was required to accomodate
temporary tablespace from 100M to 150M). This was required to accommodate
growth in Django's own test suite (:ticket:`23969`).
* Fixed timesince filter translations in Korean (:ticket:`23989`).
* Fixed ``timesince`` filter translations in Korean (:ticket:`23989`).
* Fixed the SQLite ``SchemaEditor`` to properly add defaults in the absence of
a user specified ``default``. For example, a ``CharField`` with ``blank=True``