|
management
|
Fixes Python 3 compatibility.
|
2015-02-22 01:13:51 +01:00 |
|
__init__.py
|
Version 1.0.1.
|
2015-04-17 20:44:39 +02:00 |
|
api.py
|
Adds the invalidate_cachalot Django command.
|
2015-02-18 03:03:32 +01:00 |
|
cache.py
|
Replaces del dict[k] by dict.pop(k).
|
2014-11-24 18:41:35 +01:00 |
|
models.py
|
Adds a special cache for transactions.
|
2014-09-29 19:16:53 +02:00 |
|
monkey_patch.py
|
Small Python optimizations.
|
2015-01-03 06:38:16 +01:00 |
|
panels.py
|
Small fixes in the debug toolbar panel.
|
2014-12-09 03:17:59 +01:00 |
|
transaction.py
|
Small Python optimizations.
|
2015-01-03 06:38:16 +01:00 |