Ticket #7454: patch.diff
File patch.diff, 505 bytes (added by , 16 years ago) |
---|
-
fields.py
514 514 return value 515 515 if self.verify_exists: 516 516 import urllib2 517 from django.conf import settings518 517 headers = { 519 518 "Accept": "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", 520 519 "Accept-Language": "en-us,en;q=0.5",