Changes between Initial Version and Version 1 of Ticket #20625, comment 23
- Timestamp:
- Jul 3, 2013, 2:30:22 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20625, comment 23
initial v1 18 18 So basically rename `manager_cls()` to `get_manager_class()` and have it use a `cls.manager_class` (or `cls.base_manager_class`) attribute. 19 19 20 If we go for that we should probably remove `Manager.queryset_class` since it would become an antipattern.20 If we go for that we should probably remove `Manager.queryset_class` (edit: by remove I mean, rename to _queryset_class) since it would become an antipattern. 21 21 22 22 Are you planning to complete the patch or should I do it?