Changes between Initial Version and Version 1 of Ticket #22486, comment 2
- Timestamp:
- Apr 22, 2014, 5:47:56 PM (11 years ago)
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 ourcode base use partials extensively.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 my work code base use partials extensively. 2 2 3 3 A 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.