databases-orm

600 threads · Page 2 of 12

Can't display db data 20 messages
SQLite
Multiple level inheritance - query optimisation 6 messages
ORM PostgreSQL
What Database Should I Use? 66 messages
Other database
Passing post_save data to a model __init__ inheriting two abstract models 18 messages
ORM
The weirdest bug I've ever seen 5 messages
SQLite ORM
MySQL row locking problem with bulk_create 20 messages
ORM MySQL
Useless migrations 14 messages
Migrations
Single upload with multiple .json 34 messages
ORM MySQL
Different .values behavior 21 messages
ORM
Issue with postgis + Django 5.2 on `bulk_create` 4 messages
ORM PostgreSQL
Can't change a nullable field to non-nullable 2 messages
PostgreSQL ORM Other database
Dictionary entity 7 messages
ORM
Will an error in a post_save signal rollback a model save() in an atomic block? 5 messages
ORM PostgreSQL
Can't insert emoji in mariadb table 2 messages
ORM MariaDB
JSONField vs. Aggregation 15 messages
ORM SQLite
Annotating foreign key and get related object 5 messages
ORM
How to populate jsonb fields (postgresql 17) 2 messages
PostgreSQL ORM
Database connection is 50% slower after migrate Django3 to Django5 18 messages
PostgreSQL
Feedback for MongoDB! 10 messages
Other database
Best way to get last n items? 6 messages
ORM PostgreSQL
How This Annotation Works? 7 messages
ORM
How good is Django ORM's async support really? Isn't the ORM still completely sync in reality? 9 messages
ORM
How to make sure database write is done inside atomic block even if the atomic block fails 7 messages
ORM PostgreSQL
Staging and Production in the same database? (heroku) 5 messages
PostgreSQL
Computing Priority for Legal Entities Based on Associated Sites in Django 3 messages
ORM
Postgress Json fields vs Django json fields 14 messages
ORM PostgreSQL SQLite
ShortUUIDField causes makemigrations to falsely detect changes 5 messages
ORM Migrations
How to enforce relational constraints between models in Django? 11 messages
ORM PostgreSQL Migrations SQLite MySQL
Applying QuerySet.order_by after union 2 messages
ORM Oracle
Model field deletion 5 messages
ORM PostgreSQL
django-taggit, how to get all tags of a specific model only? 60 messages
ORM
Help with OneToOneField/relations 35 messages
ORM Migrations SQLite
bulk delete associated images 5 messages
ORM PostgreSQL
Routers not routing migrations correctly 10 messages
ORM Migrations MySQL
How do you make a test simulate concurrent access? 17 messages
ORM PostgreSQL
Create subclass model object without propagate to parent 12 messages
ORM Migrations PostgreSQL
Just a sanity check ... "refresh_from_db" doesn't update cached_properties. Should I be surprised? 3 messages
ORM
Filter by time span 8 messages
ORM MySQL
Timezone inconsistency between saving and loading 28 messages
ORM MariaDB
IntegrityError: Foreign Key constraint failed 27 messages
ORM PostgreSQL SQLite
Very slow page loading. 37 messages
ORM MySQL
Filtering inside subquery using outside column 22 messages
ORM
Why django orm limit '21' instead of '2' when we use `get` to fetch one result 9 messages
ORM
Annotating a datetime in another timezone using an F object 29 messages
ORM
Is there a convenient way to express "the type of my primary keys"? 7 messages
ORM
update_or_create() issue 4 messages
ORM MySQL
display time periods as "None" 20 messages
SQLite
Third party app model overriding 2 messages
Migrations
Migration failing on renaming (ms sql 2019) 6 messages
Migrations Other database
QuerySet evaluation and cache 15 messages
ORM