| Commit message (Expand) | Author | Age |
* | Remove warnings with Django 1.7 (Closes #195). | Raphaël Barrois | 2015-04-14 |
* | test_mongoengine: fix typo | Raphaël Barrois | 2015-04-12 |
* | mongoengine: allow tuning the server timeout. | Raphaël Barrois | 2015-04-12 |
* | Fix tests with latest pymongo/mongoengine. | Raphaël Barrois | 2015-04-12 |
* | Fix imports for Django 1.8 | Raphaël Barrois | 2015-04-02 |
* | Fix custom queryset tests for Django<1.7 | Raphaël Barrois | 2015-03-27 |
* | Support declarations in FileField/ImageField. | Raphaël Barrois | 2015-03-27 |
* | Respect default manager in DjangoModelFactory (Closes #192). | Raphaël Barrois | 2015-03-27 |
* | Update header years. | Raphaël Barrois | 2015-03-26 |
* | Turn FileField/ImageField into normal fields (Closes #141). | Raphaël Barrois | 2015-03-26 |
* | Remove limitations of factory.StubFactory (Closes #131). | Raphaël Barrois | 2015-03-26 |
* | Add support for multidb with Django (Closes #171). | Raphaël Barrois | 2015-03-26 |
* | Fix issues between mute_signals() and factory inheritance (Closes #183). | Raphaël Barrois | 2015-03-26 |
* | Allow lazy evaluation of FuzzyChoice's iterators (Closes #184). | Raphaël Barrois | 2015-03-26 |
* | Enable resetting factory.fuzzy's random generator (Closes #175, #185). | Raphaël Barrois | 2015-02-18 |
* | Remove deprecated features. | Raphaël Barrois | 2014-11-18 |
* | Remove automagic pk-based sequence setup | Raphaël Barrois | 2014-11-16 |
* | Add tests for self-referential models (See #173). | Raphaël Barrois | 2014-11-02 |
* | Fix support for Django 1.7. | Raphaël Barrois | 2014-09-03 |
* | Fix test running without django (Closes #161). | Raphaël Barrois | 2014-09-03 |
* | tests: Update to Django new 'duplicate file' mechanism. | Raphaël Barrois | 2014-08-21 |
* | Fix declaration inheritance. | Raphaël Barrois | 2014-06-23 |
* | Provide readable errors when Meta.model isn't set (Closes #137). | Raphaël Barrois | 2014-06-21 |
* | Fix test_deprecation test. | Raphaël Barrois | 2014-05-18 |
* | Rename hidden/arg_parameters to exclude/inline_args. | Raphaël Barrois | 2014-05-18 |
* | Rename 'target' to 'model'. | Raphaël Barrois | 2014-05-18 |
* | Add DeprecationWarning for FACTORY_* kwargs | Raphaël Barrois | 2014-05-18 |
* | Remove containers.DeclarationsDict. | Raphaël Barrois | 2014-05-18 |
* | Switch tests to class Meta. | Raphaël Barrois | 2014-05-18 |
* | Add tests for class Meta | Raphaël Barrois | 2014-05-18 |
* | Migrate factory.alchemy to class Meta | Raphaël Barrois | 2014-05-18 |
* | factory.django: Fix counter inheritance with abstract models. | Raphaël Barrois | 2014-05-18 |
* | Switch FACTORY_FOR and related to 'class Meta'. | Raphaël Barrois | 2014-05-18 |
* | Fix 'gif' image tests. | Raphaël Barrois | 2014-04-20 |
* | Add test ensuring that classmethods aren't altered (See #135). | Raphaël Barrois | 2014-02-28 |
* | Fix log_pprint (Closes #123). | Raphaël Barrois | 2014-01-22 |
* | Improve mute_signals (Closes #122). | Raphaël Barrois | 2014-01-21 |
* | Added "prevent_signals" decorator/context manager | Ilya Pirogov | 2014-01-21 |
* | Added FuzzyInteger support for step | Ilya Pirogov | 2013-12-27 |
* | Added SubFactory support for MongoEngine's EmbeddedDocument | Ivan Miric | 2013-12-25 |
* | django: Fix lazy loading of 'son' factories (Closes #109). | Raphaël Barrois | 2013-11-25 |
* | Fix FuzzyDecimal on Python2.6. | Raphaël Barrois | 2013-10-29 |
* | Fix FuzzyDecimal tests. | Raphaël Barrois | 2013-10-29 |
* | django: Add tests for 'pk=None' with get_or_create. | Raphaël Barrois | 2013-10-29 |
* | Style fixes for FuzzyDecimal (Closes #94). | Raphaël Barrois | 2013-10-29 |
* | Added a Fuzzy Decimal attribute. | Omer | 2013-10-29 |
* | Added FuzzyText attribute. | Jon Dufresne | 2013-10-29 |
* | Fix Django sequences with abstract base models. | Raphaël Barrois | 2013-09-25 |
* | Lint | Raphaël Barrois | 2013-09-24 |
* | Properly handle Sequence & inheritance (Closes #93). | Raphaël Barrois | 2013-09-17 |