Michael Radziej wrote: > Nebojša Đorđević schrieb: >> I probably missed this, but in m-r branch admin interface all models are >> sorted alphabetically and not in creation order >> like in current trunk. Is this intentional or feature ;)? >> >> Also (with sqlite) I noticed that order of CREATE SQL statements are also >> sorted alphabetically which (for example) >> create tables before referenced ones. SQLite ignores REFERENCES statements >> so that is not a big problem (for now). >> > > Can you try a different db? I tried postgresql and mysql, and for both I > cannot confirm what you see (but I haven't doublechecked).
Currently no, I presume that you are referring to CREATE statements. Maybe it's sqlite driver problem. If I have time I'll try to make sample models to reproduce this (current models are pretty big for posting). And for ordering, I can't find any logic in model order, it's not alphabetical as I presumed before. -- Nebojša Đorđević - nesh Studio Quattro - Niš - SCG http://studioquattro.biz/ http://djnesh.blogspot.com/ | http://djnesh-django.blogspot.com/ | http://djangoutils.python-hosting.com/ Registered Linux User 282159 [http://counter.li.org] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
