so if I have a model field that's an IntegerField for upvotes and another one for downvotes, and I'd like to build a form for them, how should I go about it? Because right now I don't think my form is being rendered: https://gist.github.com/Flobin/79599ccb7ec1d6bb...
yoongkang joined the channel
shubh2107 has left the channel
bmispelon joined the channel
MikeC5 joined the channel
MikeC5
I have a django and javascript\jquery related. How come when I add a new item to a ManyToMany field in the admin site, only the field is refreshed and not the whole page?
maryokhin joined the channel
yoongkang has quit
CAPITANOOO joined the channel
keimlink joined the channel
lorddaedra
hello) please, help me to extend list in variable from parent class https://dpaste.de/F8Ra#L8,28 (look at 8 and 28 lines, I need same 'fieldsets' class variable with little more fields inside without repeating other content
people from #Python channel says, Django provide some helpers to do that task?..
Is it possible to add an object interactively from a template? and updating that template to show the new object?
ianclark001 joined the channel
kimstacks has quit
ianclark001
Hi all. I'm trying to migrate an intermediate model rename, but having no luck. https://code.djangoproject.com/ticket/22931 seems over a year old, but doesn't appear to have any resolutions. Does anyone know of a possible way to fix?
nimomo joined the channel
psicom joined the channel
If it really not possible I suppose I could just use "db_table", in which case I suppose I'd have to add the meta, migrate, then rename the model?
kinetic joined the channel
loa joined the channel
loa
hello! how i can generate select box in template without using forms?
i need very complex form...
garygraham has quit
petrica joined the channel
Haris has quit
something like table, with dynamic number of rows and selects on them.