django1/django/contrib/auth/management
Simon Charette b91787910c Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Those methods were only used by `contrib.admin` internally and exclusively
related to `contrib.auth`. Since they were undocumented but used
in the wild the raised deprecation warning point to an also undocumented
alternative that lives in `contrib.auth`.

Also did some PEP8 and other cleanups in the affected modules.
2013-06-25 12:22:37 -04:00
..
commands Fixed #19807 -- Sanitized getpass input in createsuperuser 2013-02-15 15:44:27 +01:00
__init__.py Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`. 2013-06-25 12:22:37 -04:00