Re: Custom model field data type

2018-05-07 Thread JAGADESH M
if you read this page you will get an idea. get the link below https://stackoverflow.com/questions/20754793/django-module-object-has-no-attribute-bigintegerfield On Mon, May 7, 2018 at 3:31 PM, 'Berry' via Django users < django-users@googlegroups.com> wrote: > I created a custom PositiveBigInteg

Custom model field data type

2018-05-07 Thread 'Berry' via Django users
I created a custom PositiveBigIntegerField data type in models.py, which is a sub class of the BigIntegerField. I registered the model where the PositiveBigIntegerField is used in the admin site. When I try to add een item using the admin site, the 'add' button raises an error, telling me Posit