Results 4 issues of Alen Piljic

Hello. In django 1.6 and django 1.7 with django-generic-aggregation 0.3.2 I used to do something like: ``` item_qs = Item.objects.all() qs = generic_annotate(item_qs, Recommendation.objects.all(), Avg("recommendations__recommend")) qs = qs.filter(score__gt=0) ``` In...

Hello. Is anyone using DAL in combination with other widgets in the same form? I have a form in which I use https://pypi.org/project/django-s3-upload/ for image upload. Now, when I try...

From the documentation... > It's not necessary, but you might also choose to add 'fastsitemaps' to your INSTALLED_APPS just to remind and inform yourself and your buddies that you're using...

Hello, I experienced the following bug: **Context** ``` dash-1.20.0 dash-core-components-1.16.0 dash-html-components-1.1.3 dash-renderer-1.9.1 dash-table-4.11.3 ``` **Bug** I made a dash app with multiple graphs and tabs. I defined the height of...

bug
P3