diff options
| author | Tim Graham <timograham@gmail.com> | 2012-07-28 13:17:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-07-28 13:17:33 -0400 |
| commit | 00d5e632fabc03a0633b9910605b23bcec439cdc (patch) | |
| tree | 99528bc5cfae242c41ee9fb70376e133b4c29d22 /docs/intro/install.txt | |
| parent | ab6cd1c839b136cbc94178da433b2e97ab7f6061 (diff) | |
Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index 7e8c7db7b3..70c8034c5d 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -84,8 +84,9 @@ Then at the Python prompt, try to import Django:: >>> import django >>> print(django.get_version()) - 1.4 + 1.5 +You may have another version of Django installed. That's it! ---------- |
