Changes between Initial Version and Version 1 of Ticket #16611, comment 2


Ignore:
Timestamp:
Aug 11, 2011, 3:32:00 PM (13 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16611, comment 2

    initial v1  
     1EDIT
     2
     3I 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
     7ORIGINAL COMMENT
     8
    19It's such a thin wrapper that I initially wondered if it was really useful.
    210
Back to Top