Commit a815fd16 authored by Claude Paroz's avatar Claude Paroz
Browse files

[1.4.X] Bump the version in a docs example.

Backport of r17801 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent bbb2595f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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!