summaryrefslogtreecommitdiff
path: root/factory/helpers.py
Commit message (Collapse)AuthorAge
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
|
* Switch FACTORY_FOR and related to 'class Meta'.Raphaël Barrois2014-05-18
| | | | | | | This is easier to declare, avoids cluttering the namespace, and provides entry points for ORM-specific customization. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Improve mute_signals (Closes #122).Raphaël Barrois2014-01-21
|
* Added "prevent_signals" decorator/context managerIlya Pirogov2014-01-21
|
* Add 'factory.debug' context manager.Raphaël Barrois2013-09-17
|
* Pylint.Raphaël Barrois2013-04-03