Download for Windows Premium
Publiciteit
a modelform

Vertaling van "a modelform" 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.
un formulaire ModelForm
un ModelForm
une instance de formulaire ModelForm
By default a ModelForm is dynamically created for your model.
Par défaut, un formulaire ModelForm est créé dynamiquement pour les modèles.
These generic views will automatically create a ModelForm, so long as they can work out which model class to use
Ces vues génériques vont automatiquement créer un formulaire ModelForm, pour autant qu'elles puissent déterminer la classe de modèle à utiliser
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.
How to raise field-specific validation errors if those fields don't appear in a ModelForm
Comment générer des erreurs de validation spécifiques à certains champs si ceux-ci n'apparaissent pas dans un ModelForm
Note that validators will not be run automatically when you save a model, but if you are using a ModelForm, it will run your validators on any fields that are included in your form.
Notez que les validateurs ne sont pas exécutés automatiquement lorsque vous enregistrez un modèle, mais si vous utilisez un formulaire ModelForm, celui-ci applique les validateurs sur tous les champs inclus dans le formulaire.
Sets a limit to the available choices for this field when this field is rendered using a ModelForm or the admin (by default, all objects in the queryset are available to choose).
Définit une limite des choix disponibles pour ce champ lorsqu'il est affiché par un ModelForm ou dans le site d'administration (par défaut, tous les objets du jeu de requête sont offerts comme choix).
Saving objects in the formset As with a ModelForm, you can save the data as a model object.
Comme pour un ModelForm, vous pouvez enregistrer les données sous forme d'objet de modèle.
If you're saving a file on a Model with a FileField, using a ModelForm makes this process much easier.
Si vous enregistrez un fichier dans un Model contenant un champ FileField, l'emploi d'un formulaire ModelForm simplifie le processus.
It is also not possible to include a BinaryField in a ModelForm. Abusing BinaryField
Il n'est également pas possible d'inclure un champ BinaryField dans un formulaire ModelForm.
If you define the Meta.model attribute on a ModelForm, you must also define the Meta.fields attribute (or the Meta.exclude attribute).
Si vous définissez un attribut Meta.model dans un ModelForm, vous devez également définir l'attribut Meta.fields (ou l'attribut Meta.exclude).
Returns a ModelForm class for the given model.
Renvoie une classe ModelForm pour le modèle donné.
A ModelForm for creating a new user.
Un formulaire pour créer un nouvel utilisateur.
Otherwise, a ModelForm will be instantiated using the model associated with the queryset, or with the model, depending on which attribute is provided.
Sinon, une instance de formulaire ModelForm sera créée en se basant sur le modèle associé au contenu de queryset ou de model, en fonction de l'attribut qui est défini.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor a modelform in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
dustpan: flat scoop with handle for collecting dust
Ontdek het woord
Publiciteit

Resultaten: 15. Exact: 15. Verstreken tijd: 32 ms.