David Farrington
David Farrington
I've got a building list of things to take care of here, and my other maintainer is currently unavailable, so it's been tricky getting it all done, along with my...
Yes this is still definitely something I want to get to, I'll try to set some time asides over the next couple of weeks to get it finished off, it's...
This is going to require some input from someone other than myself I'm afraid. As always, I'm more than happy to review the finished implementation, and do a little QA....
Are you able to change the source code of the installed jazzmin package to test something out? ``` diff --git a/jazzmin/templates/admin/base.html b/jazzmin/templates/admin/base.html index 845d766..98a6e78 100644 --- a/jazzmin/templates/admin/base.html +++ b/jazzmin/templates/admin/base.html @@...
We had a stab at this once, but it never came to anything. There is something in adminlte we could use here.. https://adminlte.io/themes/v3/pages/forms/advanced.html under bootstrap duallistbox. Even though jazzyness is...
For sure ! Just make sure when providing support for other apps, (or adding any code for that matter) that we keep overrides and new code to the minimum required,...
Im afraid im struggling to reproduce this issue, we can add the ` form-row` class in to ensure this functionality works as expected, but given I havent been able to...
Any chance of a rebase @nvjoshi2 (presuming thats the reason this has not moved forwards)
Thanks for looking into this for me, its a shame.. I'm trying to switch over from sqlmodel to pydbantic, to do away with all the sqlalchemy connection handling and boilerplate,...
Im told that support is now available for this in the databases library, see https://github.com/encode/databases/pull/561 Though i dont think pydbantic passes through the values that we need to pass through...