GitHub / codeinthehole/django-cacheback issues and pull requests
#103 - made prev changes
Pull Request -
State: closed - Opened by raybittuiq about 1 year ago
#102 - Update tox config.
Pull Request -
State: closed - Opened by stephrdev over 2 years ago
#101 - Django cache thread-safe
Pull Request -
State: closed - Opened by iurisilvio almost 3 years ago
#100 - Optionally pass generated key over to async_refresh
Pull Request -
State: closed - Opened by el-chogo about 3 years ago
- 2 comments
#99 - Update test matrix
Pull Request -
State: closed - Opened by kevin-brown about 3 years ago
- 2 comments
#98 - Remove repeated `key()` method in API docs for Job
Pull Request -
State: closed - Opened by MrGeislinger over 3 years ago
#97 - [docs] Repeated `key()` method cacheback.base.Job class in API docs
Issue -
State: closed - Opened by MrGeislinger over 3 years ago
#96 - Fix ci
Pull Request -
State: closed - Opened by walison17 almost 4 years ago
- 1 comment
#95 - Escape refresh job for already fresh cache
Pull Request -
State: open - Opened by walison17 almost 4 years ago
- 4 comments
#94 - Specify rq queue when using django-cacheback[rq]
Issue -
State: closed - Opened by femiadebayo over 4 years ago
- 1 comment
#93 - Cleanup and improve codebase for development
Pull Request -
State: closed - Opened by stephrdev over 4 years ago
- 1 comment
#92 - Follow-up PR on #88 add ignore result flag
Pull Request -
State: closed - Opened by stephrdev almost 5 years ago
- 1 comment
#91 - Introduce the usage of black to keep code format clean
Issue -
State: closed - Opened by stephrdev almost 5 years ago
- 1 comment
#90 - Update development environment and pytest
Issue -
State: closed - Opened by stephrdev almost 5 years ago
#89 - [docs] Repeated `class cacheback.base.Job` in API docs
Issue -
State: closed - Opened by pandafy about 5 years ago
- 1 comment
#88 - Add CACHEBACK_CELERY_IGNORE_RESULT setting
Pull Request -
State: closed - Opened by chpmrc about 5 years ago
- 7 comments
#87 - Support for @method_decorator in Python 3.5 and later
Issue -
State: open - Opened by benwhalley about 5 years ago
- 2 comments
#86 - Remove unnecessary GET command from Job.delete
Pull Request -
State: closed - Opened by mudetz about 5 years ago
#85 - Django 3 compatibility
Pull Request -
State: closed - Opened by kennethlove over 5 years ago
- 1 comment
#84 - Support for Django 3.x?
Issue -
State: closed - Opened by kennethlove over 5 years ago
- 2 comments
#83 - Job.delete tries to fetch the item before deleting
Issue -
State: closed - Opened by mudetz over 5 years ago
- 1 comment
#82 - Scheduler for cache updates
Issue -
State: closed - Opened by slyapustin over 6 years ago
- 2 comments
#81 - Update Travis CI matrix
Pull Request -
State: closed - Opened by kevin-brown over 6 years ago
#80 - `cache_alias` option is not respected in FunctionJob and cacheback decorator
Issue -
State: open - Opened by Kobold almost 7 years ago
#79 - QuerySetJob always fails with - <model> is not JSON serializable
Issue -
State: closed - Opened by macolo about 7 years ago
- 1 comment
#78 - Django 2.0 support
Pull Request -
State: closed - Opened by lpomfrey over 7 years ago
- 4 comments
#77 - Wrong key getting generated kwargs
Issue -
State: closed - Opened by priyankvex over 7 years ago
- 2 comments
#76 - Bugfix in set method and adding raw_get method
Pull Request -
State: closed - Opened by thisisstephenbetts about 8 years ago
- 10 comments
#75 - test against django 1.11
Pull Request -
State: closed - Opened by thijstriemstra over 8 years ago
- 2 comments
#74 - Stale-while-error functionallity
Issue -
State: open - Opened by TBeijen over 8 years ago
- 5 comments
#73 - Bumping version number and changelog.
Pull Request -
State: closed - Opened by thisisstephenbetts over 8 years ago
#72 - Adding 'set' method to Job class
Pull Request -
State: closed - Opened by thisisstephenbetts over 8 years ago
- 3 comments
#71 - Cacheback templatetag
Issue -
State: open - Opened by mitchelljkotler over 8 years ago
- 3 comments
#70 - Create a cacheback template tag
Pull Request -
State: open - Opened by mitchelljkotler over 8 years ago
#69 - Enable selection of caches on a per-job basis.
Pull Request -
State: closed - Opened by Kobold over 8 years ago
- 6 comments
#68 - Refactored codebase, added Django 1.10 support
Pull Request -
State: closed - Opened by stephrdev over 8 years ago
- 2 comments
#67 - On branch cleanup, add compatibility to Django 1.10
Pull Request -
State: closed - Opened by fjsj almost 9 years ago
#66 - Django 1.10 compatibility
Pull Request -
State: closed - Opened by fjsj almost 9 years ago
- 2 comments
#65 - What's missing to support Django 1.10?
Issue -
State: closed - Opened by fjsj almost 9 years ago
- 7 comments
#64 - Wheels missing for 1.1
Issue -
State: closed - Opened by kevin-brown about 9 years ago
- 1 comment
#63 - Fix duplication of word exposes
Pull Request -
State: closed - Opened by ketanbhatt about 9 years ago
#62 - Issue 57
Pull Request -
State: closed - Opened by mdomans about 9 years ago
- 1 comment
#61 - get_or_create function added to querySetJob
Pull Request -
State: closed - Opened by shubham2892 about 9 years ago
- 1 comment
#60 - QuerySetJob cannot be queried using `get_or_create` method.
Issue -
State: open - Opened by shubham2892 about 9 years ago
- 3 comments
#59 - Improve compatibility to Django debug toolbar cache panel
Pull Request -
State: closed - Opened by lovemyliwu about 9 years ago
#58 - the WSGIRequest pickled failed when I use the decorator
Issue -
State: closed - Opened by o3o3o about 9 years ago
- 3 comments
#57 - Confusing results of to_bytestring method
Issue -
State: closed - Opened by mdomans about 9 years ago
- 4 comments
#56 - 'QuerySetFilterJob' object has no attribute 'filter'
Issue -
State: closed - Opened by o3o3o about 9 years ago
- 2 comments
#55 - Documentation builds fail
Issue -
State: closed - Opened by stephrdev about 9 years ago
#54 - Remove obsolete runtests.py.
Pull Request -
State: closed - Opened by Kobold about 9 years ago
- 1 comment
#53 - Having issues getting tests to run out of the box.
Pull Request -
State: closed - Opened by Kobold about 9 years ago
- 2 comments
#52 - Verify cache success if backend is Memcache
Pull Request -
State: closed - Opened by dinie over 9 years ago
- 1 comment
#51 - Fix headline
Pull Request -
State: closed - Opened by pomali over 9 years ago
#50 - Added py.test and more tests
Pull Request -
State: closed - Opened by stephrdev over 9 years ago
#49 - Refactor test suite to use py.test
Issue -
State: closed - Opened by stephrdev over 9 years ago
- 1 comment
#48 - Added Support for django-rq
Pull Request -
State: closed - Opened by stephrdev over 9 years ago
- 4 comments
#47 - django-rq Support
Issue -
State: closed - Opened by stephrdev over 9 years ago
#46 - Error on readme
Issue -
State: closed - Opened by AMongeMoreno over 9 years ago
- 1 comment
#45 - tests: tox: add py35 and django19
Pull Request -
State: closed - Opened by blueyed over 9 years ago
- 4 comments
#44 - Prepare v1.0
Pull Request -
State: closed - Opened by codeinthehole over 9 years ago
#43 - django 1.8 +, update setup.py, tests, fixed #41 and merged #42, #38
Pull Request -
State: closed - Opened by michaelkuty about 10 years ago
- 3 comments
#42 - Django 1.8 support
Pull Request -
State: closed - Opened by blag about 10 years ago
- 3 comments
#41 - RemovedInDjango19Warning: 'get_cache' is deprecated in favor of 'caches'
Issue -
State: closed - Opened by jgoclawski about 10 years ago
- 1 comment
#40 - Fix encoding of hashes to normalize between bytestring and unicode parameters.
Pull Request -
State: closed - Opened by jezdez over 10 years ago
- 1 comment
#39 - Fixed NameError introduced in e12e422d465d5c55871c2bdf46f8a8140ec7be1d
Pull Request -
State: closed - Opened by jezdez over 10 years ago
- 1 comment
#38 - Add multiple Django versions tests
Pull Request -
State: closed - Opened by coagulant over 10 years ago
- 2 comments
Labels: enhancement
#37 - @cacheback decorator and FunctionJob are incompatible with Celery's JSON serializer
Issue -
State: closed - Opened by chrisguidry over 10 years ago
- 7 comments
Labels: bug
#36 - Django 1.7 Support
Issue -
State: closed - Opened by ptwobrussell over 10 years ago
- 6 comments
#35 - Hooks for post-processing response of get()
Pull Request -
State: closed - Opened by alanjds over 10 years ago
- 7 comments
#34 - Option added to use non-default cache alias
Pull Request -
State: closed - Opened by alanjds over 10 years ago
- 2 comments
#33 - Use an MD5 hash to generate cache keys
Pull Request -
State: closed - Opened by codeinthehole over 10 years ago
- 2 comments
#32 - Consider adding support for other caches than default
Issue -
State: closed - Opened by lukmdo almost 11 years ago
#31 - Add job_class params in @cacheback decorator
Pull Request -
State: closed - Opened by lukmdo almost 11 years ago
- 1 comment
#30 - Remove global logging configuration override
Pull Request -
State: closed - Opened by yuvadm almost 11 years ago
- 3 comments
#29 - djcelery is a redundant dependency
Issue -
State: closed - Opened by yuvadm almost 11 years ago
- 4 comments
#28 - Generating cache keys doesn't work in python 3
Issue -
State: closed - Opened by pazur about 11 years ago
- 4 comments
#27 - Added PyPy to the build process
Pull Request -
State: closed - Opened by thedrow about 11 years ago
- 1 comment
#25 - Minor fix to install in Python3 enviroments
Pull Request -
State: closed - Opened by leobragatti over 11 years ago
- 1 comment
#24 - Tests passes on Python 3.3 and 3.4.
Pull Request -
State: closed - Opened by tomwys over 11 years ago
- 4 comments
#23 - Use "open" instead of "file".
Pull Request -
State: closed - Opened by tomwys over 11 years ago
- 2 comments
#22 - Python3 support.
Issue -
State: closed - Opened by tomwys over 11 years ago
#21 - Always include class_path when generating cache key
Pull Request -
State: closed - Opened by lukaslundgren over 11 years ago
#20 - Allow overriding options for refresh_cache.apply_async.
Pull Request -
State: closed - Opened by martinblech over 11 years ago
- 2 comments
#19 - Allow overriding options for refresh_cache.apply_async.
Pull Request -
State: closed - Opened by martinblech over 11 years ago
#18 - fixing docs typo
Pull Request -
State: closed - Opened by jacobh over 11 years ago
- 1 comment
#17 - Assign reference to the Job instance
Pull Request -
State: closed - Opened by martinblech almost 12 years ago
- 1 comment
#16 - python puppet module url + mock in reqs
Pull Request -
State: closed - Opened by Geekfish about 12 years ago
- 1 comment
#15 - Add docs on how to invalidate an item
Issue -
State: closed - Opened by codeinthehole over 12 years ago
#14 - Allow a hook so that an expired item is refreshed synchronously
Issue -
State: closed - Opened by codeinthehole over 12 years ago
#13 - Fix for 'No handlers could be found for logger "cacheback"' errors in web server logs
Pull Request -
State: closed - Opened by osg74 over 12 years ago
- 1 comment
#12 - Invalidate job when using the decorator
Issue -
State: closed - Opened by seanbell over 12 years ago
#11 - Allows django-cacheback to work with DummyCache for development
Pull Request -
State: closed - Opened by lsemel over 12 years ago
- 4 comments
#10 - Newbie problems -- would appreciate help!
Issue -
State: closed - Opened by ckcollab over 12 years ago
- 2 comments
#9 - Added invalidate method to be able to mark a job cache as invalid without deleting it completely
Pull Request -
State: closed - Opened by jezdez over 12 years ago
- 1 comment
#8 - Fixed a tuple unpack error when the cache is empty and fetch_on_miss is on
Pull Request -
State: closed - Opened by jezdez over 12 years ago
- 2 comments
#7 - Failure to update the cached value when async_refresh is called
Issue -
State: closed - Opened by jscn over 12 years ago
- 2 comments
#6 - Assumption that cached object has "length"
Issue -
State: closed - Opened by roberts81 over 12 years ago
- 2 comments
#5 - Possibility to get into perpetual "DEAD cache hit" - stale result state
Issue -
State: closed - Opened by roberts81 over 12 years ago
- 1 comment
#4 - Can this be used with celery 2.5?
Issue -
State: closed - Opened by lsemel over 12 years ago
- 8 comments
#3 - Informer template tag with cacheback
Issue -
State: closed - Opened by MikeVL over 12 years ago
- 3 comments