mirror of
https://github.com/django/django.git
synced 2025-04-14 04:22:21 +00:00
In some situations Django calls model validation when the models are already known good. This is most visible in tests, which use flush and loaddata commands. This resulted in around 10% overhead when running tests under sqlite.