Changes between Version 11 and Version 12 of RemovingTheMagic


Ignore:
Timestamp:
Dec 13, 2005, 11:03:30 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added 'status: Done' for django.db.models relocation

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v11 v12  
    2626== Model class and Field classes renamed/relocated ==
    2727
    28 '''Status: Not yet done'''
     28'''Status: Done'''
    2929
    3030Difference: Import is from {{{django.db.models}}} instead of {{{django.core.meta}}}. This is easier to remember. However, {{{models}}} may not be the best name for it.
Back to Top