issues
search
django-cache-machine
/
django-cache-machine
Automatic caching and invalidation for Django models through the ORM.
https://cache-machine.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
876
stars
160
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Project still supported? Have some issue when creating new model item
#149
myrandor
opened
9 months ago
0
bulk_update problem
#148
spavlovich001
opened
1 year ago
0
Make it possible to specify current cache more easily
#147
djackson-exo-inc
opened
1 year ago
0
Supported Cache backends
#146
Finndersen
opened
1 year ago
0
Prepare for 1.2.0 release
#145
tobiasmcnulty
closed
2 years ago
0
docs: fix simple typo, condtions -> conditions
#144
timgates42
closed
2 years ago
0
Update to support Django 3.2
#143
Afani97
closed
2 years ago
1
Te 30191 update django cache machine to django3.2
#142
Oleh-py
closed
2 years ago
0
TE-30191 Replace library django-cache-machine
#141
Oleh-py
closed
3 years ago
0
update to django 3.1, remove python 2.7 support
#140
johanneswilm
closed
2 years ago
4
WIP-Tests working, services unavailable.
#139
JeremyGibson
closed
2 years ago
2
add the keys of many to many
#138
selbieh
opened
4 years ago
2
fix many to many flush keys
#137
selbieh
opened
4 years ago
1
Updated six imports for Django3
#136
adnantium
closed
2 years ago
2
REDIS_BACKEND with password
#135
euchi
opened
4 years ago
2
Fixes #133
#134
pasevin
opened
4 years ago
1
ImportError: cannot import name 'six' (Django3)
#133
pasevin
opened
4 years ago
3
Fix simple typo: tranfer -> transfer
#132
timgates42
closed
4 years ago
2
Small typo in docs/index.rst
#131
timgates42
closed
4 years ago
0
Django 2 support and Travis configuration fix
#130
wetneb
closed
5 years ago
1
Support Django 2.0
#129
JungleKim
closed
5 years ago
0
Broken with Django 2.0
#128
Eugeny
closed
5 years ago
1
Flushkey expansion fix
#127
dratchkov
opened
6 years ago
2
Add a unit test configuration for `django-redis`
#126
tobiasmcnulty
closed
7 years ago
2
Django 1.9, 1.10, and 1.11 upgrades
#125
vkurup
closed
7 years ago
20
RuntimeError: maximum recursion depth exceeded
#124
pikhovkin
closed
7 years ago
2
Django 1.10 Support
#123
andrewt82
closed
7 years ago
2
Best practice for schema migrations?
#122
kmjennison
opened
8 years ago
1
Syntax highlight commands in README
#121
blag
closed
7 years ago
4
Improve flush-list search by avoiding skipping too many cache-keys.
#120
EnTeQuAk
closed
5 years ago
7
add newer django & python to tox & travis
#119
tobiasmcnulty
closed
7 years ago
0
int() argument must be a string or a number, not 'object'
#118
onegreyonewhite
opened
8 years ago
2
cache manager mptt support
#117
realsby
closed
7 years ago
2
Exceptions thrown when running on Django 1.9 and queries involve `.values()` or `.values_list()`
#116
timdawborn
closed
7 years ago
6
Don't cache `values()` and `values_list()`
#115
timdawborn
closed
7 years ago
1
Add a unit test configuration for `django-redis`
#114
timdawborn
closed
7 years ago
1
Improves unit tests by using `self.assertX` instead of raw `assert`s
#113
timdawborn
closed
8 years ago
1
RFC: Cache arbitrary and m2m models
#112
blag
closed
7 years ago
3
Invalidate many-to-many-related models with the m2m_changed signal
#111
blag
closed
8 years ago
3
Using a custom name of a field in serializer raises TypeError Exception
#110
sacgup
closed
5 years ago
1
Slow invalidation performance
#109
dratchkov
opened
9 years ago
12
Failiing unpickling with memcache
#108
dratchkov
closed
9 years ago
2
Flush lists can be randomly deleted, leading to a stale cache
#107
BertrandBordage
closed
5 years ago
1
Do not expand keys which have have already been expanded
#106
dratchkov
closed
6 years ago
4
fix failed invalidation across databases when using replication
#105
tobiasmcnulty
closed
9 years ago
4
fix infinite caching for pre-Django 1.6; leave cache methods as-is for Django 1.6 and later
#104
tobiasmcnulty
closed
9 years ago
0
safely pickle CachingQuerySet.timeout when set to DEFAULT_TIMEOUT
#103
tobiasmcnulty
closed
9 years ago
0
Add support for invalidation after adding an object
#102
tobiasmcnulty
closed
9 years ago
0
Python 3 support
#101
tobiasmcnulty
closed
9 years ago
4
test showing broken parse_backend_uri. refs #92
#100
tobiasmcnulty
closed
9 years ago
0
Next