Re: Django Smart Selects - What does 'models world readable' mean??

2017-07-02 Thread Jani Tiainen
It means that there are no permission checks implied on models - so data you expose to select fields are readable by anyone for example by using curl tool. 2.7.2017 7.16 ip. "Mark Phillips" kirjoitti: > I need to chain some select boxes in my admin forms to make data input > less error-prone and

Django Smart Selects - What does 'models world readable' mean??

2017-07-02 Thread Mark Phillips
I need to chain some select boxes in my admin forms to make data input less error-prone and easier. There are quite a few projects like django-smart-selects out there, but django-smart-selects seems to be quite easy to implement. However, I don't understand the implications of the warning for djang