mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
829 B
33 lines
829 B
**This issue tracker is a tool to address bugs in Flask itself. |
|
Please use the #pocoo IRC channel on freenode or Stack Overflow for general |
|
questions about using Jinja or issues not related to Jinja.** |
|
|
|
If you'd like to report a bug in Flask, fill out the template below. Provide |
|
any any extra information that may be useful / related to your problem. |
|
Ideally, create an [MCVE](http://stackoverflow.com/help/mcve), which helps us |
|
understand the problem and helps check that it is not caused by something in |
|
your code. |
|
|
|
--- |
|
|
|
### Expected Behavior |
|
|
|
Tell us what should happen. |
|
|
|
```python |
|
Paste a minimal example that causes the problem. |
|
``` |
|
|
|
### Actual Behavior |
|
|
|
Tell us what happens instead. |
|
|
|
```pytb |
|
Paste the full traceback if there was an exception. |
|
``` |
|
|
|
### Environment |
|
|
|
* Python version: |
|
* Flask version: |
|
* Werkzeug version:
|
|
|