検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 195 for Object (0.108 sec.)
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd partial indexes when condition contains a range object ( #30350 ). Reverted an optimization in Django 2.2 ... egression in Django 2.2 where Paginator crashes if object_list is a queryset ordered or aggregated over a ne ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 5014
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uts a value from the context, which is a dict-like object mapping keys to values. Variables are surrounded b ... ented with a dot notation: {{ my_dict.key }} {{ my_object.attribute }} {{ my_list.0 }} If a variable resolve ... (origin, status) , where origin is an origin-like object and status is a string with the reason the templat ... a template was found but contains errors. Template objects returned by get_template() and select_template() ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pha release of a new series, also create a Release object for the final release, ensuring that the Release d ... nreleased . For example, when creating the Release object for 3.1a1 , also create 3.1 with the Release date ... lt flag to True on the appropriate DocumentRelease object in the docs.djangoproject.com database (this will ... using the site's admin. Create new DocumentRelease objects for each language that has an entry for the previ ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... No questions are in the system yet. >>> Question . objects . all () <QuerySet []> # Create a new Question. # ... s new?" , pub_date = timezone . now ()) # Save the object into the database. You have to call save() explici ... q . question_text = "What's up?" >>> q . save () # objects.all() displays all the questions in the database. ... >>> Question . objects . all () <QuerySet [<Question: Question object (1 ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... argument to customize behavior when the referenced object is deleted. Previously, deletes were always cascad ... TemplateResponse class. Unlike basic HttpResponse objects, TemplateResponse objects retain the details of t ... ls for accessing and manipulating the current Site object in the sites framework . A RequestFactory for mock ... manually def my_view ( request , name ): obj = get_object_or_404 ( MyObject , name__iexact = name ) return r ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t to put custom profile information onto your User object, you can now do so. If you have a third-party reus ... aversing relations, the ORM will avoid re-fetching objects that were previously loaded. For example, with th ... e tutorial's models: >>> first_poll = Poll . objects . all ()[ 0 ] >>> first_choice = first_poll . cho ... e. GeoDjango ¶ LineString and MultiLineString GEOS objects now support the interpolate() and project() metho ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent_query ) To use this, you would create a logger object and install it as a wrapper: from django.db import ... rapper is installed on the thread-local connection object. wrapper is a callable taking five arguments. It i ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 4982
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ます ( request についての詳細は request and response objects をご覧ください)。ここでは、ファイルがどのようにデ ... l' , { 'form' : form }) If you are constructing an object manually, you can assign the file object from requ ... l' , { 'form' : form }) If you are constructing an object manually outside of a request, you can assign a Fi ... le like object to the FileField : from django.core.management.bas ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup geometry's bounding box. 実装例: Zipcode . objects . filter ( poly__bbcontains = geom ) Backend SQL ... lookup geometry's bounding box. 実装例: Zipcode . objects . filter ( poly__bboverlaps = geom ) Backend SQL ... lookup geometry's bounding box. 実装例: Zipcode . objects . filter ( poly__contained = geom ) Backend SQL E ... ly contains the lookup geometry. 実装例: Zipcode . objects . filter ( poly__contains = geom ) Backend SQL Eq ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 4949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion = None , then = None , ** lookups ) ¶ A When() object is used to encapsulate a condition and its result ... use in the conditional expression. Using a When() object is similar to using the filter() method. The condi ... tion can be specified using field lookups , Q objects, or Expression objects that have an output_field ... ) >>> # Complex conditions can be created using Q objects >>> When ( Q ( name__startswith = "John" ) | Q ( ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT