Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10693 closed (fixed)

Non-existent and missing parameters in Field.__init__() documentation on custom model fields

Reported by: jos3ph Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The parameters core and prepopulate_from are no longer used in Field.init(). Also, the parameter list is missing auto_created.

See the __init__() method parameter list under http://docs.djangoproject.com/en/dev/howto/custom-model-fields/#writing-a-field-subclass

Attachments (1)

parameter_list_fix.diff (1.5 KB ) - added by jos3ph 15 years ago.

Download all attachments as: .zip

Change History (5)

by jos3ph, 15 years ago

Attachment: parameter_list_fix.diff added

comment:1 by Alex Gaynor, 15 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10324]) Fixed #10693: updated params in the docs.

comment:3 by Karen Tracey, 15 years ago

(In [10611]) [1.0.X] Fixed #10693: updated params in the docs.

r10324 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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