Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> |