databases-orm

600 threads · Page 7 of 12

User self related or Profile for each User ? 6 messages
ORM
Multi-valued subquery 24 messages
PostgreSQL ORM
migrations out of sync w db 4 messages
SQLite
psql error 2 messages
PostgreSQL
What's an easy way to allow a model's constructor to take an integer (time_t) for a DateTimeField? 10 messages
ORM
Looking for Feedback on My Database Design 5 messages
ORM PostgreSQL SQLite
Using select_related or prefetch_related 23 messages
PostgreSQL ORM
Adding attributes to the User Model with django-two-factor-auth 10 messages
Other database
granting superuser and admin privileges from default user to another user 7 messages
PostgreSQL
Can't use POST method in ManyToManyField. 39 messages
ORM PostgreSQL
Using Django with Postgree on Ubuntu 3 messages
PostgreSQL
Django Migrations Recursion and File Not Found 34 messages
PostgreSQL ORM
flag as ‘deleted’ instead of actually delete() ? 16 messages
PostgreSQL ORM
ManyToMany limit_choices_to include already selected items 3 messages
ORM
How to gracefully fail when one db is unreachable? 10 messages
ORM MySQL
Decouple FK from specific Model 19 messages
ORM
Custom create model method 17 messages
ORM
How to access model method from "RelatedManager" 18 messages
ORM
Django ORM Query with Timezone Awareness Returns Empty QuerySet, Raw SQL Works 8 messages
PostgreSQL ORM
Generic reference column 6 messages
PostgreSQL ORM
Conditional Index with Coalesce and Q Expression 4 messages
PostgreSQL ORM
Query JSONB field using ->> instead of -> or @> 7 messages
PostgreSQL
Filtering queryset for one object per column value 8 messages
ORM PostgreSQL
PostgreSQL cannot drop sequence home_userinformation_id_seq during migration 16 messages
PostgreSQL
I need some help with models connect. 5 messages
SQLite
Insert Select in between model. (Noob question) 63 messages
PostgreSQL ORM
I need some help with Model creation 67 messages
ORM MySQL
Efficient Storage Solution for Flashcards in a DRF and Postgres Environment 19 messages
PostgreSQL ORM
GenericRelation and django_tables2 3 messages
ORM PostgreSQL
Count (or sum, or whatever) the number of filled columns from the list. Related to GeneratedField 11 messages
PostgreSQL ORM
Unable to enforce blank=False and null=False on django model.fields 23 messages
ORM SQLite
Suggest a field or relation for inserting list of page links (references, library downloads) 3 messages
ORM
Related models using a field other than PK 26 messages
ORM
Django with posgresql (elephant sql host) 11 messages
PostgreSQL
database help 3 messages
Other database
My view needs 20 seconds to load :( 5 messages
ORM PostgreSQL
Problem with uderstanding Prefetch objects in Django 2 messages
PostgreSQL ORM
Invalid FK when running `migrate` and installing allauth 6 messages
PostgreSQL
Does running .filter() on a cached query set hit the database? 8 messages
ORM PostgreSQL
Custom migration not changing DB table 7 messages
PostgreSQL ORM
I want to make an foreign key with annotate 3 messages
ORM
Cannot run python manage.py inspectdb 28 messages
MySQL
Django unable to connect to PostgreSQL Docker container using hostname (WSL) 9 messages
PostgreSQL
no such table: django_session 3 messages
ORM MySQL
Fields with db_default throw error on full_clean() 4 messages
ORM PostgreSQL
How should I deal with redundant columns that non-django code relies on? 20 messages
PostgreSQL ORM
MySQL "Server has gone away" 49 messages
MySQL
Any tips on speeding up object creation with multiple FK references? 15 messages
ORM PostgreSQL
Django model for a table with a multi-column primary key 40 messages
ORM PostgreSQL
Restricting ForeignKey values 28 messages
ORM