-
### Bug description
When trying to access `superset` through the browser I get a 500 error and the logs say:
```
2024-06-18 10:45:34,669:WARNING:root:Class 'werkzeug.local.LocalProxy' is not mapped…
-
Patch_data ignores empty arrays. This becomes issue when trying to remove all elements from specific model, like in the example, remove all items from order. I think patch_data should be in this situa…
-
Hello,
stumbled upon problem with above mentioned tools and cannot get to output field label defined in a form using the simple template engine.
Lets have simple form defined as such (WTForms):
``…
-
I'm not sure if this bug is in `pylint`, `astroid` or `WTForms`. I am having trouble reproducing it with similar code to what is in `WTForms`.
### Steps to reproduce
1. Install `WTForms` and creat…
-
The current dependency for `Flask-SuperAdmin` is `Flask-WTF>=0.9` which itself install `wtforms >= 1.0.4`.
As for today, version for `Flask-WTF` is 0.11, and `wtforms` is 2.0.2.
The following model …
-
Wtforms has many default translations to display several error messages in many languages. The problem is that the language used is not based on navigator preferences or on the current locale We must …
-
I'm having issues validating a required IntegerField when the JSON value passed is 0:
``` python
import wtforms_json
wtforms_json.init()
from wtforms import Form, IntegerField
from wtforms.validator…
-
Running the example gives the following error.
```
$ python examples/sqla-custom-inline-forms/app.py
Traceback (most recent call last):
File "REDACTED\Documents\Python Scripts\flask-admin\exam…
-
When I try to post a new object with foreign key field that doesn't match to any object in the database, I get the same message, as when I don't pass this field at all:
```
{
"region": [
…
-
I got this type error: TypeError: BaseModelView.edit_view() got an unexpected keyword argument 'cls'
Thrown from [base.py](https://github.com/flask-admin/flask-admin/blob/896fca64f7eb7970bb5775c2c9…