issues
search
jmoiron
/
johnny-cache
johnny cache django caching framework
MIT License
304
stars
83
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump django from 1.4 to 2.2.24 in /docs
#78
dependabot[bot]
opened
3 years ago
0
Bump django from 1.4 to 1.11.29 in /docs
#77
dependabot[bot]
closed
3 years ago
1
docs: Fix simple typo, sould -> should
#76
timgates42
opened
4 years ago
0
Bump django from 1.4 to 1.11.28 in /docs
#75
dependabot[bot]
closed
4 years ago
1
Bump django from 1.4 to 1.11.23 in /docs
#74
dependabot[bot]
closed
4 years ago
1
ORA-22922: nonexistent LOB value during loading of data in a transaction
#73
erny
opened
5 years ago
0
is still alive the project?
#72
Allan-Nava
opened
6 years ago
4
Informs users that the project is no longer maintained.
#71
BertrandBordage
opened
9 years ago
0
Django 1.8 no longer has the SqlDateCompiler
#70
karthikbgl
opened
9 years ago
1
SqlDateCompiler is removed in django 1.8
#69
karthikbgl
opened
9 years ago
1
Add support of compiler proxies, such the one in the django-postman app
#68
psam44
closed
5 months ago
2
SECRET_KEY published
#67
adewes
closed
9 years ago
0
SECRET_KEY published
#66
adewes
closed
9 years ago
2
Use sets rather than lists when getting tables for query.
#65
radicalbiscuit
closed
9 years ago
2
Added support for compiler proxies
#64
affan2
opened
10 years ago
1
johnny cache 1.4 in Django 1.6 does not work?
#63
diegoug
closed
10 years ago
1
Bump release?
#62
Tatsh
closed
10 years ago
1
When table(s) are in blacklist don't convert iterator to list - issue with cx_Oracle LOB columns
#61
trebor74hr
opened
10 years ago
1
Travis CI version bumps
#60
gdub
closed
10 years ago
5
Added testing compatibility with Oracle's mysql-connector-python (and other backends not packaged within Django)
#59
gdub
closed
10 years ago
1
Add option for disabling cache on COUNT queries.
#58
tzenderman
opened
10 years ago
0
COUNT queries are not consistent
#57
tzenderman
opened
10 years ago
0
When either MAN_IN_BLACKLIST or JOHNNY_TABLE_BLACKLIST is a tuple django crashes.
#56
ydaniv
closed
10 years ago
0
return cache keys for a given queryset
#55
orlando
opened
10 years ago
0
django 1.6 admin saving
#54
vishen
opened
10 years ago
3
fixes bitbucket 40 issue. Added support of compiler proxies, such the one in the django-postman
#53
pcaro
opened
10 years ago
0
If queryset.exists() returns False the query won't be cached.
#52
thoslin
closed
10 years ago
1
Python 3 support, Travis CI & a few modernisations
#51
BertrandBordage
closed
10 years ago
11
Don't return the wrong cached value if parameters happen to be prefixes
#50
Wilfred
opened
10 years ago
0
Never cache the South migrations table.
#49
Wilfred
closed
10 years ago
1
johnny-cache django 1.3.1 with postgresql view: slow view is not being cached
#48
holisticode
opened
10 years ago
3
Always ignore south_migrationhistory
#47
Wilfred
closed
10 years ago
0
Fixes #45 by by restricting the list of tables returned to minimum neede...
#46
rh0dium
closed
5 years ago
2
get_tables_for_query incorrectly allows tables to grow exponentially.
#45
rh0dium
closed
9 years ago
0
Leaving settings.py and manage.py in the top level may cause issues with unresolved paths
#44
rh0dium
opened
10 years ago
0
Is Johnny Cache compatible with PostgreSQL autocommit?
#43
AudriusButkevicius
closed
10 years ago
5
Update in Pypi?
#42
danigosa
opened
10 years ago
5
multi table optimisation
#41
dgym
opened
10 years ago
1
Django 1.6 support
#40
ebrelsford
opened
10 years ago
29
Implications with south migration
#39
tsailiming
opened
11 years ago
4
utils.celery_enable_all still needed with cache.enable() ?
#38
tsailiming
opened
11 years ago
2
Globally enabling Johnny Cache in __init__.py causes error with syncdb
#37
radiosilence
closed
11 years ago
3
Fix for Django 1.6 and AttributeError: 'Query' object has no attribute 'ordering_aliases'
#36
shalakhin
closed
10 years ago
2
Tests for bugfixes provided in PRs # 33 and #34
#35
ashald
opened
11 years ago
0
Fixed bug that caused KeyError in _commit_all_savepoints
#34
ashald
closed
11 years ago
3
Fixed bug in LocalStoreClearMiddleware.process_exception
#33
ashald
closed
11 years ago
1
fixes jmoiron/johnny-cache#31
#32
natethelen
opened
11 years ago
0
TransactionManager._flush not working when using JOHNNY_CACHE_KEY in settings.DATABASES
#31
natethelen
opened
11 years ago
0
Transaction savepoint creation failure - issue 69 on bitbucket
#30
leetrout
opened
11 years ago
3
(Django>=1.6) AttributeError: 'Query' object has no attribute 'ordering_aliases'
#29
karanlyons
opened
11 years ago
2
Next