検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 185 for objects (0.111 sec.)
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent and natural filtering interface for retrieving objects from the database. User-defined models, functions ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ession in prefetch_related that caused the related objects query to include an unnecessary join ( #21760 ). A ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le database setup ( #24000 ). Restored support for objects that aren't str or bytes in django.utils.safestrin ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... kling when using prefetch_related() after deleting objects ( #24831 ). Allowed using choices longer than 1 da ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k=…).update(…) instead. For example: >>> MyModel . objects . update_or_create ( pk = existing_pk , defaults = ... { 'name' : 'new name' }) >>> MyModel . objects . filter ( pk = existing_pk ) . update ( name = 'n ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... low-level cache API. You can use this API to store objects in the cache with any level of granularity you lik ... kled safely: strings, dictionaries, lists of model objects, and so forth. (Most common Python objects can be ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 4775
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . factory = RequestFactory () self . user = User . objects . create_user ( username = 'jacob' , email = 'jaco ... True def test_animal_pk ( self ): lion = Animal . objects . create ( name = "lion" , sound = "roar" ) # lion ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns for creating and restoring url-safe signed JSON objects. The format used looks like this: >>> signing.dump ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
How to configure and use logging — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... records in-place formatters, to convert LogRecord objects to a string or other form for consumption by human ...
https://man.plustar.jp/django/howto/logging.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 4742
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ction expects a file-like object, and HttpResponse objects fit the bill. For each row in your CSV file, call ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]