Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update header years. | Raphaël Barrois | 2015-03-26 |
| | |||
* | Remove deprecated features. | Raphaël Barrois | 2014-11-18 |
| | | | | | This disables the ``FACTORY_FOR`` syntax and related parameters, that should be declared through ``class Meta``. | ||
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
| | |||
* | Switch FACTORY_FOR and related to 'class Meta'. | Raphaël Barrois | 2014-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 Barrois | 2014-01-21 |
| | |||
* | Added "prevent_signals" decorator/context manager | Ilya Pirogov | 2014-01-21 |
| | |||
* | Add 'factory.debug' context manager. | Raphaël Barrois | 2013-09-17 |
| | |||
* | Pylint. | Raphaël Barrois | 2013-04-03 |