Opened 13 years ago

Closed 13 years ago

#15821 closed Bug (fixed)

Django 1.3 release notes links to wrong "security issues" page

Reported by: Ilya Semenov Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In Django 1.3 release notes, it says: "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 admin must be for fields or relations specified in list_filter or date_hierarchy."

However, the linked "security issues" page doesn't mention anything about the admin area and list_filter. The link should either be fixed, or removed.

Attachments (1)

15821.diff (817 bytes ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by Ilya Semenov, 13 years ago

Component: UncategorizedDocumentation
Type: UncategorizedBug

by Aymeric Augustin, 13 years ago

Attachment: 15821.diff added

comment:2 by Aymeric Augustin, 13 years ago

Has patch: set
Version: 1.2SVN

comment:3 by Luke Plant, 13 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Adrian Holovaty, 13 years ago

Resolution: fixed
Status: newclosed

In [16035]:

Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt

Note: See TracTickets for help on using tickets.
Back to Top