Re: Weekly check-in #1

2011-07-29 Thread Michal Petrucha
On Wed, Jul 27, 2011 at 05:05:00AM -0700, akaariai wrote: > It might be a little late to comment on this, but here is some > opinions from somebody knowing something (but not much) about the ORM. > My first feeling is that from the django/db/models/sql/query.py point > of view it doesn't matter

revisiting #7726

2011-07-29 Thread Dan Watson
We were recently bitten by a backwards-incompatible change that seemed to creep in between 1.2.4 and 1.2.5. DecimalFields that define max_digits == decimal_places used to be valid until #7726 [1]. When trying to upgrade to 1.2.5, several models failed validation. Changing them such that