検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 320 for not (0.105 sec.)
Constraints reference — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a unique name for the constraint. As such, you cannot normally specify a constraint on an abstract base ... lidation of Constraints In general constraints are not checked during full_clean() , and do not raise Val ... ferrable . DEFERRED , ) By default constraints are not deferred. A deferred constraint will not be enforc ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bstract or inherited model, or a field defined on another model that points to the model. In the latter c ... utomatically generated by Django. Hidden fields cannot be retrieved by name. If a field with the given na ... me is not found a FieldDoesNotExist exception will be raised ... models.fields.CharField: username> # A field from another model that has a relation with the current mode ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hash . It's recommended over PBKDF2, however, it's not the default as it requires a third-party library. ... ased by 25%. This backwards compatible change will not affect users who have subclassed django.contrib.au ... les %} or {% load static from staticfiles %} ) and not worry about whether or not the staticfiles app is ... rms of formsets because the browser validation may not be correct when adding and deleting formsets. ジェ ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.2.5 release notes ¶ Django 1.2.5 へようこそ! This is the fifth "bu ... XMLHttpRequest. Therefore, for ease of use, we did not apply CSRF checks to requests that appeared to be ... data that has been inserted using custom SQL will not be visible during the testing process. Unfortunate ... s the policy that data inserted by custom SQL will not be visible during testing. This change only affect ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 4626
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d be in Python path syntax, e.g. mysite.settings . Note that the settings module should be on the Python ... を参照してください。 設定項目を自作する ¶ There's nothing stopping you from creating your own settings, ... ttings described above. If a particular setting is not passed to configure() and is needed at some later ... myapp_defaults , DEBUG = True ) Normally, you will not need to override the defaults in this fashion. The ...
https://man.plustar.jp/django/topics/settings.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 4580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ません。 This doesn't necessarily control whether or not the user can log in. Authentication backends aren' ... ord() 、 check_password() 、 save() 、 delete() が NotImplementedError を投げます。 In practice, you prob ... object-specific permissions, but this backend does not implement them other than returning an empty set o ... f permissions if obj is not None . with_perm() also allows an object to be pas ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 4580
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upgrade process should be fairly simple and should not require major changes to existing applications. Ho ... ; aside from any necessary security fixes, it will not be actively maintained, and it will be removed in ... a future release of Django. Also, note that some features, like the new DATABASE_OPTIONS ... re only available on the "mysql" backend, and will not be made available for "mysql_old". データベース名の ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 4543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... based) $ git merge --ff-only pr/XXXX $ # If you're not sure if you did things correctly, check that only ... \> git merge --ff-only pr/XXXX ...\> REM If you're not sure if you did things correctly, check that only ... Write detailed commit messages in the past tense, not present tense. Good: "Fixed Unicode bug in RSS API ... curious, we're using a Trac plugin for this. 注釈 Note that the Trac integration doesn't know anything a ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 4543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y else may be working on this ticket. Either find another bug/feature to work on, or contact the develope ... on a particular claimed ticket for a week or two, another developer may ask you to relinquish the ticket ... able, regardless whether someone has claimed it or not, to submit patches to a ticket if you happen to ha ... feature is an essential part of a patch, but it is not the only part. A good patch should also include a ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django Utils — Django 4.0.6 ドキュメント 4543
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f the value of a parameter is True (exactly True , not just a true value), only the parameter name is add ... ally be recognized as special characters for URIs. Note that this method does not encode the ' character, ... odel ): @cached_property def friends ( self ): ... Note that as the method is now a property, in Python c ... property can ensure that an attribute's value does not change unexpectedly over the life of an instance. ...
https://man.plustar.jp/django/ref/utils.html - [similar]