Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 345 Bytes

know_issues.rst

File metadata and controls

13 lines (8 loc) · 345 Bytes

Known Issues

django-taggit

Model-mommy identifies django-taggit's TaggableManager as a normal Django field, which can lead to errors:

TypeError: <class 'taggit.managers.TaggableManager'> is not supported by mommy.

The fix for this is to set blank=True on your TaggableManager.