1
0
mirror of https://github.com/django/django.git synced 2024-12-28 20:16:19 +00:00
django/django/core/management/commands
2007-12-17 11:09:56 +00:00
..
__init__.py
adminindex.py
createcachetable.py
dbshell.py
diffsettings.py
dumpdata.py Fixed [6932] so that "django-admin.py help dumpdata" works again. 2007-12-17 11:09:56 +00:00
flush.py
inspectdb.py
loaddata.py Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which 2007-12-17 11:09:32 +00:00
reset.py
runfcgi.py
runserver.py Removed unneeded use of len() in a couple expressions. 2007-10-13 18:45:49 +00:00
shell.py Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py. 2007-09-14 22:16:14 +00:00
sql.py
sqlall.py
sqlclear.py
sqlcustom.py
sqlflush.py
sqlindexes.py
sqlinitialdata.py
sqlreset.py
sqlsequencereset.py
startapp.py Wrapped some long lines and orginized imports. 2007-10-27 16:09:52 +00:00
startproject.py
syncdb.py Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güttler. 2007-12-02 15:17:14 +00:00
test.py
testserver.py Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, toddobryan 2007-09-14 19:17:15 +00:00
validate.py