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
Sven-Hendrik Haase
5d4e95735e
Remove wrong comma ( #2116 )
2016-12-19 05:37:34 -08:00
Shandy Brown
816939e907
Correct grammar ( #2061 )
2016-11-01 18:52:54 -07:00
Geoffrey Bauduin
1eebed9415
Updated Celery pattern
...
The given pattern caused Celery to lose the current Context
2016-10-11 15:27:48 +02:00
Markus Unterwaditzer
7b86b527c7
Merge branch '0.11-maintenance'
2016-09-11 17:55:33 +02:00
Kyle Lawlor
f484a724a4
Address #1980 ( #2021 )
...
* Distinguish between directories and files
* Convert larger apps to make use of setup.py
- replaces runserver.py with setup.py
- example now runs with recommended structure
* Fixes a typo and formats the added paragraph
2016-09-11 17:53:35 +02:00
sanderl-mediamonks
5b867d25aa
Use the correct Celery result backend setting
2016-08-22 11:49:52 +02:00
Ioan Vancea
63f23fb591
Added a missing module to import statement
2016-07-28 16:34:48 +02:00
Shakib Hossain
4151970cee
Update allowed_file function in fileuploads.rst
...
Update allowed_file function to accept lowercase and uppercase file extensions
2016-07-16 21:59:44 +06:00
David Lord
d775103a03
clean up code formatting in some docs
...
fix warnings while building docs
2016-06-26 13:03:29 -07:00
David Lord
77cfb9b226
remove unnecessary form action attributes
2016-06-22 15:01:41 -07:00
David Lord
e924bd3458
Revert "wtforms: Add missing closing tags in example ( #1917 )"
...
This reverts commit 146cba53e7 .
2016-06-22 14:53:27 -07:00
Baptiste Fontaine
8e8e111e42
wtforms: Add missing closing tags in example ( #1917 )
2016-06-19 13:27:23 -07:00
dcfix
2b0f3c2fea
Demonstrate how to add multiple urls to the same function endpoint #981 ( #1900 )
...
* Demonstrate how to add multiple urls to the same function endpoint
* Removed text as per untitaker, fixed spacing to be pep-8 compliant
2016-06-16 22:40:23 +02:00
Leo Tindall
0598d344a7
Documentation: Clarify instructions about changing row_factory for SQLite3 ( #1573 )
...
* Clarify instructions about changing row_factory
When I was working through the tutorial, this was very confusing to me; so, I've added the code and clarification that would have helped me get through it faster.
* Clarify the nature of Row objects
* Rewrite code example for further clarity.
2016-06-14 23:55:47 -07:00
David Lord
fda1effc4b
move note about next param, add example, other cleanup
2016-06-05 14:21:17 -07:00
Ping Hu
7e5c3249be
Add clarification for login_required decorator ref #313
2016-06-05 13:22:19 -07:00
David Lord
02fcbce94c
use pip instead of setup.py in fabric command
2016-06-05 13:12:25 -07:00
David Lord
1f3a79be17
move setup.cfg info to setuptools docs, reword
2016-06-05 12:59:04 -07:00
Shawn McElroy
cbe6c91915
updating docs and showing how to use setup.cfg to configure dev builds with sdist
2016-06-05 12:50:44 -07:00
Markus Unterwaditzer
f3879b61ee
Merge pull request #1868 from antsar/master
...
Rewrite subclassing example with a better use-case.
2016-06-03 14:55:33 +02:00
Anton Sarukhanov
3caef65de8
Rewrite subclassing example with a better use-case.
2016-06-02 15:34:56 -07:00