diff options
| author | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-18 10:35:41 -0400 |
| commit | d1c9802811b5c3f5abd3defcfecac160135fa6e7 (patch) | |
| tree | c1fb66b53bace025898d8283060adb290e68291b /docs/howto/upgrade-version.txt | |
| parent | 2daada800f8e28cc1ba664b3008efaefab8fb570 (diff) | |
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Thanks daniel.quattro at gmail.com for the report.
Diffstat (limited to 'docs/howto/upgrade-version.txt')
| -rw-r--r-- | docs/howto/upgrade-version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt index fd018d4342..61b7553d74 100644 --- a/docs/howto/upgrade-version.txt +++ b/docs/howto/upgrade-version.txt @@ -76,7 +76,7 @@ manually using ``manage.py runserver``): .. code-block:: bash - python -Wall manage.py test + $ python -Wall manage.py test After you have run the tests, fix any failures. While you have the release notes fresh in your mind, it may also be a good time to take advantage of new |
