Changes between Version 1 and Version 2 of Ticket #22791, comment 3
- Timestamp:
- Jun 19, 2014, 2:05:33 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22791, comment 3
v1 v2 3 3 1. (Original ticket) Interactive questioner will ask a "y/N" question for an app that was not specified. 4 4 2. 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 set to `True`, and "y" is answered.5 3. An outstanding conflict in an unspecified app **will** create a migration file if `merge` is set to `True`, `interactive` is set to `True`, and "y" is answered. 6 6 7 7 The 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: