| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Arguments shown in example code (signal, sender, instance) appeared to
be the incorrect positional arguments for a post_save signal (which
might start as: sender, instance, created), as documented:
https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
|
|
|
|
used without auth in INSTALLED_APPS
|
|
custom user models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin.
|
|
|
|
|
|
|
|
|
|
This limitation was lifted in refs #14881.
|
|
|
|
Thanks Carl Meyer for review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks gavinwahl for the report.
|
|
|
|
|
|
|
|
|
|
supports FK after 9bc2d76.
Also added get_input_data() hook in createsuperuser.
Thanks Chris Jerdonek and Tim Graham for review.
|
|
This allows specifying ForeignKeys in REQUIRED_FIELDS when using a
custom User model.
Thanks cjerdonek and bmispelon for suggestion and timgraham for review.
|
|
|
|
|
|
|
|
Moved logic to syncdb command for backwards compatibility.
|
|
Credits for the initial patch go to ejucovy;
big thanks to Tim Graham for the review.
|
|
|
|
user_passes_test.
|
|
Authorization backends can now raise PermissionDenied in "has_perm"
and "has_module_perms" to short-circuit authorization process.
|
|
|
|
|
|
|
|
Thanks Josh Brown for the suggestion.
|
|
changes.
Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews.
|
|
|
|
Thanks django at patjack.co.uk for the suggestion and mockforest
for the draft patch.
|
|
Thanks Benjamin White for the report.
|
|
Thanks to Rodolfo Carvalho and Piotr Kasprzyk
for the patch.
|