Metadata-Version: 2.1
Name: django-fixtureless
Version: 1.6.5
Summary: Test utility to create fixtureless objects in Django.
Home-page: https://github.com/ricomoss/django-fixtureless
Author: Rico Cordova
Author-email: rico.cordova@rocksolidbox.com
License: LICENSE.txt
Keywords: unittest,django,Python 3


=====================================
django-fixtureless
=====================================

django-fixtureless provides an easy way to create model objects within
your Django project for testing purposes.  This is done through
inspection of your database relationships.  All required fields are
randomly filled.  All foreign key relationships will create respective
objects in the same fashion.

Note: django-fixtureless only supports Django 1.8 or higher and Python
2.7.x and Python 3.x.

_Django: http://djangoproject.com
