summaryrefslogtreecommitdiff
path: root/docs/releases/0.96.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/0.96.txt')
-rw-r--r--docs/releases/0.96.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/0.96.txt b/docs/releases/0.96.txt
index bbec1c3eaf..21267910c7 100644
--- a/docs/releases/0.96.txt
+++ b/docs/releases/0.96.txt
@@ -65,7 +65,7 @@ The effect of this change is that running ``manage.py reset`` and
similar commands against an existing database may generate SQL with
the new form of constraint name, while the database itself contains
constraints named in the old form; this will cause the database server
-to raise an error message about modifying non-existent constraints.
+to raise an error message about modifying nonexistent constraints.
If you need to work around this, there are two methods available: