Hello,
rename migrations in your head to database migrations, or even model to database migrations.
The migration process takes all your models and applies all the changes in them to your database (usually an SQL instance in the wild).
Forms, on the other hand, are just that: forms, that can get some input from somewhere. Although they can be used to interact with models (in fact, there is ModelForm designed specifically for this case), they are not models, thus, migrations don't apply to them.
Hope that makes the picture clear.
Best,
Gergely
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f2b8c7cb-4e9c-4543-a80c-65d5bee3d935%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.