Changes between Version 32 and Version 33 of RemovingTheMagic
- Timestamp:
- Jan 9, 2006, 2:51:56 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v32 v33 326 326 == Move "auth" and "core" models to django.contrib == 327 327 328 '''Status: Being done by Joseph Kocherhans'''328 '''Status: Done''' 329 329 330 330 See 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.) 331 343 332 344 == Moved Session model and middleware from core to django.contrib ==