mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update test requirements.
This commit is contained in:
parent
2ad67e77b1
commit
fed287e6fb
2 changed files with 5 additions and 4 deletions
|
|
@ -16,6 +16,7 @@ CHANGES
|
|||
- StatusModel now automatically adds 'status_changed' field during save as an
|
||||
update_fieldsparameter when 'status' is present in it to make sure it is not
|
||||
forgotten.
|
||||
- Update test requirements
|
||||
|
||||
4.0.0 (2019-12-11)
|
||||
------------------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
pytest==4.5.0
|
||||
pytest-django==3.4.7
|
||||
psycopg2-binary==2.8.4
|
||||
pytest-cov==2.7.1
|
||||
pytest==6.0.2
|
||||
pytest-django==3.10.0
|
||||
psycopg2-binary==2.8.6
|
||||
pytest-cov==2.10.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue