Andy Babic
Andy Babic
@gasman / @RealOrangeOne I have scaled this back somewhat, so that `get_for_language()` works exactly as it did before (where most issues would be likely to occur), and caching only applies...
Abandoning this due to lack of interest. Feeling like threadlocals might be a decent alternative (following in the footsteps of #10018), so may resubmit again at a later time.
@gasman Although labelled 'Modeladmin', I think this is more just a general 'edit_handler' issue. If there were a `ReadOnlyFieldPanel` that would work in edit_handler/panel definitions, and was handled correctly in...
@ecolss there is a pull-request to do exactly that #6067. However, the submitter hasn't responded to feedback on the PR just yet.
Hi @donhauser, Thank you for posting your code above. While I don't want to rule that approach out (if developers really do want an input with a `disabled` attribute, there's...
Hi @donhauser, Firstly, I would say that rendering an input for a model field with a `disabled` attribute isn't _really_ what developers want in the majority of cases, as it...
> One thing that comes to my mind to solve this is to swap out disabled by readonly on a widget label (the backend form field must remain disabled) I'm...
@lb- sure thing! Sorry about that. I wish github would make the option far more obvious (e.g. Just after the title). I don't think it's even visible at all when...
All great additions! Much appreciated @lb- :)
A nice additional touch here would be to have `AddView` and `EditView` both pick up the `collection_id` from the URL and redirect back to a collection-filtered listing once the item...