I've been using a pre 1.0 version of django (a dev version somewhere around .97),
And now I'm considering upgrading to 1.x (I grabbed the latest thing from the svn).
There have been some changes to the way the admin interface works, so now I have to edit all my models.py
files and create new admin.py
files.
I remember seeing a tool that supposedly automated (most of) this process, but that was a long time ago and I don't remember where it was (or maybe my memory is wrong)
Is there such a tool? Where is it?