diff options
| author | Tim Graham <timograham@gmail.com> | 2014-05-13 09:17:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-13 09:17:32 -0400 |
| commit | fb9edfa3e637edcbcdd0fafbb905209a906e75af (patch) | |
| tree | 5d23e119b6173552518c0ce9286988f9c01a4b72 | |
| parent | 81aeffccf32804aaf9343a32632e526fc6ec0f24 (diff) | |
[1.7.x] Fixed spelling mistake and added a word to the word list.
Backport of 1165e9992e from master
| -rw-r--r-- | docs/releases/1.7.txt | 2 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 41d8d1e8ab..44ccd022b6 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1315,7 +1315,7 @@ than simply ``myapp/models.py``, Django would look for :ref:`initial SQL data will search ``myapp/sql/`` as documented. The old location will continue to work until Django 1.9. After this issue was fixed, migrations were added which deprecates initial SQL data. Thus, while this change still exists, the -deprecation is somehwhat irrelevant as the entire feature will be removed in +deprecation is somewhat irrelevant as the entire feature will be removed in Django 2.0 when migrations become compulsory for all applications. Reorganization of ``django.contrib.sites`` diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index a0ec39109c..703d6b222c 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -519,6 +519,7 @@ screenshots sdist semimajor semiminor +serializability serializable serializer serializers |
