Examples with "ModelForms" 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.
As with basic forms, you can extend and reuse ModelForms by inheriting them.
Comme pour les formulaires de base, il est possible d'étendre et de réutiliser les ModelForms par l'héritage.
You can find more information about this restriction, which also holds for regular ModelForms, in Selecting the fields to use.
Vous pouvez trouver plus d'informations sur cette restriction, qui est aussi valable pour les formulaires ModelForm normaux, dans Sélection des champs à utiliser.
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.
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.