Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new retrieve permissions working on "site" custom tag of events #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 9, 2016

  1. introduce an option to negate the filtering on a queryset

    i.e. make the filter not return events that match all given criteria,
    but rather return events, that do not match the combination of given
    criteria.
    
    otherwise it is impossible to define a retrieve permission for a
    combination of two criteria (i.e. when user "does not have permission"
    to exclude events that match the given combination of criteria, e.g.
    exclude events at site X and below magnitude Y)
    megies committed May 9, 2016
    Configuration menu
    Copy the full SHA
    c4ede74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    614eacb View commit details
    Browse the repository at this point in the history