docs: add note for migration script
This commit is contained in:
parent
aeeedaf746
commit
7717360753
1 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,10 @@ django-todo uses pytest exclusively for testing. The best way to run the suite i
|
||||||
pip install --editable .
|
pip install --editable .
|
||||||
pytest -x -v
|
pytest -x -v
|
||||||
|
|
||||||
|
## Contribution notes
|
||||||
|
|
||||||
|
To generate new migrations, run `./make_migrations.py`
|
||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
**2.4.6** Use `defaults` hash for default settings, update perms and tests
|
**2.4.6** Use `defaults` hash for default settings, update perms and tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue