#22792: Check rule for list_display_links is incorrect
---------------------------------+----------------------------------------
     Reporter:  Ben Davis        |                    Owner:  Greg Chapple
         Type:  Bug              |                   Status:  closed
    Component:  contrib.admin    |                  Version:  1.7-beta-2
     Severity:  Release blocker  |               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
---------------------------------+----------------------------------------

Comment (by matsaman):

 Replying to [comment:6 Tim Graham <timograham@…>]:
 > …[changeset:"65bd053f11d22bca529f1da895599796fa0f3ee1" 65bd053f]…

 Can we get this backported to 1.8?

 {{{
 -                  cls.list_display_links is not None):
 +                  not cls.list_display_links and cls.list_display_links
 is not None):
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22792#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.2e5afb27092ac17f5897570d988e8b57%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to