Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-02 Thread Antonis Christofides
Sorry, which model is causing the problem? Which is the model that started giving you errors when you added the Meta? Antonis Christofides +30-6979924665 (mobile) On 02/04/2022 15.00, Sunday Ajayi wrote: Hi Antonis below is my model definition: from django.db import models from

Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-02 Thread Sunday Ajayi
Hi Antonis below is my model definition: from django.db import models from authentication.models import User,Business import cloudinary from cloudinary.models import CloudinaryField from django.core.paginator import Paginator,EmptyPage,PageNotAnInteger,InvalidPage from

Re: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is 8191

2022-04-01 Thread Antonis Christofides
Hi, could you show the definition of your model? Antonis Christofides +30-6979924665 (mobile) On 02/04/2022 00.43, Sunday Ajayi wrote: Hi Team, Please I am having the error below from django - postgresql: django.db.utils.OperationalError: index row requires 45344 bytes, maximum size is