Re: Feature request: Abstract ManyToManyField

2011-02-04 Thread Mike Lindsey
f course). I'm doing pretty well in the schedule for this project, so I'll see if I can't get a workable patch done to submit back. If not, then I'll go file the feature request. -- Mike Lindsey -- You received this message because you are subscribed to the Google Grou

Re: Feature request: Abstract ManyToManyField

2011-02-04 Thread Mike Lindsey
ToManyField is the name of the attribute placed on the other model for the reverse reference. -- -- Mike Lindsey -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups

Re: Feature request: Abstract ManyToManyField

2011-02-04 Thread Mike Lindsey
tionship of '%(class)s_hostgroup' like: HostGroups<-> Hosts Or is a tree-like structure like: ...<-> HostGroups1<-> Hosts1<-> HostGroups2<-> Hosts2<-> Where HostGroup2 has a relationship to Hosts1 and a separate relationship to Hosts2

Re: Feature request: Abstract ManyToManyField

2011-02-04 Thread Mike Lindsey
db_table='config_host_hostgroups') I'm manipulating the data via standard admin forms, with fieldsets and filter_horizontal. All the other options I've come across for this kind of data model don't work with fieldsets OR filter_horizonta

Feature request: Abstract ManyToManyField

2011-02-03 Thread Mike Lindsey
syncdb; repeating until syncdb finishes successfully. What would make this exceptionally easy, is if there was the option to set 'abstract=True' on second iteration of each of the ManyToManyFields, telling syncdb to not attempt to create it. Thoughts? -- Mike Lindsey -- You received thi