Opened 18 years ago

Closed 18 years ago

#2193 closed enhancement (duplicate)

implement dynamic limit_choices_to

Reported by: anonymous Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

One should be able to supply limit_choices_to with a callable. Ideally this callable should get the model instance as a parameter.

This would allow a powerful filtering depending on arbitrary conditions which would also be usable in the admin interface.

Change History (2)

comment:1 by anonymous, 18 years ago

Type: defectenhancement

comment:2 by Russell Keith-Magee, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #2445, which has a patch.

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