Commit message (Expand) | Author | Age | |
---|---|---|---|
* | * New upstream release•••* Add myself to Uploaders * Add build dependencies on fake-factory and python-ipaddress * Bump Standards-Version to 3.9.8 (no changes required) * Change the gbp.conf upstream-tag to include the v prefix, as this makes git-buildpackage able to find the tags debian/unstable | Christopher Baines | 2016-05-11 |
* | Merge tag 'v2.7.0' into debian/unstable•••Release of factory_boy 2.7.0 | Christopher Baines | 2016-05-11 |
|\ | |||
| * | Release version 2.7.0v2.7.0 | Raphaël Barrois | 2016-04-19 |
| * | Fix typo | Jeff Widman | 2016-04-19 |
| * | Merge pull request #292 from rrauenza/master•••Add custom error message when django_get_or_create is missing an input. | Raphaël Barrois | 2016-04-18 |
| |\ | |||
| | * | Add custom error message when django_get_or_create is missing an input. | Rich Rauenzahn | 2016-04-12 |
| |/ | |||
| * | Fix a17b036: Error messages have moved. | Raphaël Barrois | 2016-04-07 |
| * | Merge pull request #256 from koterpillar/cyclic-definition-rescue•••Don't leave AttributeBuilder in an inconsistent state on exceptions | Raphaël Barrois | 2016-04-07 |
| |\ | |||
| | * | Don't leave AttributeBuilder in an inconsistent state on exceptions•••When one of the LazyValues raises an exception, don't leave its name in __pending stack of the AttributeBuilder, preventing evaluation of any other LazyValues. | Alexey Kotlyarov | 2015-12-08 |
| | * | Test LazyValues handling CyclicDefinitionError | Alexey Kotlyarov | 2015-12-08 |
| * | | Merge pull request #285 from sampaccoud/feature/add-documentation-and-test-ab...•••Add documentation and test for subfactory using "factory_parent" attribute | Raphaël Barrois | 2016-04-07 |
| |\ \ | |||
| | * | | Add documentation and test for subfactory using "factory_parent" attribute•••Add documentation on how to use a LazyAttribute in a SubFactory and poke the "factory_parent" attribute to indirectly derive the value of a field on the child factory from a field on the parent factory. This commit adds an example to recipes that explains how it can be done. It also adds a test to make sure that this feature continues to work as is now described in the documentation. | Samuel Paccoud | 2016-04-03 |
| * | | | Cleanup manifest.•••Also, use check_manifest to check for MANIFEST.in / git mismatches. | Raphaël Barrois | 2016-04-06 |
| * | | | Refactor test setup/commands, enable tox.•••Closes #273. | Raphaël Barrois | 2016-04-06 |
| |/ / | |||
| * | | Plan for 2.7.0 release. | Raphaël Barrois | 2016-04-02 |
| * | | Add Traits (Closes #251).•••Based on a boolean flag, those will alter the definitions of the current factory, taking precedence over pre-defined behavior but overridden by callsite-level arguments. | Raphaël Barrois | 2016-04-02 |
| * | | Add a new Params section to factories.•••This handles parameters that alter the declarations of a factory. A few technical notes: - A parameter's outcome may alter other parameters - In order to fix that, we perform a (simple) cyclic definition detection at class declaration time. - Parameters may only be either naked values or ComplexParameter subclasses - Parameters are never passed to the underlying class | Raphaël Barrois | 2016-04-02 |
| * | | Refactor: move error defs to a dedicated module. | Raphaël Barrois | 2016-04-02 |
| * | | docs: Del obsolete note on abstract Django models•••That section described code required when factory_boy was automagically computing sequence numbers from the current PK value. Closes #280 | Raphaël Barrois | 2016-03-12 |
| * | | django: Clarify behavior around ``abstract=True``•••See issue #280. | Raphaël Barrois | 2016-03-12 |
| * | | Merge pull request #278 from bors-ltd/master•••Stop advertising factory_boy supports Python 2.6 | Raphaël Barrois | 2016-03-04 |
| |\ \ | |||
| | * | | Stop advertising factory_boy supports Python 2.6•••Support was already gone with literal sets. | Hervé Cauwelier | 2016-03-04 |
| * | | | docs: Add a proper recipe for dumping to dict•••This trick should help with #68. | Raphaël Barrois | 2016-02-23 |
| * | | | Add test for "build as dict" trick (See #68). | Raphaël Barrois | 2016-02-23 |
| * | | | Add note about deprecate/remove Fuzzy attributes•••Full discussion in https://github.com/rbarrois/factory_boy/issues/271 Wanted to get something mentioned in the docs immediately. | Jeff Widman | 2016-02-21 |
| * | | | Merge pull request #252 from jmcarp/patch-1•••Clarify sequence behavior on inheritance | Raphaël Barrois | 2016-02-21 |
| |\ \ \ | |||
| | * | | | Clarify sequence behavior on inheritance•••Sequences are only shared via inheritance if the model of the subclass is the same as or a subclass of the model of the parent class. Clarify the docs on this point. | Joshua Carp | 2015-11-23 |
| | | |/ | | |/| | |||
| * | | | Switch Travis builds to the container-based infrastructure•••https://docs.travis-ci.com/user/migrating-from-legacy/ | Jeff Widman | 2016-02-19 |
| * | | | fuzzy: Minor cleanup in BaseFuzzyDateTime•••The ``_now()`` method wasn't declared on the base class, only in its subclasses. | Raphaël Barrois | 2016-02-15 |
| * | | | Merge pull request #267 from bors-ltd/master•••factory: LazyFunction to just call a function in the simplest case | Raphaël Barrois | 2016-02-14 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | factory: LazyFunction to just call a function in the simplest case•••No need to wrap it in a lambda to strip the object argument from LazyAttribute or the sequence argument from Sequence. | Hervé Cauwelier | 2016-02-12 |
| * | | | Merge pull request #269 from yamaneko1212/master•••Remove a nonexisting argument "tz" from FuzzyDateTime docs | Raphaël Barrois | 2016-02-14 |
| |\ \ \ | | |/ / | |/| | | |||
| | * | | Remove a nonexisting argumen "tz" | yamaneko | 2016-02-13 |
| |/ / | |||
| * | | Add ChangeLog for 2.6.1 | Raphaël Barrois | 2016-02-10 |
* | | | * New upstream release.•••* Added python(3)-wheel build dependency. * Fixed VCS url (https). * Removed disable-a-test-in-test_existing_file.patch * Removed add-django-1.7-compat-with-new-django.setup.patch * Rebased and fixed debian/patches/removed-privacy-breach.patch * d/copyright fixed. | Ondřej Nový | 2016-02-14 |
* | | | Merge tag '2.6.1' into debian/unstable•••Release of factory_boy 2.6.1 | Ondřej Nový | 2016-02-14 |
|\| | | |||
| * | | Release v2.6.1v2.6.12.6.1 | Raphaël Barrois | 2016-02-10 |
| * | | Document mailing-list | Raphaël Barrois | 2016-02-10 |
| * | | Update README: support 2.6-3.5 | Raphaël Barrois | 2016-02-10 |
| * | | Announce support for Python3.5 | Raphaël Barrois | 2016-02-10 |
| * | | Switch badges to shields.io | Raphaël Barrois | 2016-02-10 |
| * | | Merge pull request #129 from anentropic/master•••Make safe repr more safe | Raphaël Barrois | 2016-02-09 |
| |\ \ | |||
| | * | | Update utils.py | anentropic | 2014-03-13 |
| | * | | Make safe repr more safe | anentropic | 2014-02-03 |
| * | | | Merge pull request #258 from mluszczyk/patch-1•••Fixed spelling of word "independent". | Raphaël Barrois | 2016-02-09 |
| |\ \ \ | |||
| | * | | | Fixed spelling. | mluszczyk | 2015-12-28 |
| | | |/ | | |/| | |||
| * | | | Merge remote-tracking branch 'minjung/flushing_sqlalchemy_factory' | Raphaël Barrois | 2016-02-10 |
| |\ \ \ | |||
| | * | | | added unittests for rbarrois/factory_boy#81 | Alejandro | 2016-01-07 |
| | * | | | optional forced flush on SQLAlchemyModelFactory•••fixes rbarrois/factory_boy#81 | Alejandro | 2016-01-06 |
| | |/ / | |||
| * | | | Update testing targets (Closes #265)•••Thanks to @jeffwidman for suggesting this! | Raphaël Barrois | 2016-02-10 |