mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-17 05:40:24 +00:00
* Fix a comment block disabling incorrectly RST form for cachalot_disabled * Update CHANGELOG.rst * Several points did I incorrectly say that 50 modifications per second was too much. It was supposed to say minute. You'd have to have a LARGE website to really get to that point since inserts from an external DB would typically take a 250-1000ms/1s per INSERT/UPDATE * Add Python 3.9 support in the docs and setup.py * Move chat to Discord and reflect in the docs
18 lines
790 B
ReStructuredText
18 lines
790 B
ReStructuredText
.. _Reporting:
|
||
|
||
Bug reports, questions, discussion, new features
|
||
------------------------------------------------
|
||
|
||
- If you spotted **a bug**, please file a precise bug report
|
||
`on GitHub <https://github.com/noripyt/django-cachalot/issues>`_
|
||
- If you have **a question** on how django-cachalot works
|
||
or to **simply discuss**,
|
||
`chat with us on Discord <https://discord.gg/WFGFBk8rSU>`_.
|
||
- If you want **to add a feature**:
|
||
|
||
- if you have an idea on how to implement it, you can fork the project
|
||
and send a pull request, but **please open an issue first**, because
|
||
someone else could already be working on it
|
||
- if you’re sure that it’s a must-have feature, open an issue
|
||
- if it’s just a vague idea, please
|
||
`ask on Discord <https://discord.gg/WFGFBk8rSU>`_ first
|