Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#8438 closed (fixed)

porting guide - 0.96 to 1.0

Reported by: daonb <bennydaon@…> Owned by: anonymous
Component: Documentation Version: dev
Severity: Keywords: porting
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The porting guide needs to basically cover everything in
BackwardsIncompatibleChanges, with before/after code samples for each
item and detailed upgrade info. The idea should be that someone can
start with an 0.96 site and read through the checklist in order,
making changes, and finish with a 1.0 site.

Attachments (4)

porting.txt (19.0 KB ) - added by daonb <bennydaon@…> 16 years ago.
It's a start…
porting.2.txt (19.5 KB ) - added by patrickf 16 years ago.
Added changes to prepopulated_from; adjusted links to point to new documentation; added info re fixtures changes (thanks richardb)
t8043-r8767.diff (121.1 KB ) - added by Ramiro Morales 16 years ago.
Patch generaded with Mercurial, apply using patch -p1
t8438-r8767.diff (20.5 KB ) - added by Ramiro Morales 16 years ago.
Please disregard previous bogus patch, use this instead. Aplly with patch -p1

Download all attachments as: .zip

Change History (14)

comment:1 by daonb <bennydaon@…>, 16 years ago

Owner: changed from nobody to anonymous
Status: newassigned

by daonb <bennydaon@…>, 16 years ago

Attachment: porting.txt added

It's a start...

comment:2 by daonb <bennydaon@…>, 16 years ago

Status: assignednew

porting.txt is the first draft. It needs more work. I'm uploading it as I hope someone in the Sprint will take it, review it and improve it.

comment:3 by Jacob, 16 years ago

Triage Stage: UnreviewedAccepted

comment:4 by anonymous, 16 years ago

Status: newassigned

comment:5 by patrickf, 16 years ago

Owner: changed from anonymous to patrickf
Status: assignednew

comment:6 by patrickf, 16 years ago

Status: newassigned

by patrickf, 16 years ago

Attachment: porting.2.txt added

Added changes to prepopulated_from; adjusted links to point to new documentation; added info re fixtures changes (thanks richardb)

comment:7 by patrickf, 16 years ago

Owner: changed from patrickf to anonymous
Status: assignednew

comment:8 by Ramiro Morales, 16 years ago

Has patch: set

Awesome work guys.

Do you think there is something else that need to be added to this new document or is could be considered complete?

I'm attaching a patch version of the file with the following changes:

  • Corrected some phrases
  • Added under docs/releases (this directory was suggested by Jacob).

The following two are subject to change:

  • Renamed as porting-guide.txt
  • Added a reference to docs/releases/index.txt, currently the link is located at the bottom of the file.

NOTE:

  • It would be good if text wrapping is set at 80 characters when possible, as the rest of the reST Django documentation.
  • Also, more crossreferencing (classes, settings, tags, would be of grat help to the readers.

by Ramiro Morales, 16 years ago

Attachment: t8043-r8767.diff added

Patch generaded with Mercurial, apply using patch -p1

by Ramiro Morales, 16 years ago

Attachment: t8438-r8767.diff added

Please disregard previous bogus patch, use this instead. Aplly with patch -p1

comment:9 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

Though I'm still working on this, the draft is done (http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/) and I'm cleaning it up. File additional docs tickets with any changes that need making.

comment:10 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top