> I'm thinking more and more that a nice, simple Django improvement > would be to allow URLconfs to specify the view object itself, rather > than a string representing the path to the view. >...
Two small questions: Would the first positional argument to patterns() just go away? Also, how would this fit with your proposed reverse-URL lookup? In any case, +1. Seems more Pythonic to have objects as objects rather than as strings. pb -- http://e-scribe.com/news/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers -~----------~----~----~----~------~----~------~--~---
