Make NAV's Django code work with Django 1.0
Bug #260554 reported by
Stein Magnus Jodal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
High
|
Stein Magnus Jodal |
Bug Description
Django 1.0 is targeted for release September 2 2008 (current release is beta-1). To jump from the version NAV are currently using (SVN r7534) to 1.0, some changes have to be made to the Django code in NAV.
http://
Changed in nav: | |
assignee: | nobody → jodal |
importance: | Undecided → High |
milestone: | none → v3.5.0 |
status: | New → Confirmed |
Changed in nav: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Django 1.0b1 is now installed at navdev. INSTALL file has been updated and BackwardsIncomp atibleChanges worked through. Only change to the default branch was newforms/forms import in ipdevinfo.
The useradmin branch needs to fix newforms/forms too. I believe adamcik is fixing ATM.