mirror of
https://github.com/django/django.git
synced 2024-11-29 22:56:46 +01:00
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
This commit is contained in:
parent
f8495d2371
commit
5409168ba2
@ -353,8 +353,8 @@ Restricted filters in admin interface
|
|||||||
|
|
||||||
Prior to Django 1.2.5, the Django administrative interface allowed
|
Prior to Django 1.2.5, the Django administrative interface allowed
|
||||||
filtering on any model field or relation -- not just those specified
|
filtering on any model field or relation -- not just those specified
|
||||||
in ``list_filter`` -- via query string manipulation. Due to `security
|
in ``list_filter`` -- via query string manipulation. Due to security
|
||||||
issues`_ reported to us, however, query string lookup arguments in the
|
issues reported to us, however, query string lookup arguments in the
|
||||||
admin must be for fields or relations specified in ``list_filter`` or
|
admin must be for fields or relations specified in ``list_filter`` or
|
||||||
``date_hierarchy``.
|
``date_hierarchy``.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user