David Lord
1e5746bb2b
persona is discontinued, remove example
...
closes #1947
9 years ago
Kyle Lawlor
17d4cb3828
Address #1902 : Converts example/flaskr to have a setup.py ( #1945 )
...
* Converts example/flaskr to have a setup.py
Makes the flaskr app easier to run, ex. workflow:
- pip install --editable .
- export FLASK_APP=flaskr.flaskr
- flask initdb
- flask run
Testing is also easier now:
- python setup.py test
* Fixed an import error in flaskr/tests
- the statement `import flaskr` caused errors in python3
- `from . import flaskr` fixes the issue in 2.7.11 and 3.5.1
* Better project structure and updates the docs
- Re-factors *flaskr*'s project structure a bit
- Updates docs to make sense with the new structure
- Adds a new step about installing Flask apps with setuptools
- Switches first-person style writing to second-person (reads better IMO)
- Adds segments in *testing.rst* for running tests with setuptools
* Remove __init__.py from tests
- py.test recommends not using __init__.py
* Fix testing import errors
9 years ago
Sudheer Satyanarayana
1ffd07ff5a
Fix small typo in python3 docs
...
Add missing 'be'
9 years ago
Markus Unterwaditzer
6e46d0cd39
Fix PyPy3 support and add bug references
...
Fix #1841
9 years ago
Markus Unterwaditzer
724f04d305
This is 0.11.2-dev
9 years ago
Markus Unterwaditzer
d1d82ca8ce
Bump version to 0.11.1
9 years ago
Markus Unterwaditzer
2bde2065e6
Changelog for #1872
9 years ago
Josiah Philipsen
41e08f4ccd
fixed unmatched elif
...
Also update relevant test
9 years ago
Markus Unterwaditzer
f91aea2aa0
quickstart: Remove reference to `python hello.py`
...
Fix #1826
9 years ago
Armin Ronacher
b23cd61e04
This is 0.12-dev
9 years ago
Armin Ronacher
13e6a01ac8
Bump version number to 0.11
9 years ago
Armin Ronacher
1eccb62965
Do not bump version in setup.py
9 years ago
Armin Ronacher
0e06302c79
Release is near
9 years ago
Armin Ronacher
e83d608d7d
Merge pull request #1823 from pallets/feature/sentry-docs
...
Added sentry to docs
9 years ago
Armin Ronacher
42b7ab3f49
Incorporated ThiefMaster's suggestions for docs
9 years ago
Armin Ronacher
3e651e795a
Added sentry to docs
9 years ago
Armin Ronacher
8d7e7aab31
Merge pull request #1822 from pallets/bugfix/better-pop
...
Improve application context popping
9 years ago
Armin Ronacher
c73cf0f82e
Merge pull request #1821 from pallets/feature/plugin-cli
...
Added plugin support to the cli
9 years ago
Armin Ronacher
b13e83a2f2
Merge pull request #1813 from pallets/bugfix/scheme
...
Resolve state issue for url_for with forced scheme
9 years ago
Armin Ronacher
8482ce6b8c
Improve application context popping
...
Exceptions during teardown handling will no longer leave application
contexts lingering around. This fixes #1767
9 years ago
Armin Ronacher
87787b130b
Merge pull request #1814 from pallets/feature/faster-template-loading
...
Fast path for disabled template load explain.
9 years ago
Armin Ronacher
9594876c1f
Added plugin support to the cli
9 years ago
Armin Ronacher
21d595bee7
Change changelog to 0.11
9 years ago
Armin Ronacher
f9ea3fe026
1.0 -> 0.11 in the docs
9 years ago
Armin Ronacher
1df426aaaa
More doc updates for FLASK_APP
9 years ago
Armin Ronacher
a7d829c618
Update docs to the new CLI patterns
9 years ago
Armin Ronacher
523e271183
Implemented simplified CLI interface
9 years ago
dataforger
92f63a1c1d
fix docstring ( #1818 )
...
change string to docstring
9 years ago
ThiefMaster
c5900a1adf
s/1.0/0.11/ in versionadded/versionchanged markers
...
closes #1817
9 years ago
Thomas Sanjurjo
bdbca923ef
Addressing Issue 1809 ( #1811 )
...
document kwargs for Flask.register_blueprint
9 years ago
Armin Ronacher
96ec24f6e0
Fast path for disabled template load explain.
9 years ago
Armin Ronacher
6aee9f6d77
Resolve state issue for url_for with forced scheme
...
This fixes #1596
9 years ago
Armin Ronacher
883cb7cedc
Always run gc before leak test
9 years ago
Frédéric Chapoton
c810fae9e8
turn 2 prints to py2/py3 compatible syntax ( #1812 )
9 years ago
Jannis Leidel
88500f5cc7
Forward ported CLI tests from Flask-CLI and fixed a bug with the CLI's name. ( #1806 )
...
* Forward port the CLI tests from Flask-CLI.
* Make sure the parameter passed to the CLI's AppGroup is the app's name, not the app itself.
9 years ago
Ronny Pfannschmidt
8011e1de28
Merge pull request #1801 from ben4ever/fix_doc_with_formatting
...
Fix "with" formatting in doc
9 years ago
Benjamin Dopplinger
9f4c569c83
Fix "with" formatting in doc
9 years ago
Markus Unterwaditzer
e8bd2c9202
Merge pull request #1795 from cgoldberg/update-docs-setuptools
...
update docs and refer to setuptools
9 years ago
Stefan Wójcik
e45e17c490
fix a grammar mistake ( #1798 )
9 years ago
Corey Goldberg
28b36f642d
removed references to easy_install
9 years ago
Miguel Grinberg
de25e98f91
minor rewording of get_json documentation for clarity ( #1781 )
9 years ago
Corey Goldberg
1cc9ccfc67
update docs and refer to setuptools
9 years ago
David Lord
317d60307d
fix some warnings while building docs
9 years ago
Daniel Quinn
be2abd2926
Fix typo (thing --> things)
9 years ago
Steven Loria
2bf477cfea
Add JSONIFY_MIMETYPE configuration variable ( #1728 )
...
Allow jsonify responses' mimetype to be configured
9 years ago
Adrian
0690ce18c2
Correct spelling for Stack Overflow
9 years ago
Daniel Quinn
740c42217c
The comment didn't make any sense ( #1777 )
...
Fix doc comment for View.methods
9 years ago
Jeff Widman
90181dd8b5
Merge pull request #1771 from jeffwidman/master
...
Remove dotCloud host instructions
9 years ago
Jeff Widman
8c595f1eba
Remove dotCloud host instructions
...
dotCloud is no more; their parent company went bankrupt
9 years ago
Winston Kouch
594d1c5eb2
Add note to not use plain text passwords to views.rst
9 years ago