Skip to content

Added an optional lazy parameter to gitlab functions in views.py

MariaV requested to merge lazy_api into master

Added an optional lazy=lazy parameter to gitlab functions in views.py, so that functions can be called with either the lazy=False (default) or lazy=True to lower # of API calls in a view.

Merge request reports