| Commit message (Expand) | Author | Age |
* | Add test for dual class/factory inheritance.•••If it works properly, this would make pylint happy.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-02-27 |
* | README: fix download section.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-02-10 |
* | Improve README.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-02-10 |
* | Happy New Year!•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2013-01-02 |
* | Fix version numbering.•••Somehow, I forgot that I had release 1.2.0 :/
Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2012-12-09 |
* | 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 |
* | Update my email;•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-11-15 |
* | Update doc•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-11-15 |
* | Update ChangeLog.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-11-15 |
* | 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 |
* | Mix SelfAttribute with ContainerAttribute.•••With a very simple syntax.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-11-15 |
* | [py3] Various python3-compatibility fixes.•••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] Disable 'scope bleeding' test on py3.•••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 |
* | Use proper relative/absolute imports.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-11-15 |
* | Add roadmap for 2.0.0.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-17 |
* | 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 ChangeLog.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-17 |
* | Improve test coverage.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-16 |
* | Disable new warnings in tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-16 |
* | 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 |
* | Explicitly set FACTORY_FOR in tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-16 |
* | Add full tests for CircularSubFactory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-16 |
* | Merge pull request #25 from msabramo/syntax-highlighting•••Add syntax highlighting with code-block to README.rst | Raphaël Barrois | 2012-08-08 |
|\ |
|
| * | Add syntax highlighting with code-block to README.rst | Marc Abramowitz | 2012-07-19 |
* | | Version bump.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
v1.2.0factory_boy-1.2.0 | Raphaël Barrois | 2012-08-09 |
* | | Introduce 'CircularSubFactory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-09 |
* | | Better version computing code.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-08-09 |
* | | utils.multi_extract_dict: improve docstring.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-07-10 |
|/ |
|
* | Merge pull request #21 from msabramo/py3_try3•••utils.multi_extract_dict: use key= argument to sorted instead of cmp=. | Raphaël Barrois | 2012-07-10 |
|\ |
|
| * | Switch `sorted` argument from `cmp` to `key`. | Marc Abramowitz | 2012-07-10 |
|/ |
|
* | Update doc version.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-07-09 |
* | Version bump•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
v1.1.51.1.5 | Raphaël Barrois | 2012-07-09 |
* | Fix PostGenerationDeclaration.extract.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-07-09 |
* | Fix TestCase name conflict•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-07-09 |
* | Version bump to 1.1.4•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
v1.1.4 | Raphaël Barrois | 2012-06-19 |
* | Merge pull request #17 from michaeljoseph/patch-1•••Two small typos | Raphaël Barrois | 2012-06-06 |
|\ |
|
| * | Typo: thoughtbot (fixes link too) | Michael Joseph | 2012-06-06 |
| * | Typo. | Michael Joseph | 2012-06-06 |
|/ |
|
* | Fix sequence count for SubFactory (Closes #16).•••Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
| Raphaël Barrois | 2012-06-01 |
* | Add link to travis-ci build status image.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
| Raphaël Barrois | 2012-05-04 |