Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2143 closed defect (fixed)

[patch] docs/forms.txt refers to API used before the merge of the magic-removal branch

Reported by: mssnlayam@… Owned by: Jacob
Component: Documentation Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

docs/forms.txt should import from django.db.models instead of django.core.meta

Attachments (2)

doc_api_fix.diff (1.2 KB ) - added by mssnlayam@… 18 years ago.
Fixes the documentation to use the new API
doc_api_fix.2.diff (3.0 KB ) - added by mssnlayam@… 18 years ago.
Fixes the API used in files in docs/

Download all attachments as: .zip

Change History (3)

by mssnlayam@…, 18 years ago

Attachment: doc_api_fix.diff added

Fixes the documentation to use the new API

by mssnlayam@…, 18 years ago

Attachment: doc_api_fix.2.diff added

Fixes the API used in files in docs/

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3125]) Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax
was still being used in the docs. Thanks to mssnlayam@… for the patch.

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