django1/django/core/management/commands
Tai Lee 99a6f0e77c Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`
Handle the `UnicodeDecodeError` exception, send a warning to `stdout` with the
file name and location, and continue processing other files.
2013-05-07 21:22:05 +02:00
..
__init__.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
cleanup.py Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
compilemessages.py Fix #20058: Make compilemessages use stdout instead of stderr. 2013-03-16 19:48:40 +01:00
createcachetable.py Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
dbshell.py Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of management commands. Thanks to Paul McMillan for the report and to adamv and Claude Paroz for the patch. 2011-10-23 03:43:43 +00:00
diffsettings.py Fixed #17037 -- Added a --all option to diffsettings. 2013-03-18 00:03:58 +01:00
dumpdata.py Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys 2012-06-24 19:54:56 +02:00
flush.py Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
inspectdb.py Fixed #5014 -- Guessed max_digits and decimal_places for SQLite 2013-04-01 18:32:57 +02:00
loaddata.py Fixed loaddata command, broken in the previous merge. 2013-03-11 15:43:42 +01:00
makemessages.py Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError` 2013-05-07 21:22:05 +02:00
runfcgi.py Updated runfcgi management command to include 'subcommand' argument to usage() 2007-09-11 04:25:55 +00:00
runserver.py Avoided ambiguous output when runserver port is already in use. 2013-02-01 22:25:29 +01:00
shell.py Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`. 2013-01-24 22:01:47 -03:00
sql.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlall.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
sqlclear.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlcustom.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqldropindexes.py Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
sqlflush.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlindexes.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
sqlinitialdata.py Major refactoring of django.core.management -- it's now a package rather than a 1730-line single module. All django-admin/manage.py commands are now stored in separate modules. This is backwards-incompatible for people who used django.core.management functions directly 2007-08-16 06:06:55 +00:00
sqlsequencereset.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
startapp.py Fixed #19125 -- The startproject command should validate the name earlier 2013-01-24 09:26:13 +01:00
startproject.py Fixed #19125 -- The startproject command should validate the name earlier 2013-01-24 09:26:13 +01:00
syncdb.py Fixed a refactoring error in ba5138b1. 2013-03-11 22:40:13 +01:00
test.py Fixed #18985 -- ensure module level deprecations are displayed 2013-03-24 22:06:02 -07:00
testserver.py Fixed #18019 -- Use threaded runserver only when database supports it. 2012-05-15 09:21:10 +02:00
validate.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00