David Farrington

Results 77 comments of David Farrington

- Bump, any news on when this will go in ? Ive just upgraded my Django and this is failing as expected ...

Any movement on this ? I'm also wanting to document our OPTIONS endpoints .. Thanks

I'm happy for someone to get the work underway, and I can chip in where I can, but my time is very limited at the moment unfortunately, and I've not...

When I search and filter in the demo app it does appear to keep both query string parameters in the URL https://django-jazzmin.herokuapp.com/en-gb/admin/loans/bookloan/?status__exact=m&q=Test Do you not get the same? Or is...

It's quite difficult for me to get time on this project at the moment, though hopefully that will change in the next few months, in the meantime pull requests are...

That's odd, we have run through this in the user admin, perhaps there are some breakpoints we haven't catered for. I'll take a look and see what's happening, if I...

Which `changeform_format` are you using within your `JAZZMIN_SETTINGS` ? the default one `horizontal_tabs` ? or one of the others ? on a seperate note, I dont see fieldset classes coming...

This should be achievable using The actions_on_top / actions_on_bottom modeladmin properties, see: https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.actions Hopefully that helps

I'll take a look at this tonight, this seems like a really useful feature..

I'll have a think about it, perhaps we can add an "advanced use cases" into the docs, and allow full control over the menu by overriding a class path or...