Changes between Initial Version and Version 1 of Ticket #16187, comment 22
- Timestamp:
- Sep 4, 2013, 10:13:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16187, comment 22
initial v1 6 6 - Add a way to register lookups to fields (I think either instances or classes is wanted behaviour). 7 7 - Add the ability to use "extracts" in .values(), .order_by() etc. The basic idea is that a Lookup itself can't be used in such situations, you will need to write an Extract class. 8 - Add ability to ask if given lookup ( 'myfield__customlookup') is allowed for given queryset - admin needs this. I think adding QuerySet.is_allowed_lookup(somelookup) is the way to go.8 - Add ability to ask if given lookup (`'myfield__customlookup'`) is allowed for given queryset - admin needs this. I think adding QuerySet.is_allowed_lookup(somelookup) is the way to go. 9 9 - Of course, also docs & tests needed. 10 10