mirror of https://github.com/zulip/zulip.git
fe987fb1c3
South doesn't properly deal with removing the Django User model, so this commit redoes our South history to instead start after that migration has already been applied. This allows us to get rid of some annoying hacks. Note that developers and staging will need to run ./manage.py migrate --delete-ghost-migrations zephyr in order to clear out the old versions of the migrations. (imported from commit 7f45ea601b809dde33720f76e7dfb0ab348b0e65) |
||
---|---|---|
.. | ||
0001_initial.py | ||
0002_auto__add_field_preregistrationuser_referred_by__add_field_preregistra.py | ||
0003_auto__add_field_stream_invite_only.py | ||
0004_add_postgres_zephyr_message_full_text_idx.py | ||
0005_auto__add_field_subscription_in_home_view.py | ||
0006_add_zephyr_message_search_tsvector.py | ||
0007_populate_zephyr_message_search_tsvector.py | ||
0008_index_zephyr_message_search_tsvector.py | ||
0009_auto__add_field_realm_restricted_to_domain.py | ||
0010_auto__add_userpresence__add_unique_userpresence_user_profile_client.py | ||
0011_auto__add_field_userprofile_enter_sends.py | ||
0012_auto__add_field_usermessage_flags.py | ||
0013_usermessage_unreadcount.py | ||
0014_auto__add_field_message_rendered_content__add_field_message_rendered_c.py | ||
0015_auto__add_field_userprofile_password__add_field_userprofile_last_login.py | ||
0016_auto__del_field_userprofile_user.py | ||
__init__.py |