view docs/api/models.rst @ 8279:fb70be1e6729

cli: fix '--full' option of index-create The option '-f' or '--full' is actually a flag, but the current declaration made click expect a value as argument. Instead, follow the click convention to allow --full and --no-full, to indicate it is a boolean flag, as we do in other places.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 01 Mar 2020 20:51:03 +0100
parents b6b6955981a5
children
line wrap: on
line source

.. _models:

========================
The :mod:`models` module
========================

.. automodule:: kallithea.model
   :members:

.. automodule:: kallithea.model.comment
   :members:

.. automodule:: kallithea.model.permission
   :members:

.. automodule:: kallithea.model.repo
   :members:

.. automodule:: kallithea.model.repo_group
   :members:

.. automodule:: kallithea.model.scm
   :members:

.. automodule:: kallithea.model.user
   :members:

.. automodule:: kallithea.model.user_group
   :members: