summaryrefslogtreecommitdiff
path: root/factory/django.py
Commit message (Collapse)AuthorAge
* django: Fix lazy loading of 'son' factories (Closes #109).Raphaël Barrois2013-11-25
|
* Allow FACTORY_FOR = 'app.Model' for Django (Closes #66).Raphaël Barrois2013-08-28
|
* Make ABSTRACT_FACTORY optional (Closes #74)Raphaël Barrois2013-08-13
| | | | | | | | It will be automatically set to True if neither the Factory subclass nor its parents define a FACTORY_FOR argument. It can also be set on a Factory subclass to prevent it from being called.
* Fix default color for factory.django.ImageFieldRaphaël Barrois2013-07-02
|
* Add factory.django.ImageField (Closes #52).Raphaël Barrois2013-06-27
|
* Fix FileField (bytes instead of str)Raphaël Barrois2013-06-15
|
* Add factory.django.FileField (See #52)Raphaël Barrois2013-06-15
|
* Add django-based tests for DjangoModelFactory.Raphaël Barrois2013-06-10
|
* Move DjangoModelFactory / MogoFactory to their own modules.Raphaël Barrois2013-06-09