Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9254 closed (fixed)

porting guide lacks

Reported by: beza1e1 Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The 1.0 porting guide is insufficient. Stuff i ran into:

  • The 'core' keyword argument in models has vanished. I don't know, what the proper replacement should be.
  • x.get_document_url => x.document.url
  • x.get_document_size => x.document.size

Change History (3)

comment:1 by Chris Beaven, 16 years ago

Needs documentation: set
Triage Stage: UnreviewedAccepted

Correct, it could do with a bit of polish around those two areas.

  • core argument is not necessary with the new inlines, it would be logical to mention removing it after this
  • File field changes should be documented here

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [9166]) Fixed #9254 -- Added information to the porting guide about the removal of
"core" and the new methods on model file- and image-fields.

comment:3 by Malcolm Tredinnick, 16 years ago

(In [9172]) [1.0.X] Fixed #9254 -- Added information to the porting guide about the removal
of "core" and the new methods on model file- and image-fields.

Backport of r9166 from trunk.

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