David Lord
ff0c92a1c7
Merge branch '1.0.x'
2019-06-23 16:57:52 -07:00
David Lord
363741ec69
fix docks linkcheck
2019-06-23 15:37:51 -07:00
David Lord
3ab901146c
reword api error section
2019-06-12 11:02:53 -07:00
Logan Wright
bd6111273b
adds api error handling documentation
2019-06-12 10:54:12 -07:00
Jon S. Stumpf
8577b347a7
add pre-commit config for flake8
2019-06-01 09:13:46 -04:00
David Lord
316caad5db
Merge branch '1.0.x'
2019-05-16 12:18:36 -07:00
Martin Michlmayr
93f03eabbb
Fix typos in the documentation
2019-02-24 10:40:23 +00:00
David Lord
091ada7da3
remove encoding from method override pattern
2019-01-07 13:09:36 -08:00
David Lord
39a8efe484
Merge branch '1.0-maintenance'
2019-01-06 15:46:33 -08:00
David Lord
141373fdd0
simplify mongoengine doc, redirect from mongokit
2019-01-06 15:42:08 -08:00
Igor Ghisi
1643efd81f
Replace MongoKit by MongoEngine on docs
...
Docs chapter "Patterns for Flask" has a section dedicated to MongoKit,
but MongoKit lib seems unmaintained and is not compatible with recent
versions of PyMongo.
This commit replaces MongoKit guide with a new one using MongoEngine.
Closes #2907
2019-01-06 15:12:53 -08:00
Stephon Harris
ee861266dc
Adding conjunction where for clarification
2019-01-06 15:05:54 -08:00
nathanbegbie
7b00a51acc
Update docs on larger applications wrt tutorial
...
The wording of the docs makes it sound like the tutorials use the simple structure for a flask application, which they no longer do.
This commit re-words the docs to make it clearer.
2019-01-06 14:53:03 -08:00
Aly Sivji
4ceeb04a1c
Add SPA pattern to docs
2019-01-06 06:19:55 -08:00
David Lord
ca27661d8a
Merge branch '1.0-maintenance'
2019-01-05 15:12:17 -08:00
Andrew Crouse
b2bcf461c4
Update documentation for users to use flask-caching instead of the deprecated Werkzeug cache
2018-11-13 14:03:27 -05:00
Aditya
fa50bdd372
Use https for external links wherever possible
2018-10-27 17:58:45 +05:30
jangjunha
f112dc0aed
Fix deferred callback doc
2018-10-26 00:33:12 +09:00
Grey Li
95008cf43d
Add prefix for all commands in documentation ( #2877 )
...
* Add prefix for commands in docs
* Add prefix for commands in example's README
2018-09-09 17:41:56 +09:00
Gabriel Saldanha
78530d2322
🎨 Use set literal instead of set method
2018-06-27 08:58:26 -03:00
Yao Long
ddeb9c370f
document error on fileupload
...
after file uploaded, it should redirect for uploaded_file page instead
of upload page
2018-04-27 11:04:35 -07:00
David Lord
010156c80a
use theme provided by pallets-sphinx-themes
2018-04-18 12:05:31 -07:00
David Lord
84e9ff3853
clean up js example
2018-04-12 12:17:14 -07:00
David Lord
a894586ba8
add javascript ajax example
2018-04-12 11:06:02 -07:00
Grey Li
e581c44d1a
Add tips for 413 connection reset issue
2018-04-09 01:30:15 -07:00
David Lord
e29bd92c52
rewrite tutorial docs and example
2018-04-09 00:53:25 -07:00
Nickatak
049432869f
Fix typo in example.
2018-01-14 16:02:43 -08:00
Armin Ronacher
a1afc8f1a7
Add Support for FLASK_ENV ( #2570 )
...
This introduces environments to Flask
2018-01-06 17:07:56 +01:00
Grey Li
abbff76e46
Docs: Update CLI for factory pattern
2017-12-20 20:50:45 +08:00
Harry Moreno
2e0a3f17a8
Fix docs, how to get db connection in pattern
...
The docs are inaccurately suggestion a db connection would be available at `g.db`, after calling `get_db()` a connection will be available at `g._database` but even then I think instructing the user to use `get_db()` is the best way forward.
2017-12-08 15:18:02 -05:00
Bogdan Alexandru Marginean
faed2812d5
Update appfactories.rst
2017-10-19 22:32:47 +03:00
Mrn Om
1f3ae4f39d
Fix grammar/typos
2017-10-11 16:47:26 +03:00
David Lord
49e22f77f3
egg_info -R flag is gone
2017-07-27 07:32:03 -07:00
David Lord
9d48099aec
fix formatting
...
-R is no longer an egg_info option
closes #2400
[ci skip]
2017-06-28 19:55:39 -07:00
David Lord
d590d6024d
clean up secret key docs
...
consistent key across docs and examples
consistent key across tests, set in conftest
2017-06-28 07:58:06 -07:00
David Lord
f8273fe496
explain when to use a task queue
...
remove deprecated abstract attr from celery
add explanation of example task
[ci skip]
2017-05-15 12:40:09 -07:00
David Lord
616bbaae4e
Merge branch 'master' into celery-documentation
2017-05-15 12:17:09 -07:00
David Lord
93341b9e7d
clean up deferred callback doc
...
remove doc about writing after_this_request
[ci skip]
2017-05-11 22:48:21 -07:00
David Lord
e43755669c
Merge pull request #1965 from vioan/master
...
Added a missing module to import statement
2017-05-11 22:38:36 -07:00
David Lord
a81ad76f2d
clean up error handler docs
2017-04-30 08:20:13 -07:00
Benjamin Liebald
422b6c2df7
Mention existence of register_error_handler in errorpages.rst
...
See https://github.com/pallets/flask/issues/1837 for context.
2017-04-30 07:55:54 -07:00
ka7
5a76bbe7c7
Fix typo in docs ( #2237 )
2017-04-11 21:44:32 +02:00
Adam Geitgey
742a143efd
Correct imports in file upload example ( #2230 )
...
The example code uses `flash` but doesn't import it. So the code as written doesn't work.
This simply adds `flash` to the list of imports in the sample code.
2017-04-04 22:26:40 +02:00
Ben
42dfa1fce3
Fix broken link ( #2202 )
2017-03-08 20:26:38 +01:00
Static
3eb41b7309
Fix typos/grammar in docs ( #2201 )
2017-03-06 14:05:59 +01:00
Sebastian Kalinowski
17b4fa9b87
Remove extra HTML tag from fileupload docs ( #2141 )
2017-02-28 14:05:09 +09:00
Jeff Widman
2ad2aadb88
Migrate various docs links to https ( #2180 )
...
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
wgwz
6cf3aa2973
Provides a link to the examples src
...
- moved the link towards the top for better visibility
2016-12-31 18:51:00 -05:00
wgwz
767779920b
Add reference to largerapp src in docs
2016-12-30 13:42:14 -05:00
Gábor Lipták
d907eda370
Update Flask-SQLAlchemy link ( #2126 )
2016-12-28 16:11:33 +01:00