mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #25063 -- Added path to makemigration's output of migration file.
This commit is contained in:
parent
e090070761
commit
99a1265a39
6 changed files with 24 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue