検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 250 for have (0.088 sec.)
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ards-incompatible changes from Django 0.96. If you have apps written against Django 0.96 that you need to ... ils Improved Unicode handling ¶ Django's internals have been refactored to use Unicode throughout; this dr ... nd data in Django. Additionally, utility functions have been provided to ease interoperability with third- ... odel and form_for_instance helper functions (which have been replaced by ModelForm ) and a number of depre ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Allowed migrations to work with app_label s that have the same last part (e.g. django.contrib.auth and v ... se locales ( zh_CN , zh_Hans , zh_Hant and zh_TW ) have been added. Formats for Macedonian have been fixed ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 2.2.24 release notes — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , if (and only if) the default admindocs templates have been customized by the developers to also expose t ... nly the existence but also the file contents would have been exposed. As a mitigation, path sanitation is ...
https://man.plustar.jp/django/releases/2.2.24.html - [similar]
Django 3.1.12 release notes — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , if (and only if) the default admindocs templates have been customized by the developers to also expose t ... nly the existence but also the file contents would have been exposed. As a mitigation, path sanitation is ...
https://man.plustar.jp/django/releases/3.1.12.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5184
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sword upgrading without requiring a login ¶ If you have an existing database with an older, weak hash such ... 0,000 iterations of PBKDF2. If your hasher doesn't have a work factor, implement the method as a no-op ( p ... u use custom forms for password setting, or if you have API calls that allow passwords to be set, for exam ... tors will be used instead. This is useful when you have a typical set of validators to use for most scenar ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngoTemplates engine (unconnected to what you might have configured in the TEMPLATES setting). It loads tem ... gets in your project and its third-party apps must have Jinja2 templates. Unless you provide your own Jinj ... a2 templates for widgets that don't have any, you can't use this renderer. For example, dja ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 5124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ult ascending order. Functional unique constraints have the same database restrictions as Index.expression ... hat each user only has one draft. These conditions have the same database restrictions as Index.condition ... e is supported only on PostgreSQL. Non-key columns have the same database restrictions as Index.include . ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... th an underscore between them. For example, if you have an app bookstore (as created by manage.py startapp ... bookstore ), a model defined as class Book will have a database table named bookstore_book . To overrid ... e backends; except for Oracle, however, the quotes have no effect. See the Oracle notes for more details. ... 条件を暗黙のうちに含んでいます。 If a query doesn't have an ordering specified, results are returned from t ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 5124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ed-With header when using XMLHttpRequest. Browsers have strict same-origin policies regarding XMLHttpReque ... lly backwards-incompatible, but the security risks have been judged to outweigh the compatibility concerns ... method was never documented, it seems some people have overridden lookup_allowed , especially to cope wit ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 5124
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in ( BaseAdmin ): actions = [ 'b' ] SubAdmin would have actions 'a' and 'b' . Now actions follows standard ... nd of the whole test suite). This change shouldn't have an impact on your tests unless you've customized T ... to prevent negative values in the database. If you have existing invalid data and run a migration that rec ... llipsis character ( … ) instead of 3 dots. You may have to adapt some test output comparisons. Support for ...
https://man.plustar.jp/django/releases/2.2.html - [similar]