Django

Code

Ticket #7243 (new)

Opened 2 months ago

Incorrect get_db_prep_lookup documentation (in custom fields)

Reported by: Anossov Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords: get_db_prep_lookup
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

Custom model fields documentation states that one can simply return get_db_prep_save result from get_db_prep_lookup. However, one must return a list from get_db_prep_lookup (or call super(CustomField, self).get_db_prep_lookup and return that).

Attachments


Add/Change #7243 (Incorrect get_db_prep_lookup documentation (in custom fields))




Change Properties
Action