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


Ignore:
Timestamp:
Apr 22, 2014, 5:47:56 PM (10 years ago)
Author:
Preston Timmons

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22486, comment 2

    initial v1  
    1 Although partials aren't reversible by the "path.to.view" syntax, I don't think Django should blow up on them. Some parts of our code base use partials extensively.
     1Although partials aren't reversible by the "path.to.view" syntax, I don't think Django should blow up on them. Some parts of my work code base use partials extensively.
    22
    33A simple fix might be to create `lookup_str` from the original function whenever a pattern callback is a partial. The behavior would end up the same as if update_wrapper were called.
Back to Top