Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move DjangoModelFactory / MogoFactory to their own modules. | Raphaël Barrois | 2013-06-09 |
| | |||
* | Update changelog. | Raphaël Barrois | 2013-04-21 |
| | |||
* | Release v2.0.2v2.0.22.0.2 | Raphaël Barrois | 2013-04-16 |
| | |||
* | Release v2.0.1v2.0.1 | Raphaël Barrois | 2013-04-16 |
| | |||
* | Release v2.0.0v2.0.0 | Raphaël Barrois | 2013-04-15 |
| | |||
* | Add Dict/List declarations (Closes #18). | Raphaël Barrois | 2013-04-15 |
| | |||
* | Pylint. | Raphaël Barrois | 2013-04-03 |
| | |||
* | Remove CircularSubFactory. | Raphaël Barrois | 2013-03-11 |
| | | | | Replace CircularSubFactory('module', 'symbol') with SubFactory('module.symbol'). | ||
* | Remove InfiniteIterator and infinite_iterator. | Raphaël Barrois | 2013-03-11 |
| | | | | Use Iterator/iterator instead. | ||
* | Start work on v2. | Raphaël Barrois | 2013-03-11 |
| | |||
* | Remove building_function/creation_function. | Raphaël Barrois | 2013-03-11 |
| | | | | Stop defaulting to Django's .objects.create(). | ||
* | Version bump to 1.3.0v1.3.0 | Raphaël Barrois | 2013-03-11 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Happy New Year! | Raphaël Barrois | 2013-01-02 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Fix version numbering. | Raphaël Barrois | 2012-12-09 |
| | | | | | | Somehow, I forgot that I had release 1.2.0 :/ Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Update my email; | Raphaël Barrois | 2012-11-15 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Use proper relative/absolute imports. | Raphaël Barrois | 2012-11-15 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Improve test coverage. | Raphaël Barrois | 2012-08-16 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bump.v1.2.0factory_boy-1.2.0 | Raphaël Barrois | 2012-08-09 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Introduce 'CircularSubFactory. | Raphaël Barrois | 2012-08-09 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bumpv1.1.51.1.5 | Raphaël Barrois | 2012-07-09 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bump to 1.1.4v1.1.4 | Raphaël Barrois | 2012-06-19 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Rename post_declaration to post_generation. | Raphaël Barrois | 2012-04-15 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Expose and test factory.RelatedFactory. | Raphaël Barrois | 2012-04-15 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Handle the PostGeneration declarations. | Raphaël Barrois | 2012-04-15 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Add a '@use_strategy' decorator for forcing alternate strategies. | Raphaël Barrois | 2012-03-17 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bump.v1.1.2 | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Add the Iterator and InfiniteIterator attribute kinds. | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Add support for 'generate' and 'simple_generate' | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bumpv1.1.1 | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Add batches. | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Upgrade version. | Raphaël Barrois | 2012-02-24 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Rename LazyContainerAttibute to ContainerAttribute. | Raphaël Barrois | 2012-01-12 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Rearrange tests. | Raphaël Barrois | 2012-01-12 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Publish the make_factory method, and make sure that complex declarations ↵ | Raphaël Barrois | 2012-01-06 |
| | | | | | | work with it. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Add factory.build(), factory.create(), factory.stub() methods. | Raphaël Barrois | 2012-01-06 |
| | | | | | | Those are shortcuts for writing a full Factory class. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Cleanup 'factory.declarations'. | Raphaël Barrois | 2011-12-21 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Add utf8 file headers. | Raphaël Barrois | 2011-12-20 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Version bump, author info updated. | Raphaël Barrois | 2011-12-20 |
| | | | | | | Getting ready for PyPI upload. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | ||
* | Bugfix DjangoModelFactory | Richard Moch | 2011-08-17 |
| | |||
* | Add SubFactories, and full testing. | Raphaël Barrois | 2011-05-16 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | Remove trailing whitespace | Raphaël Barrois | 2011-05-11 |
| | | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | ||
* | factory_boy: a test fixtures replacement based on thoughtbot's factory_girl ↵ | Mark Sandstrom | 2010-08-22 |
for Ruby |