﻿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
25830	Unnecessary migrations with Python3	Torsten Bronger	nobody	"With Python3, ""manage.py makemigrations"" may under certain circumstances never be satisfied and always wants to create new migrations.

Steps to reproduce:

{{{
git clone https://github.com/juliabase/juliabase.git
cd juliabase
python3 manage.py makemigrations institute
python3 manage.py makemigrations institute
python3 manage.py makemigrations institute
...
}}}

Every time ""makemigrations"" is called, a new migration file is created.  Apparently, Django+Python3 does not recognise that the Meta options of the latest migration and the current model classes are equivalent."	Bug	closed	Migrations	1.8	Normal	invalid		bronger@…	Unreviewed	0	0	0	0	0	0
