From 3f6ee76b2f4ce4db28be00011c0348696a2d5b5d Mon Sep 17 00:00:00 2001
From: Paulo Cheque <paulocheque@gmail.com>
Date: Tue, 28 Feb 2017 00:16:35 -0300
Subject: [PATCH] Added django-dynamic-fixture in Object Factories

Added django-dynamic-fixture in Object Factories section
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b8f820d..80a0f97 100644
--- a/README.md
+++ b/README.md
@@ -1055,6 +1055,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [responses](https://github.com/getsentry/responses) - A utility library for mocking out the requests Python library.
     * [VCR.py](https://github.com/kevin1024/vcrpy) - Record and replay HTTP interactions on your tests.
 * Object Factories
+    * [django_dynamic_fixture](https://github.com/paulocheque/django-dynamic-fixture) - A complete library to create dynamic model instances for testing purposes.
     * [factory_boy](https://github.com/rbarrois/factory_boy) - A test fixtures replacement for Python.
     * [mixer](https://github.com/klen/mixer) - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
     * [model_mommy](https://github.com/vandersonmota/model_mommy) - Creating random fixtures for testing in Django.
-- 
GitLab