Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

MultipleChoiceField not showing stored values in Django Admin

How can I select a folder in a Django form?

django forms

How can I allow empty fields in my ModelForm while still using unique = True?

python django django-forms

Extending the user profile in Django. Admin creation of users

Django admin - Allow manual editing of auto DateTime fields

django django-admin

Django MultipleChoiceField does not preserve order of selected values

django manytomany self relation order by the middle table id

django

Emoticons from iPhone to Python/Django

iphone python django emoticons

How do I know if django model instance was modified?

django django-models

Django form validation with authenticated user as a field

Redirect to parent after deleting an object with DeleteObject generic view

Tornado. Django-like testrunner and test database

How can I exclude files in my .gitignore when packaging a Python egg?

python django egg

Django Logging with FileHandler not Working

python django logging sentry

fk_name 'user' is not a ForeignKey to <class 'satchmo_store.contact.models.Contact'>

Limiting the amount of fixtures in django dumpdata

django

Get Timezone from City in Python/Django

python django timezone

django postgresql json field schema validation

is there a way to loop over two lists simultaneously in django?

Django custom annotation function