Closed bartek closed 11 years ago
Hi there! Just noticed this small bug when using initial dictionary with the form.
initial
Using getattr() on initial, which is a dict, would try to fetch an attribute on that dictionary, rather than a key within it.
Good catch Bartek. Thanks. Merged.
Hi there! Just noticed this small bug when using
initial
dictionary with the form.Using getattr() on
initial
, which is a dict, would try to fetch an attribute on that dictionary, rather than a key within it.