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

Use the same style of URL filtering that Django uses #24

Merged
merged 3 commits into from Sep 30, 2021

Conversation

treyhunner
Copy link
Owner

  • ?ship_id__exact=4 instead of ?ship=4
  • ?movies__id__exact=4 instead of ?movies=4

Fixes #19

- `?ship_id__exact=4` instead of `?ship=4`
- `?movies__id__exact=4` instead of `?movies=4`
@coveralls
Copy link

coveralls commented Sep 30, 2021

Coverage Status

Coverage increased (+0.004%) to 99.726% when pulling c91455d on django-style-filtering into ee3209e on master.

@treyhunner treyhunner merged commit f67cc1f into master Sep 30, 2021
@treyhunner treyhunner deleted the django-style-filtering branch September 30, 2021 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make sure links to change lists are filtered the same way as Django's admin filters
2 participants