Changes between Initial Version and Version 1 of Ticket #16187, comment 22


Ignore:
Timestamp:
Sep 4, 2013, 10:13:59 AM (11 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16187, comment 22

    initial v1  
    66  - Add a way to register lookups to fields (I think either instances or classes is wanted behaviour).
    77  - 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.
    99  - Of course, also docs & tests needed.
    1010
Back to Top