1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25063 -- Added path to makemigration's output of migration file.

This commit is contained in:
Niels Van Och
2015-11-07 14:43:06 +01:00
committed by Tim Graham
parent e090070761
commit 99a1265a39
6 changed files with 24 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ You should see something similar to the following:
.. code-block:: text
Migrations for 'polls':
0001_initial.py:
polls/migrations/0001_initial.py:
- Create model Choice
- Create model Question
- Add field question to choice