Re: One, maybe two small bugs.

2007-05-19 Thread Marc-Antoine Parent
> Known bug, unfortunately. Disjunctions involving a common field don't > have the correct SQL constructed. Will be fixed soon-ish (we have a > plan, the work isn't finished yet). Thanks a lot for both answers. That was swift! And kudos for the good work in general. Cheers, Marc-Antoine --~--

One, maybe two small bugs.

2007-05-19 Thread Marc-Antoine Parent
Good day! New to django, but familiar with the principles involved. Here is my situation. (sorry if long winded...) I have an entry and categories (called divisions) in a many-to-many relationship. However, each entry has a main division. So far the model looks like this: class Division(models.M