summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAge
* Stop advertising factory_boy supports Python 2.6Hervé Cauwelier2016-03-04
| | | | Support was already gone with literal sets.
* Announce support for Python3.5Raphaël Barrois2016-02-10
|
* Add lazy loading to factory.Iterator.Raphaël Barrois2015-05-24
| | | | | | | | | | | factory.Iterator no longers begins iteration of its argument on declaration, since this behavior may trigger database query when that argument is, for instance, a Django queryset. The ``factory.Iterator``'s argument will only be called when the containing ``Factory`` is first evaluated; this means that factories using ``factory.Iterator(models.MyThingy.objects.all())`` will no longer call the database at import time.
* Add factory.Faker()Raphaël Barrois2015-05-22
| | | | | This relies on the ``fake-factory`` library, and provides realistic random values for most field types.
* Fix typo in setup.py (Closes #197).Raphaël Barrois2015-04-21
| | | | Thanks to @nikolas for spotting it!
* Declare Python3.4 supportRaphaël Barrois2015-04-21
|
* Switch FACTORY_FOR and related to 'class Meta'.Raphaël Barrois2014-05-18
| | | | | | | This is easier to declare, avoids cluttering the namespace, and provides entry points for ORM-specific customization. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Packaging: Use codecs.open (Closes #114, #118).Raphaël Barrois2013-12-25
|
* Release v2.2.0v2.2.0Raphaël Barrois2013-09-24
|
* More fixes to testsv2.1.2Raphaël Barrois2013-08-14
|
* Final fix for setup.pyRaphaël Barrois2013-08-14
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Fix setup.py post-setuptools/distribute merge.Raphaël Barrois2013-08-14
|
* Add logging calls (Closes #45).Raphaël Barrois2013-06-14
|
* Advertise PyPy support.Raphaël Barrois2013-03-28
|
* Add full Python 3 compatibility (Closes #10, #20, #49).nkryptic2013-03-15
| | | | | | | | Also: - update travis.yml to build against 2.6-2.7 and 3.2-3.3 - Switch to relative imports Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Improve testing helpers.Raphaël Barrois2013-03-03
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Update my email;Raphaël Barrois2012-11-15
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Better version computing code.Raphaël Barrois2012-08-09
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bumpv1.1.51.1.5Raphaël Barrois2012-07-09
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bump to 1.1.4v1.1.4Raphaël Barrois2012-06-19
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* proper shebang for setup.pyMikhail Korobov2012-04-10
|
* 2 bytes less to downloadMikhail Korobov2012-04-10
|
* Test running improvements: tests can be run under python 2.6 (by using ↵Mikhail Korobov2012-04-10
| | | | optional unittest2), tox config for testing under different pythons, explicit python version requirements (factory_boy works with python 2.6 and 2.7); ./setup.py test returns proper error code in case of test failure.
* Version bump, for packaging purposes.v1.1.3Raphaël Barrois2012-03-09
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bump.v1.1.2Raphaël Barrois2012-02-24
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bumpv1.1.1Raphaël Barrois2012-02-24
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Improve the 'SelfAttribute' syntax.v1.1.0Raphaël Barrois2012-02-24
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Upgrade version.Raphaël Barrois2012-02-24
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Fix package name for re-upload to PyPI.Raphaël Barrois2011-12-22
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Updated the package descriptionMark Sandstrom2011-12-21
|
* Update author/maintainer information.v1.0.4Raphaël Barrois2011-12-21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add a 'test' command to the setup.py script.Raphaël Barrois2011-12-21
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Temporary alternate package name.Raphaël Barrois2011-12-20
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Add utf8 file headers.Raphaël Barrois2011-12-20
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bump, author info updated.Raphaël Barrois2011-12-20
| | | | | | Getting ready for PyPI upload. Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Version bumpRaphaël Barrois2011-05-16
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* Version bump.Raphaël Barrois2011-05-13
| | | | Signed-off-by: Raphaël Barrois <raphael.barrois@polyconseil.fr>
* factory_boy: a test fixtures replacement based on thoughtbot's factory_girl ↵Mark Sandstrom2010-08-22
for Ruby