Changes between Initial Version and Version 1 of Ticket #24412


Ignore:
Timestamp:
Feb 25, 2015, 12:24:55 AM (9 years ago)
Author:
Peter Schmidt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24412 – Description

    initial v1  
    55  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
    66
    7 I think it should be print at the default `manage.py test`  (i.e. `--verbosity=1`).
     7I think it should be printed at the default `manage.py test`  (i.e. `--verbosity=1`).
    88
    99This might be complicated by decrementing the verbosity by 1 when calling `migrate` inside `create_test_db`:
Back to Top