index
:
factory-boy
debian/unstable
factory-boy packaging
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
factory
/
base.py
Commit message (
Expand
)
Author
Age
*
Stop calling Foo.objects.create() when it doesn't break (Closes #23).
Raphaël Barrois
2013-03-05
*
Add a 'after post_generation' hook to Factory.
Raphaël Barrois
2013-03-04
*
Get rid of the FACTORY_ABSTRACT rename.
Raphaël Barrois
2013-03-03
*
Happy New Year!
Raphaël Barrois
2013-01-02
*
Add classmethod decorator to child factories methods
obiwanus
2012-12-09
*
Fix pk lookup in _setup_next_sequence method.
Eduard Iskandarov
2012-12-09
*
Keep FACTORY_FOR around.
Raphaël Barrois
2012-11-15
*
Rename ABSTRACT_FACTORY to FACTORY_ABSTRACT.
Raphaël Barrois
2012-11-15
*
Add MogoFactory.
Raphaël Barrois
2012-11-15
*
Add an extension point for kwargs mangling.
Raphaël Barrois
2012-11-15
*
Update docstrings.
Raphaël Barrois
2012-11-15
*
Remove deprecated _*_function class attributes.
Raphaël Barrois
2012-11-15
*
[py3] Rename xrange to range
Raphaël Barrois
2012-11-15
*
[py3] Remove calls to iteritems().
Raphaël Barrois
2012-11-15
*
Add support for passing non-kwarg parameters to factories.
Raphaël Barrois
2012-08-17
*
Add DeprecationWarnings on set_XXX_function.
Raphaël Barrois
2012-08-16
*
Refactor building_function/creation_function handling.
Raphaël Barrois
2012-08-16
*
Mark automatic associated class discovery as deprecated.
Raphaël Barrois
2012-08-16
*
Handle the PostGeneration declarations.
Raphaël Barrois
2012-04-15
*
Whitespace cleanup
Raphaël Barrois
2012-04-15
*
Fix the __str__ method of factory classes.
Raphaël Barrois
2012-04-07
*
Add and document abstract factories (Closes #8).
Raphaël Barrois
2012-04-07
*
Add a '@use_strategy' decorator for forcing alternate strategies.
Raphaël Barrois
2012-03-17
*
Add support for 'generate' and 'simple_generate'
Raphaël Barrois
2012-02-24
*
Add batches.
Raphaël Barrois
2012-02-24
*
Add a PendingDeprecationWarning on associated class auto-discovery.
Raphaël Barrois
2012-01-13
*
Add __repr__ / __str__ to a couple of objects.
Raphaël Barrois
2012-01-12
*
Publish the make_factory method, and make sure that complex declarations work...
Raphaël Barrois
2012-01-06
*
Add factory.build(), factory.create(), factory.stub() methods.
Raphaël Barrois
2012-01-06
*
More cleanup and comments in factory.base
Raphaël Barrois
2011-12-21
*
Cleanup base module.
Raphaël Barrois
2011-12-21
*
Add encoding header.
Raphaël Barrois
2011-12-21
*
Update copyrights.
Raphaël Barrois
2011-12-21
*
Allow custom 'build' functions.
Raphaël Barrois
2011-12-21
*
Django models always have a _default_manager attribute; .objects may not be a...
Raphaël Barrois
2011-12-12
*
Rewrite all the 'OrderedDeclaration' part.
Raphaël Barrois
2011-09-06
*
Bugfix for stub.
Raphaël Barrois
2011-09-06
*
Update all tests, and fix a couple of bugs.
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
*
Allow inheriting from more than one factory.
Raphaël Barrois
2011-08-22
*
Cleanup rmoch's DjangoModelFactory fix.
Raphaël Barrois
2011-08-18
*
Bugfix DjangoModelFactory
Richard Moch
2011-08-17
*
Use the same sequence counter for parent and child classes.
Raphaël Barrois
2011-08-10
*
Allow the definition of 'abstract' factories.
Raphaël Barrois
2011-08-03
*
Add a 'DjangoModelFactory'.
Raphaël Barrois
2011-08-03
*
Allow users to define a custom method for retrieving the first sequence of a ...
Raphaël Barrois
2011-07-05
*
Fix the SubFactory/Sequence behaviour.
Raphaël Barrois
2011-05-24
*
Prevent inherited classes from affecting superclasses.
Raphaël Barrois
2011-05-16
*
Add SubFactories, and full testing.
Raphaël Barrois
2011-05-16
[next]