mmcardle
mmcardle
Hi @dgleba Thanks for the feedback, do you mean the order of the fields in the UI, or the order in the `models.py` output, or both? :)
👍 Great i will see what i can do.
There was a bug in the ordering logic, it should be fixed now. The ordering should be: 1. Models with no parents (ordered lexicographically) 2. Models **with** parents (ordered lexicographically)...
I will take a look, Thanks!
HI, Thanks for the feedback. Do you have a small example models.py you could share? Thanks
Hi @darkpixel Are these models you have imported from a models.py file? The imported models are not attached to particular project so they persist, they can be deleted from the...
Ah yes I see how that could be frustrating. To be honest I have only imported around 5 models max to test. The flow is meant to be -> *...
That makes total sense, and would tidy up the UI quite a bit.
@darkpixel this should now be fixed, there is an `Upload` button when adding a model to an app.
@darkpixel Agreed and done.