On 1/6/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
>
> One more idea, though, would be to split "core" into
> django.contrib.sessions, django.contrib.contenttypes and
> django.contrib.sites. Packages would go away, because they're not
> really necessary (we used them heavily about 1.5 years ago, but
> they're no longer useful). Thoughts on that?

Now that I think about it a little more I agree that core should be split into:

django.contrib.sessions
django.contrib.sites

If no one is using packages I'll just drop it.

contenttypes feels pretty core to me. I guess django doesn't really
depend on it though. (although many apps do.) I think contenttypes
should it go in django.contrib.core? Any preferences?

Also, should the table names stay the same? My vote is for changing
them, and updating BackwardsIncompatibleChanges with insructions on
how to rename them.

Joseph

Reply via email to