django-forms
Add other object and receive error MultiValueDictKeyError (Django admin)
I have a relationship follow as: class Question(models.Model): qid = models.PositiveIntegerField(primary_key=True)[详细]
2023-04-07 14:59 分类:问答How to detect type of Form Field in Template in Django
Hi guys i have simple Django Form , but I need to 开发者_如何学运维 gettype ofthis field elements andI madesome special operationsaccording to this.[详细]
2023-04-07 12:47 分类:问答Delete link disappears in Django admin inline formset if ValidationError raised
I have a form with KeywordInline. When I add new object using the form inlined formset has a js-link to add new form into formset. Newly added forms have a js-enabled delete button (x mark on the righ[详细]
2023-04-07 06:43 分类:问答No module named registro.forms in my own local django server [edited]
im setting Django Server in my Ubuntu machine, apache/wsgi, but im getting a error in my view: was No module named registro.formsnow after some code in my wsgi is No module name forms[详细]
2023-04-07 05:32 分类:问答Django jquery form submissions returning 500
I am trying to do a modelform submission is Django with jquery and I am getting a 500 server response and not sure how to proceed.[详细]
2023-04-07 03:14 分类:问答Django Forms - Processing GET Requests
We have an existing Django form that accepts GET requests to allow users to bookmark their resulting query parameters. The form contains many fields, most of which开发者_Go百科 are required. The form[详细]
2023-04-06 12:06 分类:问答django1.3 static file problem
hi, I am new to django,I doing user authentication for my project,Well its works properly. I have created a folder named \'static\' in my projects root folder[now am in local devlopment] and necessary[详细]
2023-04-06 09:29 分类:问答Wrap a form and the realted inline_formeset with another formset
Sorry for the question title, i didn t know how to explain the question briefly. Basicly i m on a situation like this:[详细]
2023-04-06 06:46 分类:问答Why can't field be added to ModelForm in __init__() in Django 1.3
I have a ModelForm with a dynamically added field.It stopped working when I switched from Django 1.2 to Django 1.3.The following code is a minimal version which recreates the issue.[详细]
2023-04-06 06:08 分类:问答use of built in forms and views like PasswordChangeForm in django1.3
I am new to django,In django1.3 how can I use the Built-in forms like PasswordChangeForm 开发者_运维知识库,PasswordResetFormetcand the same usingbuilt-in views.Can any one share some liks or codes ,id[详细]
2023-04-06 04:08 分类:问答