django-model-utils/model_utils
Matthew Schinckel 5e8ebef5b1 Add ability to filter an InheritanceQuerySet by model.
This is based upon the feature in django-polymorphic, where you
can do:

    SuperClass.objects.instance_of(SubClass)

This will result in only objects of the subclass being fetched.

Note: this works with any queryset, keeping the filtering and
ordering applied there.
2014-05-16 20:23:04 +09:30
..
tests Use a signal handler instead of patching save. 2014-05-12 14:32:59 +09:30
__init__.py Bump version to 2.0.3.post1 for dev. 2014-03-19 22:48:13 -06:00
choices.py Merge branch 'master' into fix-choices-deepcopy 2013-10-11 13:23:56 -06:00
fields.py Fix bug where you could only run makemigrations once without error. 2014-04-25 14:17:42 -07:00
managers.py Add ability to filter an InheritanceQuerySet by model. 2014-05-16 20:23:04 +09:30
models.py Check for StatusModel field name conflicts correctly. 2014-01-06 16:03:44 -07:00
tracker.py Use a signal handler instead of patching save. 2014-05-12 14:32:59 +09:30