Skip to content
Discussion options

You must be logged in to vote

The solution right now would be to update your docstrings like this:

class Repository(MasterModel):
    """
    Collection of content.

    Parameters: Fields:
        name (models.TextField): The repository name.
        pulp_labels (HStoreField): Dictionary of string values.
        description (models.TextField): An optional description.
        next_version (models.PositiveIntegerField): A record of the next version number to be
            created.
        retain_repo_versions (models.PositiveIntegerField): Number of repo versions to keep
        user_hidden (models.BooleanField): Whether to expose this repo to users via the API

    Parameters: Relations:
        content (models.Man…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pedro-psb
Comment options

Answer selected by pedro-psb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants