Douglas Miranda

Results 34 comments of Douglas Miranda

I don't know, but what do you think about the [Chosen](http://harvesthq.github.io/chosen/) with an ajax call for retrieving the choices? I've been using, (but not for large many-to-many results yet), and...

:+1: for next/previous pagination, as proposed by @AndrewIngram

+1 for DJADMIN2_LOGENTRY_MODEL +1 for "Perhaps also allow for non-ORM records to be stored?" I'm thinking.. when extending the LogEntry, sometimes I'll have to override things like ModelHistoryView, model_history.html, history.html....

I'd agree with @gregmuellegger, but @sehmaschine has a point when saying that we cannot assume they use `noConflict`. I've researched a lot about this. And looks like, still, the best...

I've been seen a lot of discussion on it, in the foruns arround the web. I think when we want to change fields that aren't supposed to be editable (auto_now,...

``` $ snap install docui --classic error: snap "docui" not found ``` - https://snapcraft.io/search?q=docui

2e0db7ea9d733f7bf7f3a91770dc38db5ea8693d

Github Actions would be nice too.

I have worked with Minio before in other projects. I'm thinking it will be really nice to use Minio as the storage and then using something like [django-minio-storage](https://github.com/py-pa/django-minio-storage). - It...