Examples with "of ModelForm" 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.
A subclass of ModelForm can accept an existing model instance as the keyword argument instance; if this is supplied, save() will update that instance.
Une sous-classe de ModelForm peut accepter une instance existante de modèle par le paramètre nommé instance. Si celui-ci est présent, save() met à jour cette instance.
This is interpreted the same way as the Meta.fields attribute of ModelForm.
Cet attribut est interprété de la même manière que l'attribut Meta.fields de la classe ModelForm.
You can think of ModelForm as a subclass of Form.
Andere resultaten
Returns the default django.forms.Field of this field for ModelForm.
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.
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.