Files @ 60335b702a00
Branch filter:

Location: kallithea/docs/api/models.rst

60335b702a00 634 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
Mads Kiilerich
invalidation: don't create CacheInvalidation records on startup

Creating the records early gave an advantage before lightweight was introduced.
With lightweight it is no longer necessary.

The records will be created on demand anyway and there is no reason to create and
maintain them before they are used.
.. _models:

========================
The :mod:`models` Module
========================

.. automodule:: rhodecode.model
   :members:

.. automodule:: rhodecode.model.comment
   :members:

.. automodule:: rhodecode.model.notification
   :members:

.. automodule:: rhodecode.model.permission
   :members:

.. automodule:: rhodecode.model.repo_permission
   :members:

.. automodule:: rhodecode.model.repo
   :members:

.. automodule:: rhodecode.model.repos_group
   :members:

.. automodule:: rhodecode.model.scm
   :members:

.. automodule:: rhodecode.model.user
   :members:

.. automodule:: rhodecode.model.users_group
   :members: