django-model-utils/tests/test_fields
Matthieu Rigal 6d4112e8ce
Fix performance regression: avoid pickling the whole instance when deepcopying fields on Django 3.1+ (#500)
* test: Add failing test for #gh-498

* fix: Fix performance regression on FileTracker for FileField on Django 3.1+
2021-10-09 21:30:12 +06:00
..
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
test_field_tracker.py Fix performance regression: avoid pickling the whole instance when deepcopying fields on Django 3.1+ (#500) 2021-10-09 21:30:12 +06:00
test_monitor_field.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_split_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00
test_status_field.py Used isort to sort imports (#460) 2020-11-29 20:58:00 +00:00
test_urlsafe_token_field.py Added deconstruct 2021-04-30 21:40:39 +05:00
test_uuid_field.py Modernize Python syntax, add Python 3.8 (#398) 2019-11-14 22:50:04 +06:00