{"title":"Glossario","version":"4.1","locale":"it","docname":"glossary","url":"/it/4.1/glossary/","canonical":"https://djangodocs.dev/it/4.1/glossary/","summary":"modello reale Link to this term # Un modello non astratto ( abstract=False ). campo Link to this term # Un attributo di un a model ; un determinato campo di solito…","html":"<h1>Glossario<a class=\"heading-anchor\" href=\"#glossary\"><span class=\"visually-hidden\">Link to this heading</span><span aria-hidden=\"true\">#</span></a></h1>\n<dl class=\"glossary\">\n<dt id=\"term-concrete-model\">modello reale<a class=\"heading-anchor\" href=\"#term-concrete-model\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Un modello non astratto (<a class=\"reference internal\" href=\"/it/4.1/ref/models/options/#django.db.models.Options.abstract\" title=\"django.db.models.Options.abstract\"><code class=\"xref py py-attr docutils literal notranslate\"><span class=\"pre\">abstract=False</span></code></a>).</p>\n</dd>\n<dt id=\"term-field\">campo<a class=\"heading-anchor\" href=\"#term-field\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Un attributo di un a <a class=\"reference internal\" href=\"#term-model\"><span class=\"xref std std-term\">model</span></a>; un determinato campo di solito viene associato direttamente ad una singola colonna del database.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/topics/db/models/\"><span class=\"doc\">Models</span></a>.</p>\n</dd>\n<dt id=\"term-generic-view\">vista generica<a class=\"heading-anchor\" href=\"#term-generic-view\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Una funzione di <a class=\"reference internal\" href=\"#term-view\"><span class=\"xref std std-term\">view</span></a> di ordine superiore che fornisce un’implementazione astratta/generica di un idioma o schema diffuso nello sviluppo vista.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/topics/class-based-views/\"><span class=\"doc\">Class-based views</span></a>.</p>\n</dd>\n<dt id=\"term-model\">modello<a class=\"heading-anchor\" href=\"#term-model\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>I modelli memorizzano i dati della tua applicazione.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/topics/db/models/\"><span class=\"doc\">Models</span></a>.</p>\n</dd>\n<dt id=\"term-MTV\">MTV<a class=\"heading-anchor\" href=\"#term-MTV\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>«Model-template-view»; un modello software, simile a MVC, che descrive però in modo migliore il funzionamento di Django.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/faq/general/#faq-mtv\"><span class=\"std std-ref\">voce FAQ</span></a>.</p>\n</dd>\n<dt id=\"term-MVC\">MVC<a class=\"heading-anchor\" href=\"#term-MVC\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p><a class=\"reference external\" href=\"https://en.wikipedia.org/wiki/Model-view-controller\">Model-view-controller</a>; un modello software. Django <a class=\"reference internal\" href=\"/it/4.1/faq/general/#faq-mtv\"><span class=\"std std-ref\">segue in qualche misura MVC</span></a>.</p>\n</dd>\n<dt id=\"term-project\">progetto<a class=\"heading-anchor\" href=\"#term-project\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Un pacchetto Python, ovvero una directory del codice, che contiene tutte le impostazioni relative ad un’istanza Django. Questo include la configurazione del database, le opzioni specifiche di Django e le impostazioni relative all’applicazione.</p>\n</dd>\n<dt id=\"term-property\">proprietà<a class=\"heading-anchor\" href=\"#term-property\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Anche conosciuta con il nome di «attributi gestiti», e una funzionalità di Python integrata a partire dalla versione 2.2. È un buon modo per implementare attributi, che assomiglia nel suo uso all’accesso attributi, ma la quale implementazione si serve di invocazioni di un metodo.</p>\n<p>Vedi :classe:”proprietà”.</p>\n</dd>\n<dt id=\"term-queryset\">queryset<a class=\"heading-anchor\" href=\"#term-queryset\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Un oggetto che rappressenta un insieme di linee da estrarre dal database.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/topics/db/queries/\"><span class=\"doc\">Making queries</span></a>.</p>\n</dd>\n<dt id=\"term-slug\">slug<a class=\"heading-anchor\" href=\"#term-slug\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Una breve etichetta che identifica un oggetto e che contiene solo caratteri alfanumerici, trattini bassi o trattini d’unione. Sono\ngeneralmente utilizzate negli URLs. Per esempio in un tipico URL di un articolo di blog:</p>\n<pre class=\"literal-block\"><a class=\"reference external\" href=\"https://www.djangoproject.com/weblog/2008/apr/12/\">https://www.djangoproject.com/weblog/2008/apr/12/</a><strong>spring</strong>/</pre>\n<p>l’ultimo elemento (<code class=\"docutils literal notranslate\"><span class=\"pre\">spring</span></code>) è lo slug.</p>\n</dd>\n<dt id=\"term-template\">template<a class=\"heading-anchor\" href=\"#term-template\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Un pezzo di testo che agisce da base di formattazione per rappresentare i dati. Un modello aiuta a estrapolare i dati dalla loro rappresentazione.</p>\n<p>Vedi <a class=\"reference internal\" href=\"/it/4.1/topics/templates/\"><span class=\"doc\">Templates</span></a>.</p>\n</dd>\n<dt id=\"term-view\">vista<a class=\"heading-anchor\" href=\"#term-view\"><span class=\"visually-hidden\">Link to this term</span><span aria-hidden=\"true\">#</span></a></dt><dd><p>Una funzione responsabile del rendering di una pagina.</p>\n</dd>\n</dl>","rootId":"glossary","toc":[],"breadcrumbs":[],"prev":{"docname":"misc/distributions","title":"Distribuzioni di terze parti di Django","url":"/it/4.1/misc/distributions/"},"next":{"docname":"releases/index","title":"Release notes","url":"/it/4.1/releases/"},"formats":{"html":"/it/4.1/glossary/","markdown":"/it/4.1/glossary.md","json":"/it/4.1/glossary.json"},"source":"https://github.com/django/django/blob/stable/4.1.x/docs/glossary.txt","official":"https://docs.djangoproject.com/it/4.1/glossary/","inVersions":["6.1","6.0","5.2","5.1","5.0","4.2","4.1","4.0","3.2"],"inLocales":["en","zh-hans","fr","ja","id","it","pt-br","ko","es","el","pl"]}