mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
More precise version numbers in CHANGELOG.rst.
This commit is contained in:
parent
25dcee4136
commit
97c5a2ab5f
1 changed files with 8 additions and 8 deletions
|
|
@ -6,8 +6,8 @@ What’s new in django-cachalot?
|
|||
|
||||
- Fixes ``pip install``.
|
||||
|
||||
0.4 (**install broken**)
|
||||
------------------------
|
||||
0.4.0 (**install broken**)
|
||||
--------------------------
|
||||
|
||||
- Adds Travis CI and adds compatibility for:
|
||||
|
||||
|
|
@ -16,22 +16,22 @@ What’s new in django-cachalot?
|
|||
- locmem & Redis
|
||||
- SQLite, PostgreSQL, MySQL
|
||||
|
||||
0.3
|
||||
---
|
||||
0.3.0
|
||||
-----
|
||||
|
||||
- Handles transactions
|
||||
- Adds lots of tests for complex cases
|
||||
|
||||
0.2
|
||||
---
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
- Adds a test suite
|
||||
- Fixes invalidation for data creation/deletion
|
||||
- Stops caching on queries defining ``select`` or ``where`` arguments
|
||||
with ``QuerySet.extra``
|
||||
|
||||
0.1
|
||||
---
|
||||
0.1.0
|
||||
-----
|
||||
|
||||
Prototype simply caching all SQL queries reading the database
|
||||
and trying to invalidate them when SQL queries modify the database.
|
||||
|
|
|
|||
Loading…
Reference in a new issue