summaryrefslogtreecommitdiff
path: root/factory/compat.py
Commit message (Collapse)AuthorAge
* Fix compatibility wrapper for Decimal.Raphaël Barrois2013-10-29
|
* Fix FuzzyDecimal on Python2.6.Raphaël Barrois2013-10-29
|
* Add factory.django.ImageField (Closes #52).Raphaël Barrois2013-06-27
|
* Fix coverageRaphaël Barrois2013-06-15
|
* Add FuzzyDateTime/FuzzyNaiveDateTime.Raphaël Barrois2013-04-21
|
* Pylint.Raphaël Barrois2013-04-03
|
* 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>