django-cachalot/docs/reporting.rst
Andrew-Chen-Wang d0b5213014 v2.3.3
* 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
2020-11-08 21:01:14 -05:00

18 lines
790 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _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 youre sure that its a must-have feature, open an issue
- if its just a vague idea, please
`ask on Discord <https://discord.gg/WFGFBk8rSU>`_ first