Changes between Initial Version and Version 1 of Ticket #22791, comment 3


Ignore:
Timestamp:
Jun 19, 2014, 2:05:16 PM (10 years ago)
Author:
Huu Nguyen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22791, comment 3

    initial v1  
    331. (Original ticket) Interactive questioner will ask a "y/N" question for an app that was not specified.
    442. An outstanding conflict in an unspecified app will throw a `CommandErorr` if `merge` is set to `False`.
    5 3. An outstanding conflict in an unspecified app **will** create a migration file if `merge` is set to `True` and `interactive` is left as `False`.
     53. An outstanding conflict in an unspecified app **will** create a migration file if `merge` is set to `True` and `interactive` is set to `True`, and "y" is answered.
    66
    77The expected behavior is to ignore apps that have not been specified when at least one app has been specified. There are two ways of going about eliminating these behaviors:
Back to Top