django-model-utils/model_utils
Sachi King 8cb21aabbc Support django 1.11 iterator changes
Django starting with 1.9 switched to using a class to provide an
iterator for the querymanager.  Between 1.9 and 1.10 changes slowly
stopped referencing that function and instead started calling
_iterator_class directly.

As the functionality model-utils is patching has moved, this patch moves
the iterator logic to a class to match the changes that have been made
in Django in version 1.9.

As Django 1.8 is a LTS release that is still supported, iterator()
is retained in the InheritanceQuerySetMixin and can be removed when
support for Django 1.8 is removed.  This goes for the try-except in the
import statements as well.
2017-04-02 21:53:15 +10:00
..
locale/de/LC_MESSAGES Add script and makefile tasks for making and compiling messages; un-gitignore .mo files. 2015-07-20 10:20:11 -06:00
__init__.py Bump version to 2.6.2.a1. 2017-01-11 16:07:17 -08:00
choices.py Merge branch 'master' into fix-choices-deepcopy 2013-10-11 13:23:56 -06:00
fields.py Fix django 2.0 warnings 2017-01-12 12:16:46 -05:00
managers.py Support django 1.11 iterator changes 2017-04-02 21:53:15 +10:00
models.py Add fix + tests for abstract manager inheritance issue with StatusModel 2017-01-09 19:02:59 +00:00
tracker.py Support Django 1.10 deferred FileField with FieldTracker 2016-09-08 18:00:48 +03:00