summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-01-08 15:12:40 -0500
committerTim Graham <timograham@gmail.com>2015-01-08 15:12:40 -0500
commit13e4156518e9c13606870442f4fe1607c3d72518 (patch)
tree58bd12c933e7f2fe64f96d17e294da89ccfad096 /docs
parent0c7633178fa9410f102e4708cef979b873bccb76 (diff)
Fixed a typo in 1.8 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index ddcb9a992d..63879cf84e 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1010,7 +1010,7 @@ Miscellaneous
result of a callable.
* ``GenericIPAddressField.empty_strings_allowed`` is now ``False``. Database
- backends that interpet empty strings as null (only Oracle among the backends
+ backends that interpret empty strings as null (only Oracle among the backends
that Django includes) will no longer convert null values back to an empty
string. This is consistent with other backends.