2011/1/2 Łukasz Rekucki <lreku...@gmail.com> > > What about application order? It's important in some parts of Django, > like template loading order.
Can you describe this problem with more details? Usualy each applications has own path for its templates. > For backward compatibility it checks on setting load stage and convert to > > dictionary if it need. > > INSTALLED_APPS will be low level API to install applications. > > There is another aspect of backwards-compatibility: there are many 3rd > party tools that assume INSTALLED_APPS to be a tuple with application > names, so changing it to a dictionary will break them. I've say it's no hard to provide interface like dict and compatible with tuple. I show only proposed syntax. Same problem as above, keyword arguments have no order. Can you share pruf link or provide more details of described problem? -- skype: kamedov www: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.