django-model-utils/model_utils
Patryk Zawadzki 80547335c0 Don't try to access __slots__ during copy()
When subclassing Django will copy managers from the ancestor class. Copying in turn calls `copy.copy()` which checks whether the object uses `__slots__` or `__dict__`. This could result in the manager calling `self.get_queryset()` before all models get registered with the ORM.
2014-01-20 12:50:37 +01:00
..
tests Merge branch 'master' into query-set-deprecated 2014-01-06 16:06:31 -07:00
__init__.py Bump version for dev. 2014-01-06 18:26:01 -07:00
choices.py Merge branch 'master' into fix-choices-deepcopy 2013-10-11 13:23:56 -06:00
fields.py Added choices_name parameter to StatusField 2013-11-14 16:12:31 -03:00
managers.py Don't try to access __slots__ during copy() 2014-01-20 12:50:37 +01:00
models.py Check for StatusModel field name conflicts correctly. 2014-01-06 16:03:44 -07:00
tracker.py Merge pull request #73 from silonov/json_fields_support 2013-08-17 01:46:31 -07:00