mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
11 lines
250 B
ReStructuredText
11 lines
250 B
ReStructuredText
.. _API:
|
|
|
|
API
|
|
---
|
|
|
|
Use these tools if the automatic behaviour of django-cachalot is not enough.
|
|
Typically, use ``invalidate_tables`` or ``invalidate_models`` after each raw
|
|
SQL query modifying the database.
|
|
|
|
.. automodule:: cachalot.api
|
|
:members:
|