Changes between Initial Version and Version 1 of Ticket #22078, comment 4


Ignore:
Timestamp:
Apr 17, 2014, 2:50:24 PM (10 years ago)
Author:
coldmin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22078, comment 4

    initial v1  
    22https://github.com/django/django/pull/2584
    33
    4 The problem is that methods without the 'item' argument (only with self) should be static now.
    5 But the decorators works now (sample project is in attachments)
    6 
     4The problem is that methods without the 'item' argument (only with self) should be static now:
    75{{{
    86    @staticmethod
     
    119}}}
    1210
     11But the decorators works now (sample project is in attachments)
Back to Top