Changes between Initial Version and Version 1 of Ticket #22078, comment 4
- Timestamp:
- Apr 17, 2014, 2:50:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22078, comment 4
initial v1 2 2 https://github.com/django/django/pull/2584 3 3 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 4 The problem is that methods without the 'item' argument (only with self) should be static now: 7 5 {{{ 8 6 @staticmethod … … 11 9 }}} 12 10 11 But the decorators works now (sample project is in attachments)