RangeField.base_field has no model attribute
Like it was in #25867 for ArrayField
, RangeField
and its subclasses do not have the model
attribute in their base_field
.
I didn’t find any use case where it triggers a bug as blocking as in #25867, however this is problematic when doing advanced introspection on the ORM, as I faced.
A similar solution as the one for #25867 should work.
Change History
(5)
Triage Stage: |
Unreviewed → Accepted
|
Version: |
1.9 → master
|
Has patch: |
set
|
Owner: |
set to Anna Schneider
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In b28c605: