1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

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

Backport of d39461eb46b2d11051940e16818baf2f0e1b894d from master
This commit is contained in:
Tim Graham 2014-12-15 13:42:52 -05:00
parent 1690b92b0d
commit 4cc646bb56

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``