kai nagae

Results 18 issues of kai nagae

is it possible to add a custom field that will be included in query parameter for each request or some request similar to global filter with out having to add...

#### Unable to call mongo_aggregate Calling bellow code gives 'QuerySet' object has no attribute 'mongo_aggregate' ``` results=TickerHistory.objects.select_related("ticker").filter(ticker_symbol__in=tickers) aggregated_results=results.mongo_aggregate( [ { "$group": { "_id":"$date", "tickers":{ "$push":{ "symbol":"$ticker.symbol", "close":"$close" } } }...

Is it possible to use django ledger as base for accounting in other software and is there any documentation present for this purpose

enhancement

i have installed shuup but for some reason its not showing me any field related to multi languages like name or slug field in product type creation ![Screenshot 2020-09-19 222223](https://user-images.githubusercontent.com/43607374/93679032-b24bc480-fac6-11ea-8d1d-b439629be69a.jpg)...

I was thinking about using this in tom one of my next projects but was worried about its future is it going to skipped in favor of styled_widgets as one...