Fábio C. Barrionuevo da Luz

Results 174 comments of Fábio C. Barrionuevo da Luz

@browniebroke I agree that it will make maintenance more difficult than it already is. I'm -1 to this change

Thanks for opening this, this is exactly the same question I have. Currently, I am getting the following warning: ```python /usr/local/lib/python3.7/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: is not compatible with schema generation ``` And...

@JPilarr Thank you for reporting a possible issue. However, you did not provide the minimum information necessary for us to be able to try to reproduce the problem minimally.

@browniebroke I've been using this lib in production and with the recent change in how Sentry charges things, one of the pending tasks for my team is to exclude any...

I am in favor of this patch. The field 'alt' as I know it would be an alternative representation of that field, usually text. Many screen readers for the visually...

I don't know if it makes anything easier, but `ruff` currently supports some output formats, such as `github` and `json` https://docs.astral.sh/ruff/settings/#output-format ```bash $ ruff check --output-format github . ::error title=Ruff...

@hhatto Do you have any thoughts?

@abourget put the information that you need collaborators in README.rst Something like: This project needs collaborators, if you use this project and would like to keep things updated, please contact...

> Ideally there would be some magic for "saving" the post request, and then re-submitting it on successful auth [SessionWizardView](https://github.com/django/django-formtools/blob/2.0/formtools/wizard/views.py#L595-L599) of django-formtools, Implements a similar functionality to [persist data](https://github.com/django/django-formtools/blob/2.0/formtools/wizard/storage/session.py#L4-L19) between...