apluslms / mooc-jutut

Course feedback gathering and management tool. Used with A+ learning management system.
1 stars 12 forks source link

Fix lint error from renamed argument #104

Closed etanttila closed 6 months ago

etanttila commented 6 months ago

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 to qs 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!