Re: Theoretically backward incompatible cleanup of db queries

2006-01-09 Thread Jacob Kaplan-Moss
On Jan 9, 2006, at 7:24 AM, Russell Keith-Magee wrote: Any objections to me cleaning up these methods and removing the kwargs? Sounds like a good idea - go for it. Jacob

Theoretically backward incompatible cleanup of db queries

2006-01-09 Thread Russell Keith-Magee
Hi all, I wanted to feel out opinion about two small, but theoretically backwards-incompatible changes: 1) The DB query get_in_bulk() must be provided with an ID list. This list can be provided _either_ as the first input argument, or in the 'id_list' kwarg (but not both). I would suggest the k