django1/django/core/management/commands
Claude Paroz 9f328405f6 Fixed gettext version regex
...with the theoretical assumption that gettext may once reach a
two-digit number. Thanks Walter Doekes for noticing this potential
issue.
2015-01-06 18:43:32 +01: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
check.py Fixed #17101 -- Integrated django-secure and added check --deploy option 2014-09-12 15:05:23 -04:00
compilemessages.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
createcachetable.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
dbshell.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
diffsettings.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
dumpdata.py Fixed #23660 -- Moved sort_dependencies to core. 2014-10-16 03:04:13 +07:00
flush.py Fixed #23699 -- Prevented flush from loading initial data for apps with migrations. 2014-10-27 06:56:44 -04:00
inspectdb.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
loaddata.py Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata. 2014-10-31 18:21:54 -04:00
makemessages.py Fixed gettext version regex 2015-01-06 18:43:32 +01:00
makemigrations.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
migrate.py Refs #23359 -- Removed double newline from output of migrate --list 2015-01-05 14:52:54 -05:00
runfcgi.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
runserver.py Tweaked fix for refs #23946; thanks Claude. 2014-12-02 15:57:08 -05:00
shell.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00
showmigrations.py Fixed #23366 -- Fixed a crash with the migrate --list command. 2014-12-31 17:26:15 -05:00
sql.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlall.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlclear.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlcustom.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqldropindexes.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlflush.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
sqlindexes.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
sqlmigrate.py Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 2014-08-18 18:55:12 +02:00
sqlsequencereset.py Fixed #24054 -- Enabled sqlsequencereset for apps with migrations. 2014-12-26 15:55:34 -05:00
squashmigrations.py Fixed #23866 -- Harmonized refs to Django documentation from code 2014-12-25 13:53:13 +01:00
startapp.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
startproject.py Converted remaining management commands to argparse 2014-06-14 13:43:44 +02:00
syncdb.py Removed redundant skip_checks option for call_command 2014-10-20 17:26:00 +02:00
test.py Converted test management command to argparse 2014-06-14 13:43:39 +02:00
testserver.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
validate.py Fixed #22835 -- Deprecated NoArgsCommand. 2014-06-19 08:54:59 -04:00