Improve the way missing migrations are check. GitLab issue #278.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-03 01:20:44 -04:00
parent ed5d7cd812
commit 0bc6a42192
3 changed files with 9 additions and 3 deletions

View File

@@ -404,7 +404,7 @@ Release checklist
1. Check for missing migrations::
$ ./manage.py makemigrations
$ make check_missing_migrations
2. Synchronize translations::
@@ -419,14 +419,14 @@ Release checklist
6. Update requirements version in `setup.py`
7. Bump version in `mayan/__init__.py`
8. Check README.rst format with::
$ python setup.py check -r -s
or with::
$ make check_readme
9. Build source package and test::
$ make test_sdist_via_docker_ubuntu