.. |
__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
|
Upgraded manage.py cleanup to be compatible with time zone support. See also r17121.
|
2011-11-20 11:04:37 +00:00 |
compilemessages.py
|
Specified when open should use binary mode.
|
2012-05-25 20:43:43 +02:00 |
createcachetable.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02: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
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02: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 #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
|
2012-07-24 17:24:16 -03:00 |
inspectdb.py
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
loaddata.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
makemessages.py
|
Fixed #18479 -- Stopped makemessages raising error on gettext warnings
|
2012-07-18 20:43:35 +02:00 |
runfcgi.py
|
Updated runfcgi management command to include 'subcommand' argument to usage()
|
2007-09-11 04:25:55 +00:00 |
runserver.py
|
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
|
2012-05-19 13:51:54 +02:00 |
shell.py
|
Adds interpreter option to shell command as per ticket #18639
|
2012-07-17 13:45:35 -04:00 |
sql.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
sqlall.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02: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 |
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 #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing.
|
2011-12-22 22:38:02 +00:00 |
startproject.py
|
Cleanup to use get_random_string consistently.
|
2012-02-23 21:39:12 +00:00 |
syncdb.py
|
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
|
2012-06-06 13:54:40 +02:00 |
test.py
|
Made sure `manage.py help test` works.
|
2011-12-29 01:18:30 +00:00 |
testserver.py
|
Fixed #18019 -- Use threaded runserver only when database supports it.
|
2012-05-15 09:21:10 +02:00 |
validate.py
|
Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring
|
2007-08-27 00:30:37 +00:00 |