[SECURITY] Fedora 20 Update: python-django-evolution-0.6.9-4.fc20
When you run ./manage.py syncdb, Django will look for any new models that have been defined, and add a database table to represent those new models. However, if you make a change to an existing model, ./manage.py syncdb will not make any changes to the database. This is where Django Evolution fit...