Mike Axiak wrote: > I didn't want to use the extra setting either, but I finally caved in > after working with it (and discussing with Ivan). I will certainly > explore any other possibilities.
My original reason for settings was that a single upload handler can't possibly know the semantics of other upload handlers and can't decide where to put itself in the list. This should be a decision of a developer who compiles a project from third-party apps with upload handlers how to arrange them. It's very similar to middleware: the order is decided in settings. The only exception would be when a handler really depends on some other handler which it can require be raising an Exception somewhere. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
