summaryrefslogtreecommitdiff
path: root/docs/introduction.rst
Commit message (Expand)AuthorAge
* 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 Barrois2016-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é Cauwelier2016-02-12
* Rename hidden/arg_parameters to exclude/inline_args.Raphaël Barrois2014-05-18
* Rename 'target' to 'model'.Raphaël Barrois2014-05-18
* Update docs for class Meta.Raphaël Barrois2014-05-18
* Fix typo spotted by @philipkimmey (Closes #110).Raphaël Barrois2013-11-25
* Clarify intro doc about @lazy_attribute.Raphaël Barrois2013-08-05
* Fix factory.sequence documentation (Closes #77).•••The documentation erroneously included an extra 'self' parameter. Branko Majic2013-08-05
* Move DjangoModelFactory / MogoFactory to their own modules.Raphaël Barrois2013-06-09
* Merge BaseFactoryMetaClass into FactoryMetaClass.•••Also fix FACTORY_STRATEGY. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-15
* Rewrite the whole documentation.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03