Flask-WTF
E96624
Flask-WTF is a Flask extension that integrates WTForms to simplify web form creation, validation, and CSRF protection in Flask applications.
All labels observed (2)
How this entity was disambiguated
This entity first appeared as the object of triple T825408 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: Flask-WTF Context triple: [Flask, extensionEcosystem, Flask-WTF]
-
A.
Flask
Flask is a lightweight, flexible Python micro web framework designed for building web applications and APIs with minimal boilerplate.
-
B.
Flask
Flask is a minor but tough and pugnacious third mate aboard the whaling ship Pequod in Herman Melville’s novel "Moby-Dick."
-
C.
Django
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design for building secure, scalable web applications.
-
D.
FastAPI
FastAPI is a modern, high-performance Python framework for building APIs with automatic interactive documentation and type hint–driven validation.
-
E.
Windsor Framework
The Windsor Framework is a post-Brexit agreement between the UK and the EU that revises the Northern Ireland Protocol to ease trade frictions while preserving an open border on the island of Ireland.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: Flask-WTF Target entity description: Flask-WTF is a Flask extension that integrates WTForms to simplify web form creation, validation, and CSRF protection in Flask applications.
-
A.
Flask
Flask is a lightweight, flexible Python micro web framework designed for building web applications and APIs with minimal boilerplate.
-
B.
Flask
Flask is a minor but tough and pugnacious third mate aboard the whaling ship Pequod in Herman Melville’s novel "Moby-Dick."
-
C.
Django
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design for building secure, scalable web applications.
-
D.
FastAPI
FastAPI is a modern, high-performance Python framework for building APIs with automatic interactive documentation and type hint–driven validation.
-
E.
Windsor Framework
The Windsor Framework is a post-Brexit agreement between the UK and the EU that revises the Northern Ireland Protocol to ease trade frictions while preserving an open border on the island of Ireland.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Flask extension
ⓘ
Python software library ⓘ open-source software ⓘ |
| category |
form handling
ⓘ
security ⓘ web development ⓘ |
| compatibleWith | Flask applications ⓘ |
| configurationOption |
SECRET_KEY
ⓘ
WTF_CSRF_CHECK_DEFAULT ⓘ WTF_CSRF_ENABLED ⓘ WTF_CSRF_FIELD_NAME ⓘ WTF_CSRF_METHODS ⓘ WTF_CSRF_TIME_LIMIT ⓘ |
| documentation | https://flask-wtf.readthedocs.io ⓘ |
| ecosystem | Flask extensions ecosystem ⓘ |
| extends | WTForms Form class ⓘ |
| integratesWith |
Flask
ⓘ
WTForms ⓘ |
| license |
BSD license
ⓘ
surface form:
BSD License
|
| maintainer | WTForms project maintainers ⓘ |
| origin | built on top of WTForms for Flask integration ⓘ |
| programmingLanguage | Python ⓘ |
| providesClass |
Flask-WTF
self-linksurface differs
ⓘ
surface form:
FlaskForm
|
| providesFunctionality |
CSRF protection
ⓘ
file upload handling helpers ⓘ form creation ⓘ form validation ⓘ integration of WTForms with Flask request context ⓘ |
| purpose | simplify web form handling in Flask applications ⓘ |
| repository | https://github.com/wtforms/flask-wtf ⓘ |
| requires |
Flask
ⓘ
WTForms ⓘ Werkzeug ⓘ |
| securityFeature | CSRF protection middleware for forms ⓘ |
| supportsFeature |
CSRF tokens in forms
ⓘ
custom validators ⓘ file field validation ⓘ form rendering helpers ⓘ internationalization of error messages ⓘ reCAPTCHA field ⓘ |
| supportsFramework | Jinja2 templates via Flask ⓘ |
| supportsVersion | Python 3 ⓘ |
| typicalImportName | flask_wtf ⓘ |
| typicalUsagePattern | define form classes as Python classes and use them in Flask views ⓘ |
| usedBy | Python web developers ⓘ |
| usedFor |
building HTML forms in Flask
ⓘ
protecting Flask forms against CSRF attacks ⓘ validating user input in Flask views ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: Flask-WTF Description of subject: Flask-WTF is a Flask extension that integrates WTForms to simplify web form creation, validation, and CSRF protection in Flask applications.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.
this entity surface form:
FlaskForm