wgwz
1b7258f816
Provides a link to the examples src
...
- moved the link towards the top for better visibility
8 years ago
wgwz
949771adf5
Add reference to largerapp src in docs
8 years ago
Gábor Lipták
079d752cec
Update Flask-SQLAlchemy link ( #2126 )
8 years ago
Sven-Hendrik Haase
ccb562854e
Remove wrong comma ( #2116 )
8 years ago
Shandy Brown
9685d14eaa
Correct grammar ( #2061 )
8 years ago
Kyle Lawlor
59104db2f2
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
8 years ago
sanderl-mediamonks
3313b8b0a4
Use the correct Celery result backend setting
8 years ago
Shakib Hossain
fe53da45c5
Update allowed_file function in fileuploads.rst
...
Update allowed_file function to accept lowercase and uppercase file extensions
8 years ago
David Lord
1928f28a68
clean up code formatting in some docs
...
fix warnings while building docs
8 years ago
David Lord
cd1a9b7d54
remove unnecessary form action attributes
9 years ago
David Lord
d8c39f4b37
Revert "wtforms: Add missing closing tags in example ( #1917 )"
...
This reverts commit 146cba53e7
.
9 years ago
Baptiste Fontaine
146cba53e7
wtforms: Add missing closing tags in example ( #1917 )
9 years ago
dcfix
9f2b3d815e
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
9 years ago
Leo Tindall
c0087204e5
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.
9 years ago
David Lord
169a4e0c44
move note about next param, add example, other cleanup
9 years ago
Ping Hu
434c19933e
Add clarification for login_required decorator ref #313
9 years ago
David Lord
aa9a994946
use pip instead of setup.py in fabric command
9 years ago
David Lord
14a5a9e554
move setup.cfg info to setuptools docs, reword
9 years ago
Shawn McElroy
33212309a2
updating docs and showing how to use `setup.cfg` to configure dev builds with sdist
9 years ago
Anton Sarukhanov
447f591d2b
Rewrite subclassing example with a better use-case.
9 years ago
Anton Sarukhanov
63b5dab0fc
Add subclassing pattern/example to fix issue #221 .
9 years ago
Prachi Shirish Khadke
d9a98dd536
Document flash message size limit
...
Reason: Messages of size 68,493 - 91,326 characters cause flash to fail silently.
Session cookies cannot have such large messages.
Issue: pallets/flask#1789
9 years ago
Adam Chainz
70de011d51
Convert readthedocs link for their .org -> .io migration for hosted projects ( #1827 )
...
As per their email ‘Changes to project subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
9 years ago
Armin Ronacher
a7d829c618
Update docs to the new CLI patterns
9 years ago
Corey Goldberg
28b36f642d
removed references to easy_install
9 years ago
Corey Goldberg
1cc9ccfc67
update docs and refer to setuptools
9 years ago
Daniel Quinn
be2abd2926
Fix typo (thing --> things)
9 years ago
José Carlos García
567fff9d0d
Change to Pallets project
...
* Update CHANGES
* Update CONTRIBUTING.rst
* Update setup.py
* Update tox.ini
* Update extensions.rst
* Update security.rst
* Update installation.rst
* Update testing.rst
* Update upgrading.rst
* Update sidebarintro.html
* Update jquery.rst
* Update dbcon.rst
* Update index.rst
9 years ago
bagratte
9a80fe691d
minor revision of documentation.
9 years ago
Gaëtan Petit
67e2127a5d
Update deprecated references
...
validators.Required() is marked as deprecated in favor of validators.DataRequired() and will be remove in WTForms 3.
9 years ago
Eric Dill
52daeffdc9
DOC: Remove gendered language
9 years ago
Dougal Matthews
25aab43f8e
Fixed a typo
...
I think 'app' is the intended word here, but I am not 100% sure.
9 years ago
lord63
51b62fb044
Render the code block in mongokit.rst
9 years ago
Abhijeet Kasurde
15f267e1ee
Updated documentation for Setuptools
...
Updated documentation by removing references of distribute and adding
references of setuptools.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
9 years ago
msiyaj
808bf6d204
Missing apostophe.
9 years ago
Zev Averbach
5dfe918e4f
fixed some punctuation, fixed a few errors, in service of readability
10 years ago
Markus Unterwaditzer
b471df6c88
Point to stable version of Celery
10 years ago
Andrew
337a9d6172
Include backend argument when instantiating Celery
...
Not including the backend argument can lead to AttributeError:
DisabledBackend object has no attribute for '_get_task_meta_for'.
See e.g.
http://stackoverflow.com/questions/23215311/celery-with-rabbitmq-attributeerror-disabledbackend-object-has-no-attribute .
At the same time, including the backend argument doesn't seem to harm anything else.
10 years ago
Alex Chan
8570633214
Fix a few spelling mistakes in the docs
10 years ago
Torstein Krause Johansen
557a053e3b
Moved noted about HTTP 500 before the code examples
...
- as suggested by @keyan
10 years ago
Torstein Krause Johansen
5dd9335aac
Added note that @errorhandler(500) isn't triggered in debug mode
10 years ago
Caleb Bron
c0593efbb2
link to sqlalchemy declarative has changed
10 years ago
Markus Unterwaditzer
0a492a09a8
Restructure Upload Progress Bars
...
- Removed dropzone.js, it hasn't been around long enough, maybe we need
to update this in two years again.
- jQuery should be a proper rst link.
10 years ago
Idris Raja
81e8bbbb7f
improve grammar, make format consistent, and improve readability
10 years ago
Brett Gerry
6517a1a37c
deprecate TextField in favor of StringField
10 years ago
Sourya Vatsyayan
a6ea6335a5
Updated file uploads progress bar section
10 years ago
Sourya Vatsyayan
50fef79b20
URL generation rule explained for file uploads
10 years ago
Sourya Vatsyayan
d2a380451b
URL generation rule explained
10 years ago
Jonathan Como
bd4921194e
verbage
10 years ago
Jonathan Como
a8498b6859
update mongokit patterng
10 years ago