makemigrations: display full path of migrations file
It is useful for easy viewing and editing of the created migrations to have the whole path referenced.
This is especially true when migrations are (accidentally) created for 3rd party apps, somewhere in your Python path (where the file might be harder to find).
I can see that this might become quite wide, so maybe it could be displayed relative to the current working directory then by default, but uses the absolute path with verbosity >= 1.
Change History
(7)
Triage Stage: |
Unreviewed → Accepted
|
Version: |
1.8 → master
|
Owner: |
changed from nobody to Niels Van Och
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
PR needs tests. (By the way, there is no need to attach a patch in Trac and send a PR.)