Changes between Version 32 and Version 33 of RemovingTheMagic


Ignore:
Timestamp:
Jan 9, 2006, 2:51:56 PM (18 years ago)
Author:
jkocherhans <jkocherhans@…>
Comment:

updated status and details for task: Move "auth" and "core" models to django.contrib

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v32 v33  
    326326== Move "auth" and "core" models to django.contrib ==
    327327
    328 '''Status: Being done by Joseph Kocherhans'''
     328'''Status: Done'''
    329329
    330330See http://groups.google.com/group/django-developers/browse_thread/thread/276d071a74543448/7d4b1c40c2d53393
     331
     332 * Old: {{{django.models.auth}}}
     333 * New: {{{django.contrib.auth.models}}}
     334
     335 * Old: {{{django.models.core.sites}}}
     336 * New: {{{django.contrib.sites.models}}}
     337
     338 * Old: {{{django.models.core.contenttypes}}}
     339 * New: {{{django.contrib.contenttypes.models}}}
     340
     341 * Old: {{{django.models.core.packages}}}
     342 * New: {{{django.contrib.contenttypes.models}}} (This will most likely be removed in the future.)
    331343
    332344== Moved Session model and middleware from core to django.contrib ==
Back to Top