This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
/
Changelog.txt
66 lines (57 loc) · 1.79 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Development
-----------
2.0.0
-----
- Discontinue the lib and migrate to https://github.com/model-bakers/model_bakery
- Use default value for unknown field types
- Enable seq method to be imported directly from model_mommy
- Stick to Django's roadmap (https://www.djangoproject.com/download/)
- Add validation to `_fill_optional` parameter
- Add new `_from_manager` parameter to `make` method
- Clean up obsolete imports
- Save object instances when handling one to many relations
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 parameter `_refresh_after_create` added to `model_mommy.make` method (defaults to `False`)
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)
1.5.0
-----
- Allow usage with Models which include a model attribute
- Support Django 2.0
1.4.0
-----
- Drops support for Django < 1.8
- Fix deprecation warnings for Django 1.11
- Avoid touching the DB on prepare()
- Flag `_create_files=True` needed to create ImageFieldFile in ImageFields,
otherwise you'll get a `<ImageFieldFile: None>`
1.3.2
-----
- Fix bug in save related keyword
- Wheel support
- HStoreFields Support
1.3.1
-----
- Dropped Django 1.5 support
- Custom parameters passing to Model.save method
- New parameter to save related instance on Mommy.prepare
- Lookup from relationship related names
- New API to add custom generators
1.3.0
-----
- Django 1.10 support
- Added UUIDField, JSONField and ArrayField support
- Python 3.2 support dropped
- Fix nested m2m recipes
- Removes deprecated API
- Fix related() with nullable foreignkeys on django 1.9
- Custom Mommy class implementation support
1.2.6
-----
First changelog