Incorrect get_db_prep_lookup documentation (in custom fields)
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).
milestone: |
→ 1.0
|
Triage Stage: |
Unreviewed → Accepted
|
Owner: |
changed from nobody to njharman
|
Status: |
new → assigned
|
Has patch: |
set
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Another one that needs to wait until after the docs refactor lands (which will be shortly).