1
0
mirror of https://github.com/django/django.git synced 2025-03-04 22:24:29 +00:00
anna b28c60529b Fixed -- Allowed introspection of base_field.model in RangeField
Used the same test and fix as in .
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
2016-04-03 16:32:30 +02:00
..