django1/docs/topics/auth
Charles Dee Rice e4fa298e30 [1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc example
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

Backport of 4f3c444241 from master.
2015-05-13 10:27:18 +02:00
..
customizing.txt [1.8.x] Fixed #24789 -- Fixed wrong positional args order in doc example 2015-05-13 10:27:18 +02:00
default.txt [1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txt 2015-03-28 07:51:37 -04:00
index.txt Removed sentence from docs about migrate prompting to add a superuser. 2014-08-31 12:30:50 -04:00
passwords.txt [1.8.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs. 2015-04-03 10:55:35 -04:00