-
Notifications
You must be signed in to change notification settings - Fork 65
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
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a962271 - Browse repository at this point
Copy the full SHA a962271View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8c2805 - Browse repository at this point
Copy the full SHA e8c2805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72a95f0 - Browse repository at this point
Copy the full SHA 72a95f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda957b - Browse repository at this point
Copy the full SHA eda957bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761b007 - Browse repository at this point
Copy the full SHA 761b007View commit details -
Configuration menu - View commit details
-
Copy full SHA for d950673 - Browse repository at this point
Copy the full SHA d950673View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6249fab - Browse repository at this point
Copy the full SHA 6249fabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057ae67 - Browse repository at this point
Copy the full SHA 057ae67View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 111651a - Browse repository at this point
Copy the full SHA 111651aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.