#22577: The makemigrations management command has a problem with migrations dir
-------------------------------------+-------------------------------------
     Reporter:  japrogramer@…        |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Migrations           |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  makemigrations,      |             Triage Stage:
  fail, init, file                   |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by timo):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 I created an app with an empty migrations folder and ran `makemigrations`,
 but did not get an error.

 {{{
 $ mkdir polls/migrations
 $ python manage.py makemigrations polls
 Migrations for 'polls':
   0001_initial.py:
     - Create model Poll
     - Create model Choice
 }}}

 Could you clarify the steps to reproduce?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22577#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/079.b4fd14290298ef2546c3eeb9a08b6e81%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to