mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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:
		| @@ -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... | ||||
|     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/ | ||||
|     Quit the server with CONTROL-C (Unix) or CTRL-BREAK (Windows). | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user