Examples with "ModelForm's" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Using the widgets parameter, you can specify a dictionary of values to customize the ModelForm's widget class for a particular field.
En exploitant le paramètre widgets, vous pouvez indiquer un dictionnaire de valeurs afin de personnaliser la classe de composant d'un champ particulier du ModelForm.
Andere resultaten
By default, the fields in a ModelForm will not localize their data.
Par défaut, les champs d'un ModelForm ne régionalisent pas leurs données.
By default a ModelForm is dynamically created for your model.
Please see the ModelForm Selecting the fields to use documentation.
Veuillez consulter la documentation Sélection des champs à utiliser des ModelForm.
You can think of ModelForm as a subclass of Form.
ModelForm peut être considéré comme une sous-classe de Form.
Returns a ModelForm class for the given model.
Renvoie une classe ModelForm pour le modèle donné.
The value for form defaults to ModelForm.
A ModelForm for creating a new user.
See the ModelForm documentation for more information.
Consultez la documentation de ModelForm pour plus d'informations.
Change the width of form elements created with ModelForm in Django
Modifier la largeur des éléments de formulaire créés avec ModelForm dans Django
But ModelForm gives you the flexibility of changing the form field for a given model.
Mais ModelForm apporte la souplesse de pouvoir modifier le champ de formulaire pour un modèle défini.
You can optionally pass a form argument to use as a starting point for constructing the ModelForm.
Le paramètre facultatif form permet d'indiquer une classe de base pour la construction du ModelForm.
You can easily provide your own ModelForm to override any default form behavior on the add/change pages.
Vous pouvez facilement fournir votre propre ModelForm pour surcharger toute forme de comportement par défaut sur les pages d'ajout/édition.