Dnia 2012-12-21, pią o godzinie 11:05 -0800, Anssi Kääriäinen pisze: > I went with a different approach than the patch for 1.5. At this stage > as minimal as possible change to get_default_columns() seemed like a > good idea. See commit a0155f35343afbfd9e98ab9aa4615f06780f697e in > stable/1.5.x. > > I patched only 1.5.x. Master will get soon different handling of the > parent model joining in get_default_columns(). The taken approach in > master should still allow typedmodels to work. See: > https://github.com/akaariai/django/compare/names_to_path_to_fields#L3L254 > > If you have still problems in 1.5.x please tell us soon. There isn't > too much time before the release.
Thanks for the patch, it seems to do the job - all tests pass (including two I added today), both on 1.5.x and on 1.4.x. _fill_fields_cache still has to be monkeypatched (I've also added similar patch for _fill_m2m_cache), but this is no change comparing to the previous state. I haven't yet looked through changes from your names_to_path_to_fields branch, but tests pass on it too, which is promising. Regards, Krzysztof -- 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.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.