﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
23486	makemigrations command result	nmarler	nobody	"https://docs.djangoproject.com/en/1.7/intro/tutorial01/

Section ""Activating models""

Running...

{{{
$ python manage.py makemigrations polls
}}}


Returns (note the last line is not shown in the tutorial)...

{{{
Migrations for 'polls':
  0001_initial.py:
    - Create model Choice
    - Create model Question
    - Add field question to choice
}}}"	Cleanup/optimization	closed	Documentation	1.7	Normal	fixed			Accepted	0	0	0	0	1	0
