mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-14 23:53:09 +00:00
14 lines
379 B
ReStructuredText
14 lines
379 B
ReStructuredText
What still needs to be done
|
|
---------------------------
|
|
|
|
For version 1.0
|
|
...............
|
|
|
|
- Cache raw queries
|
|
|
|
Weaknesses to be tested
|
|
.......................
|
|
|
|
- A stale cache issue should never happen when a table is invalidated
|
|
exactly during a SQL read query (fixed, but never tested in the test suite)
|
|
- It should be impossible to inject code when unpickling query results
|