Changes between Version 57 and Version 58 of RemovingTheMagic


Ignore:
Timestamp:
Jan 31, 2006, 6:33:07 PM (19 years ago)
Author:
Adrian Holovaty
Comment:

Added 'status' section

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v57 v58  
    1919 * The lookup API is changing so that many methods will become attributes. For example, {{{choice.get_poll()}}} is now {{{choice.poll}}}.
    2020 * Various packages, such as the Django template system (previously in {{{django.core.template}}}), have been moved around to make importing less verbose and easier to remember.
     21
     22== Status ==
     23
     24Not for the faint of heart at this point. Still being heavily developed.
    2125
    2226== Database changes you'll need to make ==
Back to Top