First I\'ll lay out what I\'m trying to achieve in case there\'s a different way to go about it! I want to be able to edit both sides of an M2M relationship (preferably on the admin page although if
I\'ve been stuck on this likely very simple problem, but haven\'t gotten anywhere with it (newbie to Python and Django).I\'m taking some user submitted data and using weights to calculate a score.Desp
I have a model form that I am writing a custom widget for in order to replace the many-to-many forms.SelectMultiple fields with jQuery FCBKcomplete widgets. While the replacement of the multiselect el
Has anyone had any joy/pain with using other form libraries in django projects (with SQLAlchemy models initially, but perhaps to use w开发者_高级运维ith django models in future)?
I\'m am utilizing a formset to enable users subscribe to multiple feeds. I require a) Users chose a subscription by selecting a boolean field, and are also required to tag the subscription and b) a us
The particular case I have is like this: I have a Transaction model, with fields: from, to (both are ForeignKeys to auth.User model) and amount. In my form, I\'d like to present the user 2 fields to
I have a city foreign key in by BusinessBranch model. My City model also has a state and country foreign keys for State and County models. I\'m having hard time displaying State and Country dropdown m
I have Django Model with many fields which user must fill. If I\'ll create one ModelForm for this Model it will be big enough for one form. I want to split it usi开发者_JAVA技巧ng FormWizard. I think
I have a Django form using textareas and TinyMCE for text entry. I would like to add a slider to change the vertical size of the textarea, like SO has them so nicely.
The Django admin happily supports many-to-one and many-to-many relationships through an HTML <SELECT> form field, allowing selection of one or many options respectively. There\'s even a nice Jav