検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 153 for don (0.097 sec.)
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -CSRFToken' : csrftoken }, mode : 'same-origin' // Do not send CSRF token to another domain. } ); fetch ( ... logger. How it works ¶ The CSRF protection is based on the following things: A CSRF cookie that is based ... it and used to scramble it. The mask is regenerated on every call to get_token() so that the form field ... ue is changed in every such response. This part is done by the template tag. For all incoming requests th ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
File storage API — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ), this is the time of the last metadata change, and on others (like Windows), it's the creation time of ... le referenced by name . If deletion is not supported on the target storage system this will raise NotImpl ... , file_ext ) ¶ Returns an alternative filename based on the file_root and file_ext parameters, an undersc ... ame , max_length = None ) ¶ Returns a filename based on the name parameter that's free and available for ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provide your own Jinja2 templates for widgets that don't have any, you can't use this renderer. For examp ... rced. It uses get_template() to find templates based on what's configured in the TEMPLATES setting. Using ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the format "appname.ModelName" if you want to depend on another model (so you inherit from the historical ... e migration is unapplied. They should undo what is done by the sql queries. For example, to undo the abov ... still has an up-to-date state of the model. If you don't, when you next run makemigrations , it won't see ... ying migrations. This callable should undo what is done in the code callable so that the migration is rev ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path you want to resolve. As with reverse() , you don't need to worry about the urlconf parameter. The f ... of URL patterns tried before the URL either matched one or exhausted available patterns. app_name ¶ The ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 0.95 リリースノート — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n decoupled and moved into django.contrib . If you don't want to use these applications, you no longer ha ... they are, for the most part, reasonably routine and only need to be done once. A list of the necessary c ...
https://man.plustar.jp/django/releases/0.95.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d as advertised. When using database backends that don't support transactions, or when using a Transactio ... ed ¶ Django 1.2.4 introduced a method lookup_allowed on ModelAdmin , to cope with a security issue (chang ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re labeling this support "experimental" because we don't yet consider it production-ready, but everything ... . This comes in the form of a single codebase; you don't need to install a different version of Django on ... t's received very little real-world testing. We've done our best to eliminate bugs, but we can't be sure ... tures of Django aren't available because they depend on third-party software that hasn't been ported to P ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ython 2.7, 3.2, 3.3, or 3.4. We highly recommend and only officially support the latest release of each s ... ncdb has been deprecated and replaced by migrate . Don't worry - calls to syncdb will still work as befor ... e documentation for details. The allow_syncdb method on database routers is now called allow_migrate , bu ... s not advised to have apps without migrations depend on (have a ForeignKey or ManyToManyField to) apps wi ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ME_FIELD ¶ A string describing the name of the field on the user model that is used as the unique identif ... to True . How you choose to implement it will depend on the details of your chosen auth backends. See the ... rns True . PermissionsMixin と ModelBackend If you don't include the PermissionsMixin , you must ensure y ... ou don't invoke the permissions methods on ModelBackend . ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT