django1/django/contrib/auth/management
Jon Dufresne 1845bc1d10 Refs #26315 -- Cleaned up argparse options in commands.
* Removed type coercion. Options created by argparse are already coerced
  to the correct type.
* Removed fallback default values. Options created by argparse already
  have a default value.
* Used direct indexing. Options created by argparse are always set. This
  eliminates the need to use dict.get().
2016-03-05 13:19:29 -05:00
..
commands Refs #26315 -- Cleaned up argparse options in commands. 2016-03-05 13:19:29 -05:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00