The hypothetical models.MultiField: is there a rationale to avoid it ? Or could it make it into future releases ?

2015-08-17 Thread boitoletre
Hi, While implementing our collection management system based on Django, we are always excited by the extensibility of the framework. Most recently, we were exposed to the *forms.MultiValueField* and* widgets.MultiWidget*, that seem to offer composition capacities to users of the *form* an

Re: The hypothetical models.MultiField: is there a rationale to avoid it ? Or could it make it into future releases ?

2015-08-20 Thread boitoletre
Le mardi 18 août 2015 01:36:28 UTC+2, Tim Graham a écrit : > > I think the general idea is captured in ticket #5929 -- Allow Fields to > use multiple db columns (complex datatypes). Is that the gist of your > proposal? > Thank you for this link! It seems to discuss the same end result as what