summaryrefslogtreecommitdiff
path: root/docs/recipes.rst
Commit message (Collapse)AuthorAge
* Fix undefined error in profile examplealex-netquity2013-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 Barrois2013-08-13
|
* Move DjangoModelFactory / MogoFactory to their own modules.Raphaël Barrois2013-06-09
|
* docs: Add recipe for disconnecting signals (Closes #59).Raphaël Barrois2013-05-03
|
* doc: Add m2m recipes (Closes #29).Raphaël Barrois2013-03-05
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* doc: Add recipe for SelfAttribute('..X').Raphaël Barrois2013-03-03
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Rewrite the whole documentation.Raphaël Barrois2013-03-03
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>