paulocheque·15 ปีที่แล้ว·discussVersion 1.2.1 released. Documentation updated, including comparison with other tools. http://code.google.com/p/django-dynamic-fixture
paulocheque·15 ปีที่แล้ว·discussIt creates instances of models.Model objects for testing purposes. For example, instead to use static data in a fixture.yaml file (terrible idea), use the dynamic-fixture to do that.There are other tools that do that (http://djangopackages.com/grids/g/fixtures), but I think django-dynamic-fixture is the more complete tool, check it out and compare (http://code.google.com/p/django-dynamic-fixture). bye