1
0
mirror of https://github.com/django/django.git synced 2025-02-23 16:06:26 +00:00

Bump the version in a docs example.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Alex Gaynor 2012-03-23 18:05:31 +00:00
parent 658ca67d9f
commit 14c42b8e95

View File

@ -86,7 +86,7 @@ Then at the Python prompt, try to import Django::
>>> import django
>>> print django.get_version()
1.3
1.4
That's it!