Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django Rest Framework - conditionally make serializer's field required or not using other field value

django rest framework doesn't accept blob picture file (File extension “” is not allowed)

Django rest framework - ValidationError raised in models' save method. How to pass error to http response

Python: How to solve the issue : 'badly formed hexadecimal UUID string' in Django

Setting verbose name of function field in Django

Subclassing AbstractUser in Django for two types of users

Errno - 13 Permission denied: '/media/ - Django

Django admin raw_id_field popup with search box

How to delete a record after a certain time of it's creation in Django?

Django .save() unpredictably processing update_fields input

python django django-models

Django DateTimeRangeField: default=[timezone.now()]-[timezone.now()]+[10YEARS]

Django get all related values of the model

Getting date from Django datetime field with F() expression

python django django-models

Django-import-export export also related field of a model

Django foreign key's model field not updating correctly

django rest framework filter ignores int field that is mapped to enum

Override django admin activity log

django.db.utils.IntegrityError: could not create unique index - DETAIL: Key (player)=(Lonergan) is duplicated. - without unique constraint in model

How to control versioning in Django Rest Framework (DRF)

Django unique_together and flagging objects as "deleted"