mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-09 13:14:44 +00:00
Version 0.7.0.
This commit is contained in:
parent
941ef625fc
commit
cf35965466
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
What’s new in django-cachalot?
|
||||
==============================
|
||||
|
||||
0.7.0
|
||||
-----
|
||||
|
||||
- Adds thread-safety
|
||||
- Optimizes the amount of cache queries during transaction
|
||||
|
||||
0.6.0
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
from .settings import cachalot_settings
|
||||
|
||||
__version__ = (0, 6, 0, 'post')
|
||||
__version__ = (0, 7, 0)
|
||||
version_string = '.'.join(str(n) for n in __version__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue