検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 250 for have (0.091 sec.)
Django 1.1.2 リリースノート — Django 4.0.6 ドキュメント 5435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... you are storing comma or semi-colon in cookies and have JavaScript code that parses and manipulates cookie ... new features, but in the case of Django 1.1.2, we have made an exception to this rule. Django 1.2 (the ne ... 2.X versions of Django with the same templates, we have decided to introduce the csrf_token template tag t ...
https://man.plustar.jp/django/releases/1.1.2.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 5435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , if you were writing {{ foo|join:"&" }} , you now have to write {{ foo|join:"&" }} . The previous beh ... 1.1 are: ORM improvements ¶ Two major enhancements have been added to Django's object-relational mapper (O ... tation . Model improvements ¶ A number of features have been added to Django's model layer: "Unmanaged" mo ... Testing improvements ¶ A few notable improvements have been made to the testing framework . Test performa ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 5435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : Django lets you build web apps easily>" needs to have a value for field "id" before this many-to-many re ... itle = 'Highlights for Children' ) Article objects have access to their related Publication objects: >>> a ... ication: The Python Journal>]> Publication objects have access to their related Article objects: >>> p2 . ... upported (i.e., starting at the table that doesn't have a ManyToManyField ): >>> Publication . objects . f ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 5435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ... plus some other settings } } In this setup, we have two database servers: dbprimary , described by the ... ps to a list of applications instructs Django to behave as if only the models from these applications were ... Enforce running test classes sequentially ¶ If you have test classes that cannot be run in parallel (e.g. ... s to satisfy whatever testing requirements you may have. Defining a test runner ¶ A test runner is a class ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5435
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... keyword arguments passed to get() , post() , etc. have precedence over the defaults passed to the class c ... xture. Remember that if you want your test user to have a password, you can't set the user's password by s ... edentials don't need to be provided. The user will have its backend attribute set to the value of the back ... . After you call this method, the test client will have all the cookies and session data cleared to defaul ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nction_or_partial ( awaitable ): # Python does not have very reliable detection of async functions # (lots ... t AttributeError : pass if force_new_loop : # They have asked that we always run in a new sub-loop. self . ... map [ current_task ] = source_thread try : # If we have an exception, run the function inside the except b ... r ( AsyncToSync . executors , "current" ): # If we have a parent sync thread above somewhere, use that exe ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go project/application. In other words, no need to have DJANGO_SETTINGS_MODULE set or use a database, etc. ... ls() , i.e. it requires the compared geometries to have the same coordinates in the same positions with th ... SRID of the created geometry if geo_input doesn't have an SRID. If different SRIDs are provided through t ... pecifying preserve_topology=True , the result will have the same dimension and number of components as the ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to access a registry. This register_to object must have a _registry instance variable to access it. """ fr ... state before the last import # as this import will have to reoccur on the next request and # this could ra ... to bubble up this error. If the app just # doesn't have the module in question, we can ignore the error # ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed to lowercase, and the returned User object will have is_active set to True . If no password is provided ... backend = None , obj = None ) ¶ Returns users that have the given permission perm either in the "<app labe ... nstance. Returns an empty queryset if no users who have the perm found. If is_active is True (default), re ... th is_active=False . Custom user models that don't have an is_active field are allowed. with_perm ( perm , ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 5315
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is an optional argument. If passed, the array will have a maximum size as specified. This will be passed t ... the final underlying data, but most other slices behave strangely at the database level and cannot be supp ... h won't be enforced in the database since citext behaves similar to PostgreSQL's text type. Case-insensiti ... veral extra lookups. startswith ¶ Returned objects have the given lower bound. Can be chained to valid loo ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT