Skip to content
  • Damien Lespiau's avatar
    rest: Allow filtering series by submitter · f5611ee7
    Damien Lespiau authored
    
    
    Quite easy, just need to list the field. Turns out the fields argument
    isn't needed for custom filters. Removed updated_since and
    submitted_since from the fields array then.
    
    Well, on second thoughts, I need to have special "self" value that
    matches all people linked to the current user (there can be many).
    
    For that to work, I also need a specialization of the
    DjangoFilterBackend that passes the request along.
    
    Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
    f5611ee7