index
:
factory-boy
debian/unstable
factory-boy packaging
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
factory
/
declarations.py
Commit message (
Expand
)
Author
Age
*
Pass attribute name to PostGenerationDeclaration
Raphaël Barrois
2013-06-15
*
Cleanup PostGenerationDeclaration extraction context.
Raphaël Barrois
2013-06-15
*
Add Iterator.reset() (Closes #63).
Raphaël Barrois
2013-06-15
*
Properly handle passed-in None in RelatedFactory (Closes #62).
Raphaël Barrois
2013-06-14
*
Add logging calls (Closes #45).
Raphaël Barrois
2013-06-14
*
Factor lazy Factory import code.
Raphaël Barrois
2013-06-10
*
declarations: Rename RelatedFactory.name (See #58).
Raphaël Barrois
2013-04-29
*
Add Dict/List declarations (Closes #18).
Raphaël Barrois
2013-04-15
*
Pylint.
Raphaël Barrois
2013-04-03
*
internal: merge OrderedDeclaration.evaluate() variants.
Raphaël Barrois
2013-04-03
*
declarations: minor code simplification
Raphaël Barrois
2013-04-02
*
Default Sequence.type to int (Closes #50).
Raphaël Barrois
2013-03-24
*
Add full Python 3 compatibility (Closes #10, #20, #49).
nkryptic
2013-03-15
*
Remove extract_prefix from post-generation hooks.
Raphaël Barrois
2013-03-11
*
Remove CircularSubFactory.
Raphaël Barrois
2013-03-11
*
Remove InfiniteIterator and infinite_iterator.
Raphaël Barrois
2013-03-11
*
Cleanup argument extraction in PostGenMethod (See #36).
Raphaël Barrois
2013-03-05
*
Use extracted argument in PostGenerationMethodCall.
Chris Lasher
2013-03-04
*
Add a 'after post_generation' hook to Factory.
Raphaël Barrois
2013-03-04
*
Allow symbol names in RelatedFactory (Closes #30).
Raphaël Barrois
2013-03-03
*
Deprecate the extract_prefix option to PostGeneration.
Raphaël Barrois
2013-03-03
*
Improve Iterator and SubFactory declarations.
Raphaël Barrois
2013-03-03
*
Happy New Year!
Raphaël Barrois
2013-01-02
*
Mix SelfAttribute with ContainerAttribute.
Raphaël Barrois
2012-11-15
*
[py3] Various python3-compatibility fixes.
Raphaël Barrois
2012-11-15
*
Improve test coverage.
Raphaël Barrois
2012-08-16
*
Introduce 'CircularSubFactory.
Raphaël Barrois
2012-08-09
*
Fix PostGenerationDeclaration.extract.
Raphaël Barrois
2012-07-09
*
Fix sequence count for SubFactory (Closes #16).
Raphaël Barrois
2012-06-01
*
Typo in PostGenerationMethodCall.__init__ (Closes #14).
Raphaël Barrois
2012-05-02
*
Rename post_declaration to post_generation.
Raphaël Barrois
2012-04-15
*
Handle the PostGeneration declarations.
Raphaël Barrois
2012-04-15
*
Add basis for PostGenerationDeclaration
Raphaël Barrois
2012-04-15
*
Add the Iterator and InfiniteIterator attribute kinds.
Raphaël Barrois
2012-02-24
*
Improve the 'SelfAttribute' syntax.
v1.1.0
Raphaël Barrois
2012-02-24
*
Improve documentation.
Raphaël Barrois
2012-02-24
*
Allow using '__' in factory.SelfAttribute.
Raphaël Barrois
2012-02-24
*
Rename LazyContainerAttibute to ContainerAttribute.
Raphaël Barrois
2012-01-12
*
Add support for 'LazyContainerAttribute', when a SubFactory field needs acces...
Raphaël Barrois
2012-01-12
*
Cleanup 'factory.declarations'.
Raphaël Barrois
2011-12-21
*
Add encoding header.
Raphaël Barrois
2011-12-21
*
Update copyrights.
Raphaël Barrois
2011-12-21
*
Rewrite all the 'OrderedDeclaration' part.
Raphaël Barrois
2011-09-06
*
Huge refactoring and code cleanup.
Raphaël Barrois
2011-09-06
*
Update docstrings.
Raphaël Barrois
2011-09-05
*
Use the same sequence counter for parent and child classes.
Raphaël Barrois
2011-08-10
*
Add a new type of attribute, SelfAttribute.
Raphaël Barrois
2011-06-13
*
Fix the SubFactory/Sequence behaviour.
Raphaël Barrois
2011-05-24
*
Add SubFactories, and full testing.
Raphaël Barrois
2011-05-16
*
Fix concurrency between declarations for LazyAttributes and Sequence.
Raphaël Barrois
2011-05-11
[next]