mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
50633e7353
The SubfieldBase's descriptor caused an AttributeError when accessed from the class. Introspection didn't like that. Patch by Trac alias supervacuo.