summaryrefslogtreecommitdiff
path: root/factory/helpers.py
Commit message (Collapse)AuthorAge
* Update header years.Raphaël Barrois2015-03-26
|
* Remove deprecated features.Raphaël Barrois2014-11-18
| | | | | This disables the ``FACTORY_FOR`` syntax and related parameters, that should be declared through ``class Meta``.
* 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