Maniac wrote: > > Robert Wittams wrote: > >> This is fixed in the new-admin branch. I've forgotten how this actually >> worked in the admin before (as you say, it looks for the wrong member), >> but it works for all ForeignKey fields ( in both admin and user views) >> in that branch. >> >> > Robert, is there any estimated time when this branch will be merged to > trunk? (can't wait to get rid of my own fix for this on my local machine) >
Well, I do not think it is ready quite yet, as there is still quite a bit of cleanup to do to make bits of the admin easily usable outside of it, without exposing a lot of admin specific stuff (eg style information). I'm not sure how long it will take, but I'm hopeful it should be within a couple of weeks. My focus is on preserving how the admin works almost precisely, whilst pushing its functionality into the core, rather than improving it a great deal. This work will make improving the admin a lot easier. When I am satisfied with my work in the branch, I'll try to get more people testing for regressions in functionality and refinement of the new stuff. I'll also attempt to document the new functionality. Then the trunk-meisters adrian and jacob will have to decide what bits to merge etc. This will probably be quite a bit of effort, I'm not sure what the best strategy would be. ( eg integration branch? ) Perusing the diff, there are a few fixes that are easily seperable from the branch. I will file tickets on these. I imagine Hugos i18n branch would be a better candidate to merge first as the changes are less invasive. Robert
