David Farrington

Results 77 comments of David Farrington

Hmm, it should have worked with "user_avatar": "profile_image" Though this feature isn't used too often, and could do with better testing. The code you referenced should pull the given attribute...

I have worked on and merged in https://github.com/farridav/django-jazzmin/pull/338 are you able to install jazzmin from master `pip install https://github.com/farridav/django-jazzmin/archive/master.zip` and see if it fixes your problem ?

I think we fix this by ignoring the select that autocomplete light is using in main.js On a side note, unless your using autocomplete light for something advanced, or using...

If someone is able to tell me a CSS class that is applied to the select, we can add it here https://github.com/farridav/django-jazzmin/blob/master/jazzmin/static/jazzmin/js/change_form.js#L108 And this will stop us running select2 over...

Yeah, makes sense to me, if you want to get it in a Pull request, I'll get it reviewed and merged :) I think it's high time I added some...

Have you tried the fix from @MathiasKowoll ?

Sure, feel free to put your changes up in a PR, it'll need a couple more bits to it before getting it in, namely:- - Updates to the documentation -...

Usually we are able to provide support for 3rd party packages, even if they override the change list template. We will need to take a look at this, or if...

The fastest way for us to provide a fix in for this, is to do the following: 1. Fork the project and make a new branch 2. Integrate this 3rd...

1. No, currently nested groups are not supported. this would require additional work, if this PR adds value right now, id suggest we move forwards with it, and follow up...