Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-models

object-level permissions django

Django - app to build reports using data retrieved from a REST-like API

django multi db routing doesnt work with multiple schemas

Dict as a model field

django rest nested relation in post/put

Django execute task on time specified in model datetime field

In django, which format does models.ImageField take by default

django django-models

What is the recommended way to run South migrations before Django 1.7 migrations?

Django cascade delete and post_delete signal

Easiest and quickest way to increase Django's default username max length from 30 to 75

DjangoRestFramework - How to access other fields of a OneToOneField reverse relationship using a model serializer?

Working with composite primary key in django project with legacy database

Many-to-Many Multiplechoice form with optional information

django admin display field from related model

Django inheritance and polymorphism with proxy models

Basic Django - How do view wrappers receive the request, keyword and positional arguments?

How to implement non-database backed models in Django?

django django-models

add field first_name and last_name in django-profile

How to remove "None" option in Django ModelForm?

Django - Show BooleanField in a formset as one group of radio buttons