Enric Caumons
Enric Caumons
When using a "chained queryset" to do the pagination (obtained through `itertools.chain` method) the following exception is raised: `Exception Value: 'itertools.chain' object has no attribute '__getitem__'`. Is there an easy...
ModelForms referencing other Models through `ForeignKey` or `ManyToManyField` that have the field `ordering` in their `Meta` classes aren't ordered based on the active language. However, if you go to the...
When resizing an image that is not of jpeg type (e.g. png or gif), the resulting image is converted into jpeg, but the extension is maintained from the original. The...
The current implementation of `UUID` validator at https://github.com/wtforms/wtforms/blob/master/src/wtforms/validators.py#L520 assumes that field.data is of type `str`. However, `if field.data` is already an instance of `uuid.UUID` the validator fails with the following...
Since I upgraded to Alembic 1.13.1, SQLAlchemy 2.0.25, Flask-SQLAlchemy 3.1.1, Flask 3.0.0 and Python 3.12, everytime I run `flask db migrate` Alembic detects unexisting changes on indexes that use `to_tsvector()`...
Every time I try to add a new task in a task list the following error is shown at the bottom of the page: `An unexpected error occurred. If this...