Mathias Kowoll

Results 11 comments of Mathias Kowoll

Is there any updates on Glimpse over ASP.NET Core 1.0.??

Exactly I modify de code of Django_q each time I update them so it can have the correct time for scheduling.

You could add the style attribute for the field on the form. For example. base_salary = forms.IntegerField( required=False, label='Salario Base', min_value=0, widget=forms.NumberInput(attrs={ 'style': 'width:25%' }) )

Try inspect if some library is not loading, I don't have any issues using latest version

@6sr indeed it works but if you have an inline it still shows duplicated when using inlines, I applied you solution and instead of using dal on inlines, I used...

I was able to fix the issue changing the following without applying previous fixes. It works with inlines too. I added the following class into the JavaScript [django-jazzmin/jazzmin/static/jazzmin/js/change_form.js](https://github.com/farridav/django-jazzmin/blob/e3f9d45183d58f78bf4c6793969490631a84681d/jazzmin/static/jazzmin/js/change_form.js#L116): change from...

@farridav what do you think about the solution above?

> 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...

@farridav created the PR, let me know if everything is ok