Re: Add a "humanized" widget for DurationField in admin interface

2020-02-25 Thread Adam Johnson
Hi Artem I've used such a widget on a project. There's a third party package that implements such a custom widget: https://github.com/devangpadhiyar/django-durationwidget . However on the project we found it's a bit immature and forked it internally (with some customizations). I think I'd like to

Add a "humanized" widget for DurationField in admin interface

2020-02-22 Thread Artem Hruzd
In multiple projects I faced with issue to make a duration field easy for use for Admin users. I always back to custom solution and added simply 4 fields: I found an open ticket with the same pr