Author: adrian
Date: 2011-04-17 13:46:48 -0700 (Sun, 17 Apr 2011)
New Revision: 16035

Modified:
   django/trunk/docs/releases/1.3.txt
Log:
Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt

Modified: django/trunk/docs/releases/1.3.txt
===================================================================
--- django/trunk/docs/releases/1.3.txt  2011-04-17 20:45:06 UTC (rev 16034)
+++ django/trunk/docs/releases/1.3.txt  2011-04-17 20:46:48 UTC (rev 16035)
@@ -353,8 +353,8 @@
 
 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``.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to