| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Docs code style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add cut and paste text to quick tutorial index
|
|
|
|
|
|
issue #3276 removed extra lines from previous PR
|
|
|
|
|
|
|
|
|
|
Removes the step to install additional packages in the quick tutorial.
|
|
emphasize-lines
|
|
This part is redundant because in the same tutorial we indicate to
install the application in development/editable mode with `pip -e`
in the next section.
(which will install the required dependencies if needed by the app)
Related issue: #3181
|
|
|
|
|
|
- Update CDN assets to minor versions
- Use data attribute for Jinja2 templates (already done in mako and chameleon)
|
|
- see #3204
|
|
|
|
Attempting authentication without specifying a login, or when the login is not known, causes an unhandled exception to be raised in `security.py` because `None` is passed to `check_password()` as the hashed password to check against.
|