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

implemented the get_qs_filter #3

Merged
merged 3 commits into from
Jan 14, 2014
Merged

Conversation

boblefrag
Copy link
Contributor

get_qs_filter will filter the queryset accordingly to filter_fields. This can be overrided to select wich fields should be used for filtering

choices = (
("N", "Nantes"),
("P", "Paris")
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

django_genericfilters/tests/views.py:27:17: E123 closing bracket does not match indentation of opening bracket's line
django_genericfilters/tests/views.py:28:13: E123 closing bracket does not match indentation of opening bracket's line

Natim added a commit that referenced this pull request Jan 14, 2014
@Natim Natim merged commit e4e815b into master Jan 14, 2014
@Natim Natim deleted the 2-add_a_get_qs_filter_to_FilteredView branch January 14, 2014 16:51
mike-perdide pushed a commit that referenced this pull request Jan 3, 2022
mike-perdide pushed a commit that referenced this pull request Jan 3, 2022
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.

None yet

2 participants