Skip to content

Commit

Permalink
Expose batch_qs to plugin API
Browse files Browse the repository at this point in the history
closes pulp#4607
  • Loading branch information
quba42 committed Oct 31, 2023
1 parent d2e8afd commit b120996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/4607.feature
@@ -0,0 +1 @@
Exposed a function to return a batch from a given querry set at ``pulpcore.plugin.util.batch_qs``.
1 change: 1 addition & 0 deletions pulpcore/plugin/util.py
Expand Up @@ -13,6 +13,7 @@
)

from pulpcore.app.util import ( # noqa: F401
batch_qs,
extract_pk,
get_artifact_url,
get_url,
Expand Down

0 comments on commit b120996

Please sign in to comment.