| Age | Commit message (Collapse) | Author |
|
Thanks Pablo Oubiña for the report.
|
|
|
|
concrete base model.
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
Thanks kaifeldhoff for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
|
|
|
|
|
|
Thanks Sonu kumar for the report and Tim Graham for the review.
|
|
|
|
|
|
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.
|
|
|