Tagged Questions
2
votes
3answers
303 views
django-photologue upload_to
I have been playing around with django-photologue for a while, and find this a great alternative to all other image handlings apps out there.
One thing though, I also use django-cumulus to push my ...
0
votes
2answers
706 views
Django: remove GROUP BY added with extra() method?
Hi (excuse me for my bad english) !
When I make this:
gallery_qs = Gallery.objects.all()\
.annotate(Count('photos'))\
.extra(select={'photo_id': ...