#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)
Change History (5)
by , 17 years ago
| Attachment: | parameter_list_fix.diff added |
|---|
comment:1 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 17 years ago
Note:
See TracTickets
for help on using tickets.
(In [10324]) Fixed #10693: updated params in the docs.