Top "Django-widget" questions

Django widgets handle the rendering of the HTML for form fields

Django Widget Media doesn't work

I need a widget, which should only display a block, because i will add functionality with jQuery. I am trying …

django django-widget
How to use jQuery UI Datepicker as a Django Widget?

Some of my Django 1.3 models have DateField properties. When a form is generated, I'd like to use the jQuery UI …

jquery python django django-widget
Django Float Field input

Which is the best way to create a django form field that accepts floats and has the same functionality as …

django forms floating-point django-widget
Django MultiWidget Phone Number Field

I want to create a field for phone number input that has 2 text fields (size 3, 3, and 4 respectively) with the common "(" ")" "…

python django-templates django-forms django-widget django-models
How to work with time picker widget in Django template?

I am working on a Django based Application, and i stuck in some place where i want to save a …

javascript django datetime django-templates django-widget
Django MultiValueField - How to pass choices to ChoiceField?

I have a multivaluefield with a charfield and choicefield. I need to pass choices to the choicefield constructor, however when …

django django-forms django-widget django-models
Django ManytoManyField and widgets

I have two models, Product and Category and ManytoMany field in Product. The Category appear as key on ProductCreate View. …

django django-forms django-widget