Closed etanttila closed 6 months ago
What?
Re-rename argument to qs from queryset to remove lint error resulting from commit 25554d3.
Why?
So lint would pass in the future.
How?
Renameing argument queryset back to qs in the pagination filter.
queryset
qs
Remember to add or update unit tests for new features and changes.
What type of test did you run?
[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY]
Did you test the changes in
Think of what is affected by these changes and could become broken
Clean up your git commit history before submitting the pull request!
Description
What?
Re-rename argument to qs from queryset to remove lint error resulting from commit 25554d3.
Why?
So lint would pass in the future.
How?
Renameing argument
queryset
back toqs
in the pagination filter.Testing
Remember to add or update unit tests for new features and changes.
What type of test did you run?
[ADD A DESCRIPTION ABOUT WHAT YOU TESTED MANUALLY]
Did you test the changes in
Think of what is affected by these changes and could become broken
Translation
Programming style
Have you updated the README or other relevant documentation?
Is it Done?
Clean up your git commit history before submitting the pull request!