Merge 'custommails' into develop: "readme!"
This update contains state_migrations on `scipost.remark` and `scipost.{vgm_tables}`. This means the database scheme won't be altered but the migrations table which tracks all migrations done by the system will be updated to make sure the system knows how to handle the new apps. (Note the db_table option in the models of the new apps, this makes sure no db scheme migration is needed). When doing the migration, the following will be asked: """ The following content types are stale and need to be deleted: scipost | newsitem scipost | motion scipost | nomination scipost | feedback scipost | vgm Any objects related to these content types by a foreign key will also be deleted. Are you sure you want to delete these content types? If you're unsure, answer 'no'. """ One can anwser 'yes', the database won't be altered, no entries will be lost during this operation.
No related branches found
No related tags found
Showing
- SciPost_v1/settings/base.py 2 additions, 0 deletionsSciPost_v1/settings/base.py
- SciPost_v1/urls.py 1 addition, 1 deletionSciPost_v1/urls.py
- news/__init__.py 0 additions, 0 deletionsnews/__init__.py
- news/admin.py 10 additions, 0 deletionsnews/admin.py
- news/apps.py 5 additions, 0 deletionsnews/apps.py
- news/migrations/0001_initial.py 35 additions, 0 deletionsnews/migrations/0001_initial.py
- news/migrations/__init__.py 0 additions, 0 deletionsnews/migrations/__init__.py
- news/models.py 52 additions, 0 deletionsnews/models.py
- news/tests.py 3 additions, 0 deletionsnews/tests.py
- news/urls.py 7 additions, 0 deletionsnews/urls.py
- news/views.py 9 additions, 0 deletionsnews/views.py
- scipost/admin.py 45 additions, 35 deletionsscipost/admin.py
- scipost/feeds.py 1 addition, 1 deletionscipost/feeds.py
- scipost/forms.py 2 additions, 2 deletionsscipost/forms.py
- scipost/migrations/0039_auto_20170306_0804.py 98 additions, 0 deletionsscipost/migrations/0039_auto_20170306_0804.py
- scipost/models.py 211 additions, 262 deletionsscipost/models.py
- scipost/templates/scipost/index.html 1 addition, 1 deletionscipost/templates/scipost/index.html
- scipost/urls.py 0 additions, 1 deletionscipost/urls.py
- scipost/views.py 5 additions, 9 deletionsscipost/views.py
- virtualmeetings/__init__.py 0 additions, 0 deletionsvirtualmeetings/__init__.py
Loading
Please register or sign in to comment