Search code examples
Django: save() vs update() to update the database?...

pythonpython-3.xdjangodatabasedjango-models

Read More
'property' object has no attribute '_meta' while using django-activity-stream packag...

pythondjangodjango-modelsdjango-signalsdjango-activity-stream

Read More
How to get information out of 'OneToOneField' and use this information in admin.py list_disp...

pythondjangooopdjango-models

Read More
Django Query - Annotate With Boolean Value From Date Comparison...

djangodjango-modelsdjango-ormdjango-annotate

Read More
How to check if a model object has a given attribute/property/field? (Django)...

pythondjangodjango-modelsdjango-model-field

Read More
Django 2 DB columns as FK to the same related table...

djangodjango-modelsdjango-views

Read More
How to add custom field in manytomany through table in Django...

djangodjango-modelsmanytomanyfield

Read More
Remove duplicates in Django ORM -- multiple rows...

djangodjango-models

Read More
How can I ask for user input with an action in django admin?...

djangodjango-modelsdjango-admin-filters

Read More
How can I change CustomUser model fields in view and forms...

djangodjango-modelsdjango-views

Read More
Prevent django admin from running SELECT COUNT(*) on the list form...

djangodjango-modelsdjango-admin

Read More
Django rename uploaded file: append specific string at the end...

djangodjango-modelsfilefield

Read More
Database constraint on latitude and longitude of a PointField with MySQL backend...

djangodjango-modelsgeodjango

Read More
Prefill a DateTimeField from URL in django admin...

djangodjango-modelsdjango-admin

Read More
Representing NFT wallet addresses in Django model fields...

djangodjango-modelsblockchainethereumnft

Read More
Year Field in Django...

pythondjangodjango-models

Read More
Django - can not get a time function (timezone, datetime) to work properly, Getting ErrorName messag...

djangodatetimedjango-modelstimezone

Read More
Using Django JSONField in model...

pythondjangopostgresqldjango-modelsdjango-rest-framework

Read More
Can I have an unsigned AutoField?...

djangodjango-models

Read More
How to get all fields with choices in a Django model?...

pythondjangodjango-models

Read More
Error when adding AUTH_USER_MODEL to settings.py in Django...

djangodjango-modelsdjango-users

Read More
How to set default value for new model field in existing model with data...

pythondjangodjango-models

Read More
django update_or_create gets "duplicate key value violates unique constraint "...

pythondjangodjango-modelsmodeldjango-tests

Read More
Trying to fix a Django error calling a Module that doesn't exist for an SQLite Database...

pythonpython-3.xdjangodjango-models

Read More
Django annotation for using left join...

djangodjango-models

Read More
How to design database for fields like google forms?...

djangopostgresqldjango-modelsdjango-formsdjango-admin

Read More
Django cloned project does not give tables after migrating...

djangopostgresqldjango-modelspgadmin

Read More
What is the best django model field to use to represent a US dollar amount?...

pythondjangodjango-modelsdjango-model-field

Read More
How to link 3 tables where 2 of them are many-to-many?...

django-modelsdatabase-design

Read More
Does Django queryset values_list return a list object?...

djangodjango-modelsdjango-orm

Read More
BackNext