Changed django.VERSION to (0, 95, None) to signify final 0.95 release
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f121772de9
commit
1cf552dcec
|
@ -1 +1 @@
|
||||||
VERSION = (0, 95, 'post-magic-removal')
|
VERSION = (0, 95, None)
|
||||||
|
|
|
@ -81,7 +81,7 @@ the following output on the command line::
|
||||||
Validating models...
|
Validating models...
|
||||||
0 errors found.
|
0 errors found.
|
||||||
|
|
||||||
Django version 0.95 (post-magic-removal), using settings 'mysite.settings'
|
Django version 0.95, using settings 'mysite.settings'
|
||||||
Development server is running at http://127.0.0.1:8000/
|
Development server is running at http://127.0.0.1:8000/
|
||||||
Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
|
Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue