| .. |
|
__init__.py
|
|
|
|
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
|
Removed support for initial_data fixtures per deprecation timeline.
|
2015-01-17 09:59:25 -05:00 |
|
inspectdb.py
|
Fixed #17785 -- Preferred column names in get_relations introspection
|
2015-01-12 19:58:47 +01:00 |
|
loaddata.py
|
Removed support for initial_data fixtures per deprecation timeline.
|
2015-01-17 09:59:25 -05: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
|
Removed support for initial_data fixtures per deprecation timeline.
|
2015-01-17 09:59:25 -05: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 |
|
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 |