django-model-utils/model_utils
Andy Freeland 7e381179e4 PassThroughManager calls superclass get_query_set.
As discussed in #31, PassThroughManager and
PassThroughManager.for_queryset_class() would ignore the superclass
version of `get_query_set`.
2013-05-26 16:04:47 -04:00
..
tests PassThroughManager calls superclass get_query_set. 2013-05-26 16:04:47 -04:00
__init__.py Make `from model_utils import ModelTracker` work 2013-02-18 20:09:08 -08:00
choices.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00
fields.py Fix GH-41: re-add get_FOO_display method to models with StatusField. 2013-05-02 11:33:48 -06:00
managers.py PassThroughManager calls superclass get_query_set. 2013-05-26 16:04:47 -04:00
models.py Remove reduntant "as" in import 2013-04-12 17:13:35 -07:00
tracker.py Fix str/unicode problems in Python 3 2013-04-12 14:16:42 -07:00