2

Anyone knows if verbose_name_plural is stored in any django table?

I mean, is this literal used in some of the django_migrations, auth_xxxx, ... tables when we apply a migration?

toscanelli
  • 1,202
  • 2
  • 17
  • 40
  • 1
    Verbose names are not stored in the database, they are purely used for relational lookups. – Sayse Mar 18 '16 at 11:22
  • Ok. I wonder why is written in the migration file when I make a migrations of the models... – toscanelli Mar 18 '16 at 11:36
  • 1
    Possible duplicate of [Why does Django generate migrations for help\_text and verbose\_name changes?](http://stackoverflow.com/questions/26503826/why-does-django-generate-migrations-for-help-text-and-verbose-name-changes) – rnevius Mar 18 '16 at 11:57

0 Answers0