David Farrington

Results 68 comments of David Farrington

That should be easy enough to fix, it must be a missing html attribute, did you want to have a crack at it ? If not, I think I'll be...

This is actually more involved than i anticipated, I can see that parts of the page do render as expected, and everything is RTL, but we have some CSS rules...

If you would like to make the necessary CSS and markup changes, I'll gladly review a pull request. Though I'm a little tired up with other projects at the moment,...

The customisation is only to generate the config, as we do not write anything to the database, you will need to hit the show code button in the bottom left...

That's entirely possible, I'm not sure about timeline mind .. maybe I'll take a stab this week..

Nope, it seems there is a bug, we are not adding the `target="_blank"` for links in the side menu, see https://github.com/farridav/django-jazzmin/blob/master/jazzmin/templates/admin/base.html#L223 We need to add a `{% if model.new_window %}target="_blank"{%...

When i look into the search and filter fields implementation, i feel like it needs reshuiffling, i think its drifted away from djangos implementation too much, to fix this issue,...

I'm afraid I'm finding it very difficult to put time in to this at the moment, so anybody that wants to add to the PR, and get it code complete,...

Thanks, I'm glad your enjoying using it. I'm finding it very difficult to spend time on this right now as I have alot going on, if you want to submit...

Sounds like an easy fix, I'll see if I can sort it tomorrow