Changes between Initial Version and Version 1 of Ticket #26443
- Timestamp:
- Apr 2, 2016, 9:53:20 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26443 – Description
initial v1 1 ` `InteractiveMigrationQuestioner._ask_default`` prompt states that a sensible date defalt is ``timezone.now()`` while it should be ``timezone.now`` (https://github.com/django/django/blob/master/django/db/migrations/questioner.py#L106)1 `InteractiveMigrationQuestioner._ask_default` prompt states that a sensible date default is `timezone.now()` while it should be `timezone.now` (https://github.com/django/django/blob/master/django/db/migrations/questioner.py#L106)