Opened 14 years ago

Closed 10 years ago

#14263 closed New feature (duplicate)

Allow fields to support custom double-underscore lookup methods

Reported by: Carl Meyer Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: jonas-django@…, ojiidotch@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Rather than continually adding specialized builtin lookup types (e.g. #2616), there should be a good way for custom field types to support their own custom lookup types. Currently this is sort of possible, but requires monkeypatching the global singleton registry of lookup types, which is not ok.

Change History (7)

comment:1 by Carl Meyer, 14 years ago

Triage Stage: UnreviewedAccepted

Marking accepted per design discussion with core devs (Russell, Malcolm, Jannis) at sprint.

comment:2 by Julien Phalip, 13 years ago

Severity: Normal
Type: New feature

comment:3 by Ulrich Petri, 13 years ago

Easy pickings: unset
UI/UX: unset

Related: #16187 Refactor of the lookup system

comment:4 by Jonas H., 13 years ago

Cc: jonas-django@… added

comment:5 by Jonas Obrist, 12 years ago

Cc: ojiidotch@… added

comment:6 by Marcos Moyano, 11 years ago

I believe this is related: https://code.djangoproject.com/ticket/6439

comment:7 by Florian Apolloner, 10 years ago

Resolution: duplicate
Status: newclosed

Dupe of #16187

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