Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1464 closed task (fixed)

[magic-removal] [patch] Need to update tutorials

Reported by: jdunck@… Owned by: Jacob
Component: Documentation Version: magic-removal
Severity: normal Keywords: tutorial
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I had hoped to get all the tutorials done for magic removal, but I've just not had the time. Hopefully someone else will pick up with this patch and finish it off. Otherwise, I may resume working on it in a couple weeks.

Attachments (5)

magic-tutorial01-and-rst-title-fix.patch (12.9 KB ) - added by jdunck@… 18 years ago.
Updates tutorial01 and fixes a couple title issues on other docs.
Tutorial4.diff (2.4 KB ) - added by ChaosKCW 18 years ago.
Tutorial4 Changes for Magic Removal
tutorial02.patch (7.2 KB ) - added by jbowtie@… 18 years ago.
Tutorial 2 - this one is pretty complete, I think.
db-api.patch (17.1 KB ) - added by jbowtie@… 18 years ago.
Probably needs more work but most of it should be sensible
tutorial04.diff (579 bytes ) - added by James Bennett 18 years ago.
Patch to fix a problem in tutorial 4

Download all attachments as: .zip

Change History (15)

by jdunck@…, 18 years ago

Updates tutorial01 and fixes a couple title issues on other docs.

by ChaosKCW, 18 years ago

Attachment: Tutorial4.diff added

Tutorial4 Changes for Magic Removal

comment:1 by ChaosKCW, 18 years ago

Hi

I added Tutorial 4. I hope I got it all. Its at least a starting point for anyone else.

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2527]) magic-removal: Fixed #1464 -- Updated tutorial01 for magic-removal. Thanks, Jeremy D.

comment:3 by Russell Keith-Magee, 18 years ago

Resolution: fixed
Status: closedreopened

There are still 3 tutorials that require updating.

by jbowtie@…, 18 years ago

Attachment: tutorial02.patch added

Tutorial 2 - this one is pretty complete, I think.

by jbowtie@…, 18 years ago

Attachment: db-api.patch added

Probably needs more work but most of it should be sensible

comment:4 by anonymous, 18 years ago

Strange. Patches didn't show up in timeline. Neither did the patch/comment on #66. Is there something wrong with that email?

comment:5 by Jacob, 18 years ago

[2616] updated the tutorials, but the db-api doc still needs LOTS of work to take into account the new manager abstraction and query syntaxes.

comment:6 by Russell Keith-Magee, 18 years ago

(In [2632]) magic-removal: Fixes #1599, Refs #1464 -- Updated all tutorials for new syntax, changes in manage.py, etc.

comment:7 by Russell Keith-Magee, 18 years ago

(In [2633]) magic-removal: Refs #1464 -- Cleaned up some stray tabs that leaked into r2632

by James Bennett, 18 years ago

Attachment: tutorial04.diff added

Patch to fix a problem in tutorial 4

comment:8 by James Bennett, 18 years ago

Tutorial 4 has a slight error currently; when it's supposed to be fetching an individual choice it uses filter() instead of get(), which means it gets a QuerySet instead of a Choice object. I've attached a patch to fix that.

comment:9 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: reopenedclosed

(In [2733]) magic-removal: Fixed #1464 -- Fixed error in docs/tutorial04.txt. Thanks, ubernostrum

comment:10 by Adrian Holovaty, 17 years ago

milestone: Version 0.92

Milestone Version 0.92 deleted

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