On 1/9/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 1/8/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > Here's a status update on moving dango.contib.core/auth into django.contirb: > >> > > * Remove Package model (and dependencies on it) > > Ian Holsman still uses this. I'm things we may want to just change > > this to App or Application instead of Package. I can see how it > > *would* be useful, although I haven't used it myself. I'll defer to > > Adrian and Jacob on this. > > > > * Move contenttypes to django.contrib.contenttypes (and change dependencies) > > If Package stays, then should packages and contenttypes both go into > > separate apps? > > The package model is messy, and I see no reason for it to stick around > in the long term, but fixing that is also messy. :-( So, let's move > packages and contenttypes into a single "django.contrib.contenttypes" > app, and plan to remove packages down the road.
Done. The settings.py template has also been updated now. I think it should be (almost) safe to completely remove django.models now. I think there's still some code in the comments framework that uses the old (pre-magic-removal) module syntax. I'll fix it later today. Joseph
