Adds some info on how to talk together about django-cachalot.

This commit is contained in:
Bertrand Bordage 2014-09-30 21:10:48 +02:00
parent d0ca19ac6f
commit 4c04b24add

View file

@ -48,6 +48,23 @@ Thats why ``QuerySet.extra`` with ``select`` or ``where`` arguments,
``Model.objects.raw(…)``, & ``cursor.execute(…)`` queries are not cached.
Bug reports, questions, discussion, new features
------------------------------------------------
- If you spotted **a bug**, please file a precise bug report
`on GitHub <https://github.com/BertrandBordage/django-cachalot/issues>`_
- If you have **a question** on how django-cachalot works or to **simply
discuss**, `go to our Google group
<https://groups.google.com/forum/#!forum/django-cachalot>`_.
- 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 google groups before
How django-cachalot works
-------------------------