Renato
Renato
Yeah, it sure would, that would be perfect! Em 23/05/2015 01:54, "Rahul Doshi" [email protected] escreveu: > @renatoch https://github.com/renatoch will it work if I provide a > configParam you can override...
Another option for a quick fix is to wrap the getString function in another function, and handle the key_not_found message returning the desired string and whatever other behavior needed.
Have the same issue. For reference @meesterguyman, in my case if I add the "add permission" to the inline object for the user (eg. MyModelInline, add permission "My Model Can...
Dirty "fix" that I adopted while this isn't correctly fixed: In `class MyModelAdmin`: ``` class MyModelAdmin(...): class Media: css = { 'all': ('css/admin_fix_sortable_inline.css',) } ``` File `admin_fix_sortable_inline.css` ``` .has_original.empty-form {...
Same problem here. VS 2017 with latest SpecFlow extension (2019.0.31.31805) Disabling project-wide analyzes (Tools | Options | SpecFlow) indeed shows colors, but then all "Go To Definitions" are lost, which...