diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-24 08:32:07 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-24 08:32:07 -0500 |
| commit | 8bb9e7c9992703eae3a7edec09b7b7773b4c216e (patch) | |
| tree | 15469a3b768f966a110153048ea32440fcd35d1a | |
| parent | e77462249339f465395f49f0d0b149b670a696f3 (diff) | |
Fixed spelling in docs/ref/django-admin.txt.
| -rw-r--r-- | docs/ref/django-admin.txt | 2 | ||||
| -rw-r--r-- | docs/spelling_wordlist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index b0393e35c2..2c42c01096 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -964,7 +964,7 @@ If the :doc:`staticfiles</ref/contrib/staticfiles>` contrib app is enabled (default in new projects) the :djadmin:`runserver` command will be overridden with its own :ref:`runserver<staticfiles-runserver>` command. -If :djadmin:`migrate` was not previousy executed, the table that stores the +If :djadmin:`migrate` was not previously executed, the table that stores the history of migrations is created at first run of ``runserver``. .. django-admin-option:: --noreload diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 5dc12d25b6..7b85ec8a31 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -69,6 +69,7 @@ Bronn bugfix bugfixes bugfixing +buildbot builtin builtins Byteorder |
