id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 26999,Request to add changes to ``model_to_dict`` in Django 1.10 to the release notes,Aaron Lelevier,nobody,"It seems that the `django.forms.models.model_to_dict` function changed with the way that it treats many-to-many related objects. Before, it was returning them in a list if ID's. Not it's returning them as a queryset. Commit that caused the change: https://github.com/django/django/commit/ded502024191053475bac811d365ac29dca1db61 The logic is here in the `model_to_dict` method: https://github.com/django/django/blob/1.10/django/forms/models.py#L91 And here in the field method: https://github.com/django/django/blob/1.10/django/db/models/fields/related.py#L1564-L1570 I'd like to request to add this to the release notes for Django 1.10. I couldn't find any note of it in there. I didn't know about the change, and it caused some code to break. No big deal, was able to locate the issue. Just want to point it out in case others may experience it. Thank you",Cleanup/optimization,closed,Documentation,1.10,Normal,fixed,,,Accepted,1,0,0,0,1,0