Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Happy New Year!•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2013-01-02 |
* | Add classmethod decorator to child factories methods•••Closes #33,#34 Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | obiwanus | 2012-12-09 |
* | Fix pk lookup in _setup_next_sequence method.•••Closes #31 Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Eduard Iskandarov | 2012-12-09 |
* | Keep FACTORY_FOR around.•••And add a test too. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Rename ABSTRACT_FACTORY to FACTORY_ABSTRACT.•••And add a deprecation warning too. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Add MogoFactory.•••A Factory subclass, along the lines of DjangoModelFactory. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Add an extension point for kwargs mangling.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Update docstrings.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Remove deprecated _*_function class attributes.•••Setting them will still work as intended, though. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | [py3] Rename xrange to range•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | [py3] Remove calls to iteritems().•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-11-15 |
* | Add support for passing non-kwarg parameters to factories.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-08-17 |
* | Add DeprecationWarnings on set_XXX_function.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-08-16 |
* | Refactor building_function/creation_function handling.•••Rely on inheritance instead of handwritten set_creation_function and such. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-08-16 |
* | Mark automatic associated class discovery as deprecated.•••Also improve warning reporting. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-08-16 |
* | Handle the PostGeneration declarations.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2012-04-15 |
* | Whitespace cleanup•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | 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).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-04-07 |
* | Add a '@use_strategy' decorator for forcing alternate strategies.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-03-17 |
* | Add support for 'generate' and 'simple_generate'•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-02-24 |
* | Add batches.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-02-24 |
* | Add a PendingDeprecationWarning on associated class auto-discovery.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-01-13 |
* | Add __repr__ / __str__ to a couple of objects.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-01-12 |
* | Publish the make_factory method, and make sure that complex declarations work...•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-01-06 |
* | Add factory.build(), factory.create(), factory.stub() methods.•••Those are shortcuts for writing a full Factory class. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2012-01-06 |
* | More cleanup and comments in factory.base•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2011-12-21 |
* | Cleanup base module.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2011-12-21 |
* | Add encoding header.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2011-12-21 |
* | Update copyrights.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2011-12-21 |
* | Allow custom 'build' functions.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | 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.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-09-06 |
* | Bugfix for stub.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-09-06 |
* | Update all tests, and fix a couple of bugs.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-09-06 |
* | Huge refactoring and code cleanup.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-09-06 |
* | Update docstrings.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> | Raphaël Barrois | 2011-09-05 |
* | Allow inheriting from more than one factory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-08-22 |
* | Cleanup rmoch's DjangoModelFactory fix.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-08-18 |
* | Bugfix DjangoModelFactory | Richard Moch | 2011-08-17 |
* | Use the same sequence counter for parent and child classes.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-08-10 |
* | Allow the definition of 'abstract' factories.•••Needs more testing. Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-08-03 |
* | Add a 'DjangoModelFactory'.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-08-03 |
* | Allow users to define a custom method for retrieving the first sequence of a ...•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-07-05 |
* | Fix the SubFactory/Sequence behaviour.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-24 |
* | Prevent inherited classes from affecting superclasses.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-16 |
* | Add SubFactories, and full testing.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-16 |
* | Add a DeclarationHolder containing all the logic related to attribute declara...•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-16 |
* | Cleaner code for ordered attributes.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-13 |
* | Improve handling of custom build/create functions.•••Only public attributes (i.e not starting with _) will be handled properly. Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> | Raphaël Barrois | 2011-05-13 |