You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use 'page_query_param' for pagination instead of hard coded page (#312)
* Use 'page_query_param' for pagination instead of hard coded page
*** What
- Use self.page_query_param to determine the query parameter to use for
pagination
- Set the default page_query_param to 'page'
- Freeze fake-factory version to 0.7.4
*** Why
- Allow the use of different page query parameters to do pagination
- The latest version of fake-factory is now depreciated:
https://pypi.python.org/pypi/fake-factory/9999.9.9
* Remove unneeded page_query_param default
* Add documentation for default page_query_param
0 commit comments