diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-03-15 22:24:26 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-03-15 22:24:26 +0000 |
| commit | 1d628d7ecf9ae832894e54acf7757a62caf7b548 (patch) | |
| tree | 171748757a5b8013792f6506f70015c26d4f723c /tests/regressiontests/utils/tests.py | |
| parent | 63686ce2c6657ae4db7bf6a05c3ee8ef8555e167 (diff) | |
[1.2.X] Fixed #15617 - CSRF referer checking too strict
Thanks to adam for the report.
Backport of [15840] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/utils/tests.py')
| -rw-r--r-- | tests/regressiontests/utils/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/utils/tests.py b/tests/regressiontests/utils/tests.py index 6d3bbfa86c..5c4c0602e8 100644 --- a/tests/regressiontests/utils/tests.py +++ b/tests/regressiontests/utils/tests.py @@ -7,6 +7,7 @@ from feedgenerator import * from module_loading import * from termcolors import * from html import * +from http import * from checksums import * from text import * from simplelazyobject import * |
