Changes between Initial Version and Version 1 of Ticket #16611, comment 2
- Timestamp:
- Aug 11, 2011, 3:32:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16611, comment 2
initial v1 1 EDIT 2 3 I accepted the ticket because I thought the syntax would be `User.active` (adding a new manager); actually it's `User.objects.active()` (adding a method to the manager). This really adds little value compared to `User.objects.filter(is_active=True)`, so I change my vote to -0. 4 5 ---- 6 7 ORIGINAL COMMENT 8 1 9 It's such a thin wrapper that I initially wondered if it was really useful. 2 10