Examples with "of QuerySets" 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 good example of this can be found in the evaluation of QuerySets.
This changes the typical behavior of QuerySets, which normally try to avoid loading all objects into memory before they are needed, even after a query has been executed in the database.
Cela change du comportement habituel des objets QuerySet qui essaient autant que possible de ne pas charger tous les objets en mémoire tant qu'ils ne sont pas nécessaires, même après qu'une première requête a été exécutée en base de données.
Pickles of QuerySets are only valid for the version of Django that was used to generate them.
The Manager is the main source of QuerySets for a model.
Pour un modèle, le Manager est la source principale des QuerySets.
Andere resultaten
If provided, the value of queryset supersedes the value provided for model.
Lorsqu'elle est renseignée, la valeur de queryset écrase la valeur fournie pour model.
Django provides a range of QuerySet refinement methods that modify either the types of results returned by the QuerySet or the way its SQL query is executed.
Django fournit un grand nombre de méthodes d'affinage des QuerySet qui modifient soit le type de résultats renvoyés par le QuerySet ou sa façon d'exécuter la requête SQL.
Subsequent evaluations of the QuerySet reuse the cached results.
This document describes the details of the QuerySet API.
Previously, it has just been returning the value of the queryset attribute, but now we can add more logic.
Précédemment, elle renvoyait simplement la valeur du paramètre queryset, mais maintenant nous pouvons ajouter de la logique supplémentaire.
In general, the results of a QuerySet aren't fetched from the database until you "ask" for them.
En général, le résultat d'un QuerySet n'est extrait de la base de données que lorsque vous "l'interrogez".
Further filtering or ordering of a sliced queryset is prohibited due to the ambiguous nature of how that might work.
Tout filtre ou tri subséquent d'un jeu de requête segmenté est interdit en raison de la nature ambiguë de son éventuel fonctionnement.
Note that the result cache of the primary QuerySet and all specified related objects will then be fully loaded into memory.
Notez que le cache des résultats du QuerySet principal et tous les objets liés visés sera alors complètement chargé en mémoire.
On the other hand, certain operations will force the evaluation of a QuerySet.
D'un autre côté, certaines opérations forcent l'évaluation effective des jeux de requête.