Patrick Hintermayer

Results 78 comments of Patrick Hintermayer

> just adding docs and may be should be OK for now Since there might be a standalone backend in the future, I just added very basic docs, so people...

> Are you looking for autocomplete fields in inlines for foreign keys? This is already implemented in Django. > > https://github.com/unfoldadmin/formula/blob/main/src/formula/admin.py#L233 Thank you for pointing that out. I think we...

> Anyway, I was already looking at the optimisation of inlines and there two things which we can consider: > > 1. Adding pagination which is good BUT it will...

> I'm not sure if this performance issue is related to the Unfold or Django admin in general. I guess you would have same problems with default admin as well,...

We just checked our code and we actually found an issue with the overridden inline formset class which should limit the amount of objects an inline should display. If we...

Update: it does work, if I set `AXES_USERNAME_FORM_FIELD = "email"` Is it possible to check for `USERNAME_FIELD` so that you don't have to additionally set this?

Thank you for creating this issue. You also have to adjust the style-src and add unsafe-inline. With django-csp you have to ensure, that your settings look like this: ```python CSP_SCRIPT_SRC...

If there is a environment variable missing to use aS3 (like) storage in the future, then there should be a `AWS_S3_REQUEST_CHECKSUM_CALCULATION` setting in django-storages