On 7/12/07, Johan Bergström <[EMAIL PROTECTED]> wrote: > The way i see it, there are two main reasons to decouple this: > * Concurrency (for instance: flup and all db connectors are > decoupled) > * Less updates to merge into tree (user already handles other > decoupled updates him/herself)
The other modules you mention are optional to a certain extent (don't technically need flup to do Django-as-WSGI, can use Django without a database or with your choice of DB adapter), but simplejson is absolutely required for the serialization system (and hence test fixtures and initial data loading) to work. Similarly, Django's internal dispatch system relies on pydispatcher and will not function without it, so pydisptatcher is bundled directly in Django. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---