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

Rework related filtering #199

Merged
merged 7 commits into from
Jul 15, 2018
Merged

Commits on Jul 15, 2018

  1. Add FilterSet.relationship, alter param detection

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    bcb8729 View commit details
    Browse the repository at this point in the history
  2. Drop related params, add related filtersets

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    c773b28 View commit details
    Browse the repository at this point in the history
  3. Add related filterset handling to Form subclass

    - Form subclass parses its parameters relative to its relationship.
    - Form subclass collects and nests errors from its related filtersets.
    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    6ca2ad2 View commit details
    Browse the repository at this point in the history
  4. Add depth to subset disabling

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    acc37ae View commit details
    Browse the repository at this point in the history
  5. Support rendering related filterset forms

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    6b0348c View commit details
    Browse the repository at this point in the history
  6. Remove 'override_filters' contextmanager

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    e5a25ae View commit details
    Browse the repository at this point in the history
  7. Test cleanup

    Ryan P Kilby committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    e8c5976 View commit details
    Browse the repository at this point in the history