mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed spelling mistake and added a word to the word list.
This commit is contained in:
parent
5eb81ce445
commit
1165e9992e
2 changed files with 2 additions and 1 deletions
|
@ -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
|
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
|
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
|
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.
|
Django 2.0 when migrations become compulsory for all applications.
|
||||||
|
|
||||||
Reorganization of ``django.contrib.sites``
|
Reorganization of ``django.contrib.sites``
|
||||||
|
|
|
@ -521,6 +521,7 @@ screenshots
|
||||||
sdist
|
sdist
|
||||||
semimajor
|
semimajor
|
||||||
semiminor
|
semiminor
|
||||||
|
serializability
|
||||||
serializable
|
serializable
|
||||||
serializer
|
serializer
|
||||||
serializers
|
serializers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue