You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to share feedback for further improvement:
Allow for "default" fields that need to be shown in the list view. In my situation, not all fields are required to be shown in the list view, only when the detailed view is clicked they should be shown;
Make default filters set - Similarly to the above one, default filters will be very useful, accomplishing the same thing as not showing not needed data;
Unnecessary JS - There are a couple of places where JS is used to load data as well as certain fields. This makes it a bit more complex to read/understand than feeding the data in the actual Python template. e.g. The heading for the model name on the top of the page is configured with JS, but it's provided in the context of the view anyways, so a simple {{model_name}} will accomplish the same thing.
The text was updated successfully, but these errors were encountered:
One more thing I'd like to add:
It seems that currently there is no support for models which have foreign key (the fields that are foreign keys are not to be found on the form when adding/editing an entry).
I would like to share feedback for further improvement:
The text was updated successfully, but these errors were encountered: