summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-15 13:42:52 -0500
committerTim Graham <timograham@gmail.com>2014-12-15 13:43:34 -0500
commit4cc646bb56693c8068044ed3b8d5eeb69adde088 (patch)
treebade3a50720bafef32c0391b7a1fa6c7562a15fe /docs
parent1690b92b0d53e625ef6623a317149013725015af (diff)
[1.7.x] Fixed typos in docs/releases/1.7.2.txt.
Backport of d39461eb46b2d11051940e16818baf2f0e1b894d from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 2f49d7d889..338bfdd54c 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -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``