Version bump 0.96.1 -> 0.96.2 for forthcoming security bugfix release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.96-bugfixes@7530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7791e5c050
commit
3ca5a055a7
|
@ -1 +1 @@
|
|||
VERSION = (0, 96.1, None)
|
||||
VERSION = (0, 96.2, None)
|
||||
|
|
|
@ -237,7 +237,7 @@ TRANSACTIONS_MANAGED = False
|
|||
|
||||
# The User-Agent string to use when checking for URL validity through the
|
||||
# isExistingURL validator.
|
||||
URL_VALIDATOR_USER_AGENT = "Django/0.96.1 (http://www.djangoproject.com)"
|
||||
URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (http://www.djangoproject.com)"
|
||||
|
||||
##############
|
||||
# MIDDLEWARE #
|
||||
|
|
Loading…
Reference in New Issue