Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django custom manager with ManyToManyField

django django-models

Django Model Choices: IntegerField vs CharField

How should multiple Django apps communicate with each other?

django django-models

Django model choice field - depend on other field's choice

Using dynamic models in Django framework

Unique together involving multiple foreign keys & a many to many field

TypeError: unsupported operand type(s) for -: 'datetime.time' and 'datetime.time'

django rest framework - backward serialization to avoid prefetch_related

how to create serializer for an enum field in django rest framework

Annotate with latest related object in Django

Graphene Django - Mutation with one to many relation foreign key

Is there a way to create a unique id over 2 fields?

python django django-models

Django - Handling "enum models"

python django django-models

Custom user model in django

Related name for recursive many to many relationship not working

django django-models

Adding annotations to all querysets with a custom QuerySet as Manager

django django-models

Django reverse to contains/icontains

Form fields for ModelForm with inherited models

Django save model with anonymous user

How to correctly use auto_created attribute in django?