django1/django/core/management
Marc Tamlyn ac8d0a4815 Remove unneded open(.., 'U') when on python 3.
Universal newlines is enabled by default on py3, and the usage of 'U' is
deprecated in py3.4.
2014-01-13 17:11:21 +00:00
..
commands Remove unneded open(.., 'U') when on python 3. 2014-01-13 17:11:21 +00:00
__init__.py Fixed #21770 -- Updated autocomplete for app-loading. 2014-01-12 22:29:27 +01:00
base.py Removed the only_with_models_module argument of get_model[s]. 2013-12-30 23:59:34 +01:00
color.py Fixed #13476 -- Added support for color in console output under Windows. 2013-12-02 23:18:04 -03:00
sql.py Remove unneded open(.., 'U') when on python 3. 2014-01-13 17:11:21 +00:00
templates.py Fixed E221 pep8 warnings. 2013-10-22 09:51:39 -04:00
utils.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
validation.py Changed get_validation_errors to use an app config. 2013-12-29 21:48:58 +01:00