forked from orbit-oss/flask
Record blueprint registration order.
This commit is contained in:
parent
750ab16364
commit
c09a4317e4
3 changed files with 14 additions and 3 deletions
3
CHANGES
3
CHANGES
|
|
@ -44,6 +44,9 @@ Version 1.0
|
|||
- Added the ``EXPLAIN_TEMPLATE_LOADING`` config flag which when enabled will
|
||||
instruct Flask to explain how it locates templates. This should help
|
||||
users debug when the wrong templates are loaded.
|
||||
- Enforce blueprint handling in the order they were registered for template
|
||||
loading.
|
||||
|
||||
|
||||
Version 0.10.2
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue