On 15 syys, 01:05, maxi <[email protected]> wrote:
> BTW, I've another issue related to one specific test.
> In test/regressiontests/model_fields/models.py there is a model
> defined as:
>
> class BigD(models.Model):
>     d = models.DecimalField(max_digits=38, decimal_places=30)
>
> Firebird doesn't accept that definitions for max_digits and
> decimal_places (the max is 18)
> It will be possible to add a DatabaseFeature attribute for avoid or
> skip related tests?

I have a feeling I have seen the max_digits issue before. Quick trac-
search didn't reveal anything, though. But yes, a database feature is
the way to go.

 - Anssi

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to