Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

Django set default form values

Django: Display Choice Value

How do I clone a Django model instance object and save it to the database?

python django django-models

How do I filter query objects by date range in Django?

Django auto_now and auto_now_add

When saving, how can you check if a field has changed?

django django-models

Django Model() vs Model.objects.create()

Convert Django Model object to dict with all of the fields intact

Can "list_display" in a Django ModelAdmin display attributes of ForeignKey fields?

How to delete a record in Django models?

python django django-models

What's the difference between select_related and prefetch_related in Django ORM?

How to query as GROUP BY in django?

python django django-models

How to define two fields "unique" as couple

django django-models

Extending the User model with custom fields in Django

What's the difference between django OneToOneField and ForeignKey?

django django-models

How to filter empty or NULL names in a QuerySet?

What does on_delete do on Django models?

python django django-models

What is a "slug" in Django?

How can I temporarily disable a foreign key constraint in MySQL?

mysql sql django django-models

How do I do a not equal in Django queryset filtering?