Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Release v2.4.1v2.4.12.4.1 | Raphaël Barrois | 2014-06-23 |
| | |||
* | Release v2.4.0v2.4.0 | Raphaël Barrois | 2014-06-21 |
| | |||
* | Provide readable errors when Meta.model isn't set (Closes #137). | Raphaël Barrois | 2014-06-21 |
| | |||
* | Release v2.3.1v2.3.12.3.1 | Raphaël Barrois | 2014-01-22 |
| | |||
* | Release v2.3.0v2.3.0 | Raphaël Barrois | 2013-12-25 |
| | |||
* | Release v2.2.1v2.2.1 | Raphaël Barrois | 2013-09-25 |
| | |||
* | Release v2.2.0v2.2.0 | Raphaël Barrois | 2013-09-24 |
| | |||
* | Add 'factory.debug' context manager. | Raphaël Barrois | 2013-09-17 |
| | |||
* | Adding factory support for mongoengine (Closes #89). | Jonathan Tushman | 2013-09-13 |
| | |||
* | Release v2.1.2 | Raphaël Barrois | 2013-08-14 |
| | |||
* | Release v2.1.1v2.1.1 | Raphaël Barrois | 2013-07-02 |
| | |||
* | Release v2.1.0v2.1.0 | Raphaël Barrois | 2013-06-27 |
| | |||
* | Small next sequence refactoring | rcommande | 2013-06-20 |
| | |||
* | Move SQLAlchemyModelFactory in its own module | minimumserious | 2013-06-20 |
| | |||
* | 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> |