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

Updates to class-based view for filterable lists #4173

Merged
merged 9 commits into from
Jun 4, 2024

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a962271 View commit details
    Browse the repository at this point in the history
  2. Add search using admin search

    joemull committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e8c2805 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a95f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eda957b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    761b007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d950673 View commit details
    Browse the repository at this point in the history
  7. Remove deprecated null check

    The if/else check deleted in this commit was used in an earlier
    version of the view to let the user filter by whether data was missing
    on a given facet. In other words, we wanted to be able
    to send [something]__isnull=True in the query.
    This was superceded with another appraoch, where some option representing
    missing data was added to choices in a select field, and translated
    into the query by means of an annotation.
    joemull committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6249fab View commit details
    Browse the repository at this point in the history
  8. Use set for efficiency #63

    joemull committed May 31, 2024
    Configuration menu
    Copy the full SHA
    057ae67 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Backwards compatibility

    joemull committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    111651a View commit details
    Browse the repository at this point in the history