#1464 closed task (fixed)
[magic-removal] [patch] Need to update tutorials
Reported by: | 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)
Change History (15)
by , 19 years ago
Attachment: | magic-tutorial01-and-rst-title-fix.patch added |
---|
comment:1 by , 19 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 , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There are still 3 tutorials that require updating.
by , 19 years ago
Attachment: | tutorial02.patch added |
---|
Tutorial 2 - this one is pretty complete, I think.
by , 19 years ago
Attachment: | db-api.patch added |
---|
Probably needs more work but most of it should be sensible
comment:4 by , 19 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 , 19 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 , 19 years ago
comment:7 by , 19 years ago
comment:8 by , 19 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 , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Updates tutorial01 and fixes a couple title issues on other docs.