Re: django version 1.1.1 decimalfield invalidoperation

2010-05-14 Thread mendes.rich...@gmail.com
Ok, thanks a lot for your help Apparently I misunderstood that part, and indeed I replaced it to 20 and 15 leaving again 5 digits. It should do the trick i'll change it asap. Thanks again. Richard On May 14, 7:38 pm, Karen Tracey wrote: > On Fri, May 14, 2010 at 8:22 AM,

Re: django version 1.1.1 decimalfield invalidoperation

2010-05-14 Thread Karen Tracey
On Fri, May 14, 2010 at 8:22 AM, mendes.rich...@gmail.com < mendes...@gmail.com> wrote: > [snip] > > The problem i'm having is with the following model class with the > field value: > > class Measurement(models.Model): >measurement_id = models.AutoField("Measurement >

Re: django version 1.1.1 decimalfield invalidoperation

2010-05-14 Thread mendes.rich...@gmail.com
Hello Karen, Thanks for your reply, i checked the code from the ticket and it was indeed already changed in the current version. The specs of the system i',m using are; Python 2.4.3 Django 1.1.1 final Database Postgresql Interface postgresql_psycopg2 The problem i'm having is with the following

Re: django version 1.1.1 decimalfield invalidoperation

2010-05-11 Thread Karen Tracey
On Tue, May 11, 2010 at 9:49 AM, mendes.rich...@gmail.com < mendes...@gmail.com> wrote: > On our production server we are running the last official release > 1.1.1, > When i started uploading big decimal values i ran into trouble and > came across a ticket which described the error. > > This was

django version 1.1.1 decimalfield invalidoperation

2010-05-11 Thread mendes.rich...@gmail.com
Hello Django Users, On our production server we are running the last official release 1.1.1, When i started uploading big decimal values i ran into trouble and came across a ticket which described the error. This was ticket 10692 and it was solved. Unfortunately i couldn't track down which