summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Deprecate the extract_prefix option to PostGeneration.•••Introduces a new, call-less syntax for the @post_generation decorator. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Tests: improve deprecation warning detection in test_base.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Tests: move disable_warnings to its own class.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Improve Iterator and SubFactory declarations.•••* Iterator now cycles by default * Iterator can be provided with a custom getter * SubFactory accepts a factory import path as well Deprecates: * InfiniteIterator * CircularSubFactory Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Improve testing helpers.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Add a Makefile.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* Rewrite the whole documentation.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-03-03
* 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 Barrois2013-02-27
* README: fix download section.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-02-10
* Improve README.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-02-10
* Happy New Year!•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2013-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 Barrois2012-12-09
* Add classmethod decorator to child factories methods•••Closes #33,#34 Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> obiwanus2012-12-09
* Fix pk lookup in _setup_next_sequence method.•••Closes #31 Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr> Eduard Iskandarov2012-12-09
* Update my email;•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Update doc•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Update ChangeLog.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Keep FACTORY_FOR around.•••And add a test too. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-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 Barrois2012-11-15
* Add MogoFactory.•••A Factory subclass, along the lines of DjangoModelFactory. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Add an extension point for kwargs mangling.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Update docstrings.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-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 Barrois2012-11-15
* Mix SelfAttribute with ContainerAttribute.•••With a very simple syntax. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* [py3] Various python3-compatibility fixes.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* [py3] Rename xrange to range•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* [py3] Disable 'scope bleeding' test on py3.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* [py3] Remove calls to iteritems().•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Use proper relative/absolute imports.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-11-15
* Add roadmap for 2.0.0.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-17
* Add support for passing non-kwarg parameters to factories.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-17
* Add ChangeLog.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-17
* Improve test coverage.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-16
* Disable new warnings in tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-16
* Add DeprecationWarnings on set_XXX_function.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-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 Barrois2012-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 Barrois2012-08-16
* Explicitly set FACTORY_FOR in tests.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-16
* Add full tests for CircularSubFactory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-16
* Merge pull request #25 from msabramo/syntax-highlighting•••Add syntax highlighting with code-block to README.rstRaphaël Barrois2012-08-08
|\
| * Add syntax highlighting with code-block to README.rstMarc Abramowitz2012-07-19
* | Version bump.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.2.0factory_boy-1.2.0Raphaël Barrois2012-08-09
* | Introduce 'CircularSubFactory.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-09
* | Better version computing code.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-08-09
* | utils.multi_extract_dict: improve docstring.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-10
|/
* Merge pull request #21 from msabramo/py3_try3•••utils.multi_extract_dict: use key= argument to sorted instead of cmp=.Raphaël Barrois2012-07-10
|\
| * Switch `sorted` argument from `cmp` to `key`.Marc Abramowitz2012-07-10
|/
* Update doc version.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-09
* Version bump•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> v1.1.51.1.5Raphaël Barrois2012-07-09
* Fix PostGenerationDeclaration.extract.•••Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org> Raphaël Barrois2012-07-09