Hi, I tried to do what's written in the doc (or in this group) to split my Poll.py model into several sub-files. I changed the __init__.py of my app to look for all other files.
__ALL__ = ['Poll', 'Choices'] but a django-admin sql Poll only shows sql statments for Poll model. And this even if I save a __ALL__ = [] into __init__.py. Is there something I missed ? Regards, Laurent. PS : I use latest snapshot from svn.