Changes between Version 4 and Version 5 of ClassBasedViews


Ignore:
Timestamp:
Oct 1, 2010, 11:38:08 AM (14 years ago)
Author:
Russell Keith-Magee
Comment:

Document why modifying urlresolver isn't viable.

Legend:

Unmodified
Added
Removed
Modified
  • ClassBasedViews

    v4 v5  
    103103Arguments against:
    104104 * Requires special cases in !UrlResolver which almost inevitably involve isinstance(!ViewClass) or some analog.
     105 * Decorators become extremely difficult to use; wrapping methods or __call__ on an uninstantiated class is hard.
    105106
    106107==== Recommendation ====
Back to Top