Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CaffeineFusion
/
flask
Public
forked from
pallets/flask
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
appdispatch-docs
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 15, 2011
Enable deprecation warnings
mitsuhiko
committed
97efffa
View commit details
Copy full SHA for 97efffa
Browse repository at this point
Improved wording
mitsuhiko
committed
43cf3f3
View commit details
Copy full SHA for 43cf3f3
Browse repository at this point
Commits on Mar 14, 2011
Updated appdispatch pattern
mitsuhiko
committed
60de3f2
View commit details
Copy full SHA for 60de3f2
Browse repository at this point
Started work on app dispatch docs
mitsuhiko
committed
45b97d1
View commit details
Copy full SHA for 45b97d1
Browse repository at this point
Open the session after the request context is pushed on the stack instead of in the constructor. This allows you to access the request context in a custom open_session method.
Show description for b3fc9eb
mvantellingen
authored and
mitsuhiko
committed
b3fc9eb
View commit details
Copy full SHA for b3fc9eb
Browse repository at this point
Fixed some small typos in the documentation.
Show description for da00160
Sam Anderson
authored and
mitsuhiko
committed
da00160
View commit details
Copy full SHA for da00160
Browse repository at this point
fixing cross-referenced links on jquery patterns page
matt swanson
committed
5764f3a
View commit details
Copy full SHA for 5764f3a
Browse repository at this point
fixing cross-referenced links on quickstart page
matt swanson
committed
15ae224
View commit details
Copy full SHA for 15ae224
Browse repository at this point
fixing cross-referenced links on fileupload patterns page
matt swanson
committed
4046d3b
View commit details
Copy full SHA for 4046d3b
Browse repository at this point
fixing cross-referenced links on testing page
matt swanson
committed
6bdde49
View commit details
Copy full SHA for 6bdde49
Browse repository at this point
fixing cross-reference links on API doc page
matt swanson
committed
4141afa
View commit details
Copy full SHA for 4141afa
Browse repository at this point
Commits on Feb 21, 2011
added create_jinja_loader
mitsuhiko
committed
00c5b7a
View commit details
Copy full SHA for 00c5b7a
Browse repository at this point
Link to issue tracker
Show description for b49de85
baijum
authored and
mitsuhiko
committed
b49de85
View commit details
Copy full SHA for b49de85
Browse repository at this point
Commits on Feb 17, 2011
Fixing a word usage issue in docs.
Show description for 1643e5c
Sean Reifschneider
authored and
mitsuhiko
committed
1643e5c
View commit details
Copy full SHA for 1643e5c
Browse repository at this point
Updated 'declarative' link in docs/patterns/sqlalchemy.rst
Show description for 09a06ab
Jerry Baker
authored and
mitsuhiko
committed
09a06ab
View commit details
Copy full SHA for 09a06ab
Browse repository at this point
Commits on Feb 10, 2011
Fixed a terrible wrong part in the module documentation
mitsuhiko
committed
8ed051d
View commit details
Copy full SHA for 8ed051d
Browse repository at this point
Commits on Feb 6, 2011
Fixed line numbers for flask pdf
mitsuhiko
committed
6562f2e
View commit details
Copy full SHA for 6562f2e
Browse repository at this point
Commits on Feb 5, 2011
Do not use Date, use Last-Modified. This fixes #164
mitsuhiko
committed
0bf777e
View commit details
Copy full SHA for 0bf777e
Browse repository at this point
updated docs on FastCGI deployment with Lighty
Show description for 94f90bc
fmw
authored and
mitsuhiko
committed
94f90bc
View commit details
Copy full SHA for 94f90bc
Browse repository at this point
Commits on Jan 24, 2011
No reference for favicon
mitsuhiko
committed
4228d72
View commit details
Copy full SHA for 4228d72
Browse repository at this point
Added changelog entry and entry into authors file
mitsuhiko
committed
785e94b
View commit details
Copy full SHA for 785e94b
Browse repository at this point
Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing.
Show description for b0ca7e5
mvantellingen
authored and
mitsuhiko
committed
b0ca7e5
View commit details
Copy full SHA for b0ca7e5
Browse repository at this point
Add unittests for the endpoint decorator
Show description for 8a73097
mvantellingen
authored and
mitsuhiko
committed
8a73097
View commit details
Copy full SHA for 8a73097
Browse repository at this point
Commits on Jan 20, 2011
Typo in docs
Show description for 384ad21
dag
authored and
mitsuhiko
committed
384ad21
View commit details
Copy full SHA for 384ad21
Browse repository at this point
Fix typo in send_file docs
Show description for 4a45345
dag
authored and
mitsuhiko
committed
4a45345
View commit details
Copy full SHA for 4a45345
Browse repository at this point
Pattern documentation for favicons
Show description for 7afd49c
dag
authored and
mitsuhiko
committed
7afd49c
View commit details
Copy full SHA for 7afd49c
Browse repository at this point
Commits on Jan 16, 2011
Flask no longer internally depends on rules being added through the add_url_rule function
mitsuhiko
committed
99be2ec
View commit details
Copy full SHA for 99be2ec
Browse repository at this point
Fixed 'schemal' doc typo.
Show description for 07688d7
fidlej
authored and
mitsuhiko
committed
07688d7
View commit details
Copy full SHA for 07688d7
Browse repository at this point
Commits on Jan 13, 2011
We do not support 2.4, not even with CGI :)
mitsuhiko
committed
402f12b
View commit details
Copy full SHA for 402f12b
Browse repository at this point
Improved documentation for model registration
mitsuhiko
committed
24c1713
View commit details
Copy full SHA for 24c1713
Browse repository at this point
Commits on Jan 7, 2011
fix subdomain for static rule on registering module
Show description for 9ae4eba
dgerber
authored and
mitsuhiko
committed
9ae4eba
View commit details
Copy full SHA for 9ae4eba
Browse repository at this point
Commits on Dec 31, 2010
Released 0.6.1
Show description for 4c76607
mitsuhiko
committed
4c76607
View commit details
Copy full SHA for 4c76607
Browse repository at this point
Commits on Dec 23, 2010
Added testcase for an issue that may exist on windows
mitsuhiko
committed
11c66be
View commit details
Copy full SHA for 11c66be
Browse repository at this point
Documented security fix in changelog
mitsuhiko
committed
b92120b
View commit details
Copy full SHA for b92120b
Browse repository at this point
Make sure that windows servers do not allow downloading arbitrary files
mitsuhiko
committed
ed70b42
View commit details
Copy full SHA for ed70b42
Browse repository at this point
Previous
Next
You can’t perform that action at this time.