Frankie Dintino

Results 135 comments of Frankie Dintino

I think I'll need a bit more detail before I'm able to help you. A stripped down example of your models.py and admin.py, for instance

Have you tried using a non-default database? I don't see a reason why it wouldn't work.

Thanks for the detailed reply. I'll look into this.

Does your position field have a default value or is it `null=True`? If it doesn't have a default value, try setting `default=0`.

There are some django version templatetag filters defined in `nested_admin.templatetags`. You could implement conditional logic in the template with something like: ```jinja2 {% load django_version_gte from nested_admin %} {% if...

Okay, no rush...I wouldn't be able to respond until the new year anyway. Thanks!

Thanks for the bug report. Could you post a simplified example of how you're using filebrowser inside an inline, so I can write a regression test for this?

We're currently in the process of upgrading to python 3 and the latest django LTS release for all of our django installs. It should be completed soon (some time in...

@ulgens All of our systems will be upgraded to python 3.7+ and django 2.2 by this summer, if not sooner. The reason it's taking a while is that the upgrade...

Sorry, by "we" I meant "The Atlantic." I take your point, but I'm not sure I agree that a few `if django.VERSION < (X, Y)` conditional blocks and `six` functions...