| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Florian Apolloner and Shai Berger for review.
|
|
|
|
behave.
This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e.
Thanks Tim for the review.
Refs #25858.
|
|
As suggested by Tim Graham
|
|
Security & data loss fixes are applied to the two last feature releases,
not just one.
Thanks Loic Bistuer for review
|
|
|
|
|
|
This should prevent managers methods from returning content type instances
registered to foreign apps now that these managers are also attached to models
created during migration phases.
Thanks Tim for the review.
Refs #23822.
|
|
|
|
|
|
|
|
template.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).
|
|
|
|
New Storage.get_{accessed,created,modified}_time() methods convert the
naive time from now-deprecated {accessed,created_modified}_time()
methods into aware objects in UTC if USE_TZ=True.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Luke Crouch for the report and Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Shai Berger for the review.
|
|
|
|
|
|
|
|
third-party backends.
Thanks Kristof Claes for the initial patch.
|
|
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.
|
|
|
|
|
|
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
|
|
|
|
Otherwise the migrations package won't be included in the tarball.
|