Fixed typos in docs/releases/1.7.2.txt.

This commit is contained in:
Tim Graham 2014-12-15 13:42:52 -05:00
parent 089047331d
commit d39461eb46
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``