Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-database

Django models: are there reasons to make searched field with db_index?

Can Django's select_for_update deadlock when used on the same record twice?

Django: write something to the database in a catch block, when using an atomic transaction

Query still running for django_migrations

What is the most efficient way to iterate django objects updating them?

Django testing commit_on_success

Django channels 2, accessing db in tests

Calling foreign key object several times in Django without several DB requests

Is there any more elegant way to add a value sensitive unique together constraint in Django Model?

Django Mass Update/Insert Performance

How to create a Django custom Field to store MYSQL DATETIME(6) and enable fractional seconds (milliseconds and or microseconds) in Django/MySQL?

'unique_together' refers to the non-existent field

In Django, can I specify database when creating an object?

How to introduce unique together with conflicting data?

Django - legacy db and problems with 'id' field

Django Migration RunSQL Conditional on Database Type

How to make Django work with unsupported MySQL drivers such as gevent-mysql or Concurrence's MySQL driver?

Django update table using data from another table