Re: [Django] #16835: filter users by group

2012-09-22 Thread Django
#16835: filter users by group
-+-
 Reporter:  Wim Feijen    |Owner:
 Type:  New feature  |  dloewenherz
Component:  contrib.auth |   Status:  closed
 Severity:  Normal   |  Version:  1.3
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  1|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-

Comment (by dloewenherz):

 Thanks!

 PS Someone else wrote the patch, I just marked RFC and became the owner
 since the person who originally wrote the issue appeared to have
 disappeared.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16835: filter users by group

2012-09-22 Thread Django
#16835: filter users by group
-+-
 Reporter:  Wim Feijen    |Owner:
 Type:  New feature  |  dloewenherz
Component:  contrib.auth |   Status:  closed
 Severity:  Normal   |  Version:  1.3
 Keywords:   |   Resolution:  fixed
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  1|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by Preston Holmes ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"69ff1b7390e140f332a5aa55c44a091c838923fb"]:
 {{{
 #!CommitTicketReference repository=""
 revision="69ff1b7390e140f332a5aa55c44a091c838923fb"
 Fixed #16835 -- add groups to auth.user admin list_filter
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16835: filter users by group

2012-09-22 Thread Django
#16835: filter users by group
-+-
 Reporter:  Wim Feijen    |Owner:
 Type:  New feature  |  dloewenherz
Component:  contrib.auth |   Status:  assigned
 Severity:  Normal   |  Version:  1.3
 Keywords:   |   Resolution:
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  1|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by ptone):

 * component:  contrib.admin => contrib.auth


Comment:

 Thanks for the patch - landing it in a second - just FYI in general avoid
 RFCing your own patches, for small patches like this where docs/tests
 essentially don't apply - it can be OK, but even then it is preferred to
 wait a bit after attaching the patch to see if someone might RFC it first.

 https://docs.djangoproject.com/en/dev/internals/contributing/triaging-
 tickets/#ready-for-checkin

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16835: filter users by group

2012-09-07 Thread Django
#16835: filter users by group
-+-
 Reporter:  Wim Feijen    |Owner:
 Type:  New feature  |  dloewenherz
Component:  contrib.admin|   Status:  assigned
 Severity:  Normal   |  Version:  1.3
 Keywords:   |   Resolution:
Has patch:  1| Triage Stage:  Ready for
  Needs tests:  0|  checkin
Easy pickings:  1|  Needs documentation:  0
 |  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by dloewenherz):

 * owner:   => dloewenherz
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16835: filter users by group

2012-09-07 Thread Django
#16835: filter users by group
-+-
 Reporter:  Wim Feijen    |Owner:
 Type:  New feature  |   Status:  new
Component:  contrib.admin|  Version:  1.3
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  1|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by dloewenherz):

 * component:  contrib.auth => contrib.admin
 * stage:  Accepted => Ready for checkin


Comment:

 Patch successfully applies to master, works as expected.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #16835: filter users by group

2012-04-24 Thread Django
#16835: filter users by group
+
 Reporter:  Wim Feijen   |Owner:
 Type:  New feature |   Status:  new
Component:  contrib.auth|  Version:  1.3
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+

Comment (by mitya):

 I probably shouldn't code the ticket to begin with since I cannot commit
 anything. I just tried to understand the process. Got it now. Thanks!

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2012-04-24 Thread Django
#16835: filter users by group
+
 Reporter:  Wim Feijen   |Owner:
 Type:  New feature |   Status:  new
Component:  contrib.auth|  Version:  1.3
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+
Changes (by claudep):

 * owner:  mitya =>
 * status:  reopened => new


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2012-04-24 Thread Django
#16835: filter users by group
+
 Reporter:  Wim Feijen   |Owner:  mitya
 Type:  New feature |   Status:  reopened
Component:  contrib.auth|  Version:  1.3
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+
Changes (by claudep):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 Please do not close tickets without explanations.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2012-04-23 Thread Django
#16835: filter users by group
+
 Reporter:  Wim Feijen   |Owner:  mitya
 Type:  New feature |   Status:  closed
Component:  contrib.auth|  Version:  1.3
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+
Changes (by mitya):

 * status:  new => closed
 * resolution:   => fixed


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2012-04-23 Thread Django
#16835: filter users by group
+
 Reporter:  Wim Feijen   |Owner:  mitya
 Type:  New feature |   Status:  new
Component:  contrib.auth|  Version:  1.3
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+
Changes (by mitya):

 * owner:  nobody => mitya


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2011-09-18 Thread Django
#16835: filter users by group
-+-
   Reporter:  Wim|  Owner:  nobody
  Feijen  | Status:  new
   Type:  New|  Component:  contrib.auth
  feature|   Severity:  Normal
  Milestone:  1.4|   Keywords:
Version:  1.3|  Has patch:  1
 Resolution: |Needs tests:  0
   Triage Stage:  Accepted   |  Easy pickings:  1
Needs documentation:  0  |
Patch needs improvement:  0  |
  UI/UX:  0  |
-+-
Changes (by ptone):

 * has_patch:  0 => 1
 * milestone:   => 1.4


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #16835: filter users by group

2011-09-17 Thread Django
#16835: filter users by group
-+-
   Reporter:  Wim|  Owner:  nobody
  Feijen  | Status:  new
   Type:  New|  Component:  contrib.auth
  feature|   Severity:  Normal
  Milestone: |   Keywords:
Version:  1.3|  Has patch:  0
 Resolution: |Needs tests:  0
   Triage Stage:  Accepted   |  Easy pickings:  1
Needs documentation:  0  |
Patch needs improvement:  0  |
  UI/UX:  0  |
-+-
Changes (by aaugustin):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Accepted


Comment:

 This might be difficult to use on sites where there is a huge number of
 groups, but:
 - the groups appear below the other filters, which preserves usability;
 - for the vast majority of the sites, it should be useful.

 Accepting the ticket for this reason.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.