Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13221 closed (duplicate)

Enhanced version of RawId related fields for admin

Reported by: IsakovAN Owned by: nobody
Component: contrib.admin Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Changes:
1) RawIdField becomes readonly
2) Add ability to open related objects, clicking on it label
3) Update related label when dismissing related popup
4) Add ability to clear field(individual links for ManyToMany fields)

Attachments (1)

django.patch (10.3 KB ) - added by IsakovAN 14 years ago.

Download all attachments as: .zip

Change History (5)

by IsakovAN, 14 years ago

Attachment: django.patch added

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: duplicate
Status: newclosed

Duplicte of #7028.

comment:2 by IsakovAN, 14 years ago

Hey, this is a bit unfair! My patch didn`t duplicate: #7028 have nothing about ManyToMany fields!!!

And besides of all #7028 has been opened for TWO YEARS and it didn`t complete yet. I have finished my patch - it really works for me.

comment:3 by Russell Keith-Magee, 14 years ago

Ticket #7028 describes a desire to improve raw_id_admin fields. The current patch may only improve m2m, but the report description isn't specific. We don't open new tickets if there is an existing ticket for the same problem.

The fact that *this* ticket has been closed doesn't mean your patch won't be applied - it just means that *this* ticket won't be used to track it.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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