検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 146 for instance (0.096 sec.)
django.core.paginator — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... idate the given 1-based page number.""" try : if isinstance ( number , float ) and not number . is_integer (): ... _page ( self , * args , ** kwargs ): """ Return an instance of a single page. This hook can be used by subclas ... _list ) def __getitem__ ( self , index ): if not isinstance ( index , ( int , slice )): raise TypeError ( "Pag ... won't be a database hit per __getitem__. if not isinstance ( self . object_list , list ): self . object_list ...
https://man.plustar.jp/django/_modules/django/core/paginator.html - [similar]
django.utils.encoding — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t convert (some) non-string-like objects. """ if isinstance ( s , Promise ): # The input is the result of a ge ... protected_type ( obj ): """Determine if the object instance is of a protected type. Objects of protected types ... ssed to force_str(strings_only=True). """ return isinstance ( obj , _PROTECTED_TYPES ) [ドキュメント] def forc ... t" ): """ Similar to smart_str(), except that lazy instances are resolved to strings, rather than kept as lazy ...
https://man.plustar.jp/django/_modules/django/utils/encoding.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oped as an independent application or module — for instance, you want to support another database engine — we' ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h a topic branch to django/django , delete it. For instance, if you did: git push upstream feature_antigravity ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te the environment in which you ran the tests, for instance: "all tests pass under SQLite and MySQL". Pull req ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mal bugs in Django are reported to our public Trac instance , but due to the sensitive nature of security issu ...
https://man.plustar.jp/django/internals/security.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Argument 説明 model The geographic model, not an instance. data_source The path to the OGR-supported data so ... ). Also accepts django.contrib.gis.gdal.DataSource instances. mapping A dictionary: keys are strings correspon ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... at django.forms ), the form_for_model and form_for_instance helper functions (which have been replaced by Mode ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t failed ) if attempting to save an existing model instance that's violating a foreign key constraint. Foreign ... es ValueError instead of passing silently. A model instance's primary key now appears in the default Model.__s ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5135
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t recent call last): ... TypeError : 'Publication' instance expected Create and add a Publication to an Articl ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT