Ian Maurer wrote: > That's a pretty slick implementation, I'd like to try it out... some > questions: > > Is it in a usable format? > Are there any directions for pulling this branch down to my local environment? > What happens if the main branch gets updated? > > > thanks... > ian > > >
Well, I and a few other people are using it. The instructions to check it out are at : http://code.djangoproject.com/wiki/BranchPolicy the branch name is new-admin so basically svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ in your checkout of trunk, or svn co http://code.djangoproject.com/svn/django/branches/new-admin/ to check it out in another dir. I merge it with trunk pretty often, every couple of days, so it never gets too out of sync. Its probably more unstable than trunk (eg in situations I haven't tested yet).