Factories for Django, creating valid model instances every time.
Factory Djoy provides two simple classes, UserFactory
and
CleanModelFactory
, which wrap Factory Boy. They call full_clean()
when
creating Django model instances to ensure that only valid data enters your
Django database.
Factory Djoy is compatible with:
- Django 2.2, 3.0 and 3.1
- Python 3 (3.7, 3.8, 3.9, 3.10, 3.11)
- Factory Boy version 2.11 or greater.