~ubuntu-branches/ubuntu/jaunty/python-django/jaunty-updates

« back to all changes in this revision

Viewing changes to django/conf/global_settings.py

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Gasparini
  • Date: 2008-05-20 12:31:33 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080520123133-wwe0qqabrdo1h9sr
Tags: 0.96.2-1ubuntu1
* Also closes LP: #234631: "security vulnerability in django admin"
* Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/patches/04_workaround_net_tests.patch
    - debian/rules: run testsuite during build process
    - debian/control: Maintainer set to Ubuntu Motu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
 
238
238
# The User-Agent string to use when checking for URL validity through the
239
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
243
# MIDDLEWARE #