summaryrefslogtreecommitdiff
path: root/factory
Commit message (Expand)AuthorAge
* Version bump.v1.1.2Raphaël Barrois2012-02-24
* Add the Iterator and InfiniteIterator attribute kinds.Raphaël Barrois2012-02-24
* Add support for 'generate' and 'simple_generate'Raphaël Barrois2012-02-24
* Version bumpv1.1.1Raphaël Barrois2012-02-24
* Add batches.Raphaël Barrois2012-02-24
* Improve the 'SelfAttribute' syntax.v1.1.0Raphaël Barrois2012-02-24
* Upgrade version.Raphaël Barrois2012-02-24
* Improve documentation.Raphaël Barrois2012-02-24
* Allow using '__' in factory.SelfAttribute.Raphaël Barrois2012-02-24
* Add a PendingDeprecationWarning on associated class auto-discovery.Raphaël Barrois2012-01-13
* Add __repr__ / __str__ to a couple of objects.Raphaël Barrois2012-01-12
* Rename LazyContainerAttibute to ContainerAttribute.Raphaël Barrois2012-01-12
* Correct out-of-date docstring.Carl Meyer2012-01-12
* Added support for staticmethods on factories as well.Carl Meyer2012-01-12
* Clarify extended if check in DeclarationDict.update_with_public.Carl Meyer2012-01-12
* Merge branch 'master' into allow-public-classmethodsCarl Meyer2012-01-12
|\
| * Rearrange tests.Raphaël Barrois2012-01-12
| * Add support for 'LazyContainerAttribute', when a SubFactory field needs acces...Raphaël Barrois2012-01-12
* | Allow public classmethods on factories.Carl Meyer2012-01-11
|/
* Publish the make_factory method, and make sure that complex declarations work...Raphaël Barrois2012-01-06
* Add factory.build(), factory.create(), factory.stub() methods.Raphaël Barrois2012-01-06
* Cleanup 'factory.declarations'.Raphaël Barrois2011-12-21
* Cleanup 'factory.declarations'.Raphaël Barrois2011-12-21
* More cleanup and comments in factory.baseRaphaël Barrois2011-12-21
* Cleanup base module.Raphaël Barrois2011-12-21
* Add encoding header.Raphaël Barrois2011-12-21
* Update copyrights.Raphaël Barrois2011-12-21
* Add a 'test' command to the setup.py script.Raphaël Barrois2011-12-21
* Allow custom 'build' functions.Raphaël Barrois2011-12-21
* Add utf8 file headers.Raphaël Barrois2011-12-20
* Version bump, author info updated.Raphaël Barrois2011-12-20
* Django models always have a _default_manager attribute; .objects may not be a...Raphaël Barrois2011-12-12
* Rewrite all the 'OrderedDeclaration' part.Raphaël Barrois2011-09-06
* Bugfix for stub.Raphaël Barrois2011-09-06
* Update all tests, and fix a couple of bugs.Raphaël Barrois2011-09-06
* Huge refactoring and code cleanup.Raphaël Barrois2011-09-06
* Better fix for nested subfactories.Raphaël Barrois2011-09-05
* Handle nested SubFactory with extra attributes.Raphaël Barrois2011-09-05
* Update docstrings.Raphaël Barrois2011-09-05
* Allow inheriting from more than one factory.Raphaël Barrois2011-08-22
* Cleanup rmoch's DjangoModelFactory fix.Raphaël Barrois2011-08-18
* Bugfix DjangoModelFactoryRichard Moch2011-08-17
* Use the same sequence counter for parent and child classes.Raphaël Barrois2011-08-10
* Allow the definition of 'abstract' factories.Raphaël Barrois2011-08-03
* Add a 'DjangoModelFactory'.Raphaël Barrois2011-08-03
* Allow users to define a custom method for retrieving the first sequence of a ...Raphaël Barrois2011-07-05
* Add a new type of attribute, SelfAttribute.Raphaël Barrois2011-06-13
* Add tests for nice behaviour of SubFactory.Raphaël Barrois2011-06-13
* Fix the SubFactory/Sequence behaviour.Raphaël Barrois2011-05-24
* Prevent inherited classes from affecting superclasses.Raphaël Barrois2011-05-16