Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Docs: Fix typo in M2M recipes (Closes #226) | Raphaël Barrois | 2015-10-20 |
| | | | | As spotted by @stephane, thanks! | ||
* | Add lazy loading to factory.Iterator. | Raphaël Barrois | 2015-05-24 |
| | | | | | | | | | | | factory.Iterator no longers begins iteration of its argument on declaration, since this behavior may trigger database query when that argument is, for instance, a Django queryset. The ``factory.Iterator``'s argument will only be called when the containing ``Factory`` is first evaluated; this means that factories using ``factory.Iterator(models.MyThingy.objects.all())`` will no longer call the database at import time. | ||
* | Add docs for manual sequence counter management | Raphaël Barrois | 2014-11-16 |
| | |||
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Update docs for class Meta. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Typo | Raphaël Barrois | 2014-01-26 |
| | |||
* | Document custom manager method recipe (Closes #119). | Robrecht De Rouck | 2013-12-30 |
| | |||
* | Fix undefined error in profile example | alex-netquity | 2013-09-09 |
| | | | The Django’s Profile example references `UserFactory` before its definition. The fix is to use the fully-qualified path to the class in question. | ||
* | doc: Fix 'ProfileFactory' doc. | Raphaël Barrois | 2013-08-13 |
| | |||
* | Move DjangoModelFactory / MogoFactory to their own modules. | Raphaël Barrois | 2013-06-09 |
| | |||
* | docs: Add recipe for disconnecting signals (Closes #59). | Raphaël Barrois | 2013-05-03 |
| | |||
* | doc: Add m2m recipes (Closes #29). | Raphaël Barrois | 2013-03-05 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | doc: Add recipe for SelfAttribute('..X'). | Raphaël Barrois | 2013-03-03 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Rewrite the whole documentation. | Raphaël Barrois | 2013-03-03 |
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> |