Exis
Exis
Gj, everyone. Just a quick question: is there a performance drawback if I simply do a prefetch_related on any FK fields in my model? Because I just tried `graphene-django-optimizer`, it...
> @jkimbo > Such query explosion should be avoided when possible without the user need to tediously configure a 3rd party library to avoid this (The [saleor PR] You are...
Coming from 4 years later, what is the issue status now?
> > There is a simpler way to access your Vue app from the outside. In your main.js prepend before `new Vue()`: > > ``` > > window.App = new...
Any progress after 1 year? :)
Hello, The above workaround (using a getter ) doesn't work for me, getting ``` Cannot set property xxxof # which has only a getter" ``` As a workaround I have...
My current workaround is as follows: manually create 'static/js/datatableview.min.js' put searchDelay below as follows: ```javascript options = $.extend({}, datatableview.defaults, opts, { "searchDelay": 400, "aaSorting": sorting_options, "aoColumns": column_options, ... ```
Bump ~ What is the management's plan on this :)