I've been merging in the various non-admin-related changes from the new-admin branch to trunk; it makes it easier for me to understand the new-admin changes with the non-related changes out of the way.
That part is finished, so the next merge is the big one. Before that happens, though, I have a few questions. These essentially are questions for rjwittams, but I'm posting them here in the spirit of open-source. * What is the member_name parameter that has been added to some FormFields in core/formfields.py, and why is it needed? * Can we refactor things so that RawIdAdminField isn't in core/formfields.py? formfields.py is intended to be fully abstracted from admin stuff -- they're just generic form fields for HTML display and validation. * Could you explain the "follow" concept for RelatedObjects? * Could you explain the BoundField, BoundFieldLine, FieldLine, BoundFieldSet and FieldSet classes? * There are several "TODOs" in the new-admin code. Are these taken care of, or are they meant to point to future, post-new-admin work? * The FilterSpec thing is really cool. :D Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org