| Commit message (Expand) | Author | Age |
* | Add Traits (Closes #251).•••Based on a boolean flag, those will alter the definitions of the current
factory, taking precedence over pre-defined behavior but overridden by
callsite-level arguments.
| Raphaël Barrois | 2016-04-02 |
* | factory: LazyFunction to just call a function in the simplest case•••No need to wrap it in a lambda to strip the object argument from LazyAttribute or the sequence argument from Sequence.
| Hervé Cauwelier | 2016-02-12 |
* | Rename hidden/arg_parameters to exclude/inline_args. | Raphaël Barrois | 2014-05-18 |
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
* | Update docs for class Meta. | Raphaël Barrois | 2014-05-18 |
* | Fix typo spotted by @philipkimmey (Closes #110). | Raphaël Barrois | 2013-11-25 |
* | Clarify intro doc about @lazy_attribute. | Raphaël Barrois | 2013-08-05 |
* | Fix factory.sequence documentation (Closes #77).•••The documentation erroneously included an extra 'self' parameter.
| Branko Majic | 2013-08-05 |
* | Move DjangoModelFactory / MogoFactory to their own modules. | Raphaël Barrois | 2013-06-09 |
* | Merge BaseFactoryMetaClass into FactoryMetaClass.•••Also fix FACTORY_STRATEGY.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-03-15 |
* | Rewrite the whole documentation.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-03-03 |