| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Tim for the review.
|
|
This is a security fix.
|
|
|
|
|
|
view.
contrib.auth.views.login() has a new parameter `redirect_authenticated_user`
to automatically redirect authenticated users visiting the login page.
Thanks to dmathieu and Alex Buchanan for the original code and to Carl Meyer
for the help and review.
|
|
|
|
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).
|
|
|
|
|
|
|
|
|
|
|
|
forms.
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.
Thanks Baptiste Mispelon for the initial documentation.
|
|
Thanks Carl Meyer, Claude Paroz, and Simon Charette for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
After a user logs out via auth.views.logout(), they're redirected
to LOGOUT_REDIRECT_URL if no `next_page` argument is provided.
|
|
|
|
standalone scripts.
|
|
|
|
|
|
|
|
|
|
example.
|
|
objects.
|
|
Debian packages unconditionally byte-compile .py files on installation and
do not silence errors by design. Therefore, we need a way of shipping these
invalid .py files without a .py extension but ensuring that when we
template them, they end up as .py.
We don't special-case .py files so that the all the TemplateCommand
command-line options (eg. extra_files and extensions) still work entirely
as expected and it may even be useful for other formats too.
|
|
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
default.
|
|
|
|
|
|
|
|
Thanks andreif for the contributing to the patch.
|
|
|
|
|
|
Added an optional `backend` argument to login().
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
request a positional argument.
|