thirdparty/google_appengine/lib/django/django/conf/global_settings.py
changeset 2864 2e0b0af889be
parent 109 620f9b141567
equal deleted inserted replaced
2862:27971a13089f 2864:2e0b0af889be
   235 # Hint: you really don't!
   235 # Hint: you really don't!
   236 TRANSACTIONS_MANAGED = False
   236 TRANSACTIONS_MANAGED = False
   237 
   237 
   238 # The User-Agent string to use when checking for URL validity through the
   238 # The User-Agent string to use when checking for URL validity through the
   239 # isExistingURL validator.
   239 # isExistingURL validator.
   240 URL_VALIDATOR_USER_AGENT = "Django/0.96.1 (http://www.djangoproject.com)"
   240 URL_VALIDATOR_USER_AGENT = "Django/0.96.2 (http://www.djangoproject.com)"
   241 
   241 
   242 ##############
   242 ##############
   243 # MIDDLEWARE #
   243 # MIDDLEWARE #
   244 ##############
   244 ##############
   245 
   245