| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only loader from MigrationExecutor was used.
|
|
collect_sql() is used only in sqlmigrate.
|
|
|
|
commands.
|
|
doesn't use one.
|
|
|
|
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
|
|
|
|
|
|
Added the Migration.atomic attribute which can be set to False
for non-atomic migrations.
|
|
|
|
|
|
|
|
|
|
|
|
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
|
|
|