| \+ Django 1.9 support | \- Drops Django < 1.8 support
0.3
-----------------
| \+ Django 1.4, 1.5 and 1.6 are no longer supported | \+ The documentation is now on Read The Docs | \+ Adds ability to filter a GM2M queryset by model(s) | \* Fixes issue with fake content type models (14) | \* Fixes default value asked by makemigrations (12)
0.2.3
................... | \* issue with through model fields alteration in Django 1.7+ migrations | \+ pk_maxlength option to set the max length of the primary key to a user-defined value
v.0.2.4 (14-04-2015) .................... | \* fixes issue when creating ModelForms for related models | \* Django 1.8 compatibility: | \* add_virtual_field issue (issue 2) | \* GM2MField's column is None | \* fixes deprecation warnings regarding renamed django modules removed in django 1.9
v.0.2.5 (14-04-2015) .................... | \* fixes migration problems when using complex relations between models (issue 3)
v.0.2.6 (29-04-2015) .................... | \* Fixes system checks failure after ``add_relation`` (4) | \* Fixes migration problems with combined M2M and GM2M (5) | \* Fixes ``BaseDatabaseSchemaEditor`` import with Django 1.8 (6) | \* Fixes missing field flags on ``GM2MRelation`` and missing attributes on ``GM2MRel`` / ``GM2MUnitRel`` (7)
v.0.2.7 (09-05-2015) .................... | \* Fixes primary key lookups in fwd and reverse prefetching (8) | \* Fixes migrations application on a migrated app (9) | \* Fixes ``contenttypes.ContentType`` dependency in migrations (10)