Commit graph

5 commits

Author SHA1 Message Date
adam
d8f64bf9fb py-model_mommy: updated to 1.6.0
1.6.0
- Support for Postgres' CI fields types
- NullBooleanField using gen_boolean generator
- Remove dependency with Django from model_mommy.random_gen module
- New paramenter `_refresh_after_create` added to `model_mommy.make` method (defaults to `False`)
2018-07-04 09:07:45 +00:00
adam
0019873349 py-model_mommy: updated to 1.5.1
1.5.1
- Support for GIS fields when `django.contrib.gis` is installed
- Do not create refrence if FK is specified with id (<name>_id)
2018-01-31 07:50:46 +00:00
adam
d6ff174c1a py-model_mommy: updated to 1.5.0
1.5.0
- Allow usage with Models which include a model attribute
- Support Django 2.0
2017-12-21 08:42:06 +00:00
adam
ad126af856 1.4.0:
- Drops support for Django < 1.8
- Fix deprecation warnings for Django 1.11
- Avoid touching the DB on prepare()
2017-09-06 15:21:54 +00:00
adam
5146caf980 Model-mommy offers you a smart way to create fixtures for testing in Django.
With a simple and powerful API you can create many objects with a single line
of code.
2017-05-05 15:46:41 +00:00