summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-04-17 20:46:48 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-04-17 20:46:48 +0000
commit5409168ba2afb6cc96aa0b0e0c445329c723eeac (patch)
tree0e0b1f4555676ee2e867b414a3b304221be5ef13 /docs
parentf8495d2371d78468b8424e300a88cb1e5c08c342 (diff)
Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index 598f741387..7ddacd5055 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -353,8 +353,8 @@ Restricted filters in admin interface
Prior to Django 1.2.5, the Django administrative interface allowed
filtering on any model field or relation -- not just those specified
-in ``list_filter`` -- via query string manipulation. Due to `security
-issues`_ reported to us, however, query string lookup arguments in the
+in ``list_filter`` -- via query string manipulation. Due to security
+issues reported to us, however, query string lookup arguments in the
admin must be for fields or relations specified in ``list_filter`` or
``date_hierarchy``.