First time here? Check out the FAQ!

Revision history  [back]

Do you create south migration files manually for User model change?

Suppose you add column to User by User.add_to_class('some_field', field_type)

How do you create a migration for it?

Manually create a migration file and edit it to correctly change auth_user model?