#8438 closed (fixed)
porting guide - 0.96 to 1.0
Reported by: | 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)
Change History (14)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 16 years ago
Attachment: | porting.txt added |
---|
comment:2 by , 16 years ago
Status: | assigned → new |
---|
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 , 16 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:4 by , 16 years ago
Status: | new → assigned |
---|
comment:5 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 16 years ago
Status: | new → assigned |
---|
by , 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 , 16 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:8 by , 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 , 16 years ago
Attachment: | t8043-r8767.diff added |
---|
Patch generaded with Mercurial, apply using patch -p1
by , 16 years ago
Attachment: | t8438-r8767.diff added |
---|
Please disregard previous bogus patch, use this instead. Aplly with patch -p1
comment:9 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
It's a start...