Все вопросы: [newforms]
2 вопросов
1
голосов
1ответов
172 просмотров
Anyone know an up-to-date (September 2009) example of file-uploading in Django?
UPDATE : thanks to posters below, it's clear that the official documentation is up-to-date. Best to read that carefully rather than skim a bunch of other pages that turn up in Google. I keep finding examples and snippets for uploading files in Django, but then reading people saying that they'r...
29
голосов
7ответов
22132 просмотров
Добавить класс в вывод Django label_tag ()
Мне нужен способ добавить атрибут класса к выходным данным метода label_tag () для поля формы. Я вижу, что есть возможность передать словарь attrs, я протестировал его в оболочке и могу сделать что-то вроде: for field in form: print field.label_tag(attrs{'class':'Foo'}) Я увижу cla...