検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 250 for have (0.060 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 6769
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... efault templates used by startproject and startapp have been simplified and modernized. The admin is now e ... et_context_data() callback. The admin list columns have a column-<field_name> class in the HTML so the col ... a and maximum number of inline forms. Formsets now have a total_error_count() method. ModelForm fields can ... ge will not affect existing passwords or users who have subclassed django.contrib.auth.hashers.PBKDF2Passw ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... new models are installed. Instances of ContentType have methods for returning the model classes they repre ... one of your models and instances of any model you have installed. Installing the contenttypes framework ¶ ... TALLED_APPS setting. It's generally a good idea to have the contenttypes framework installed; several of D ... t an example to see how this works. If you already have the contenttypes application installed, and then a ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
データベース — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to the database whenever it needs one and doesn't have one already — either because this is the first con ... unrecoverable error state. If any database errors have occurred while processing the requests, Django che ... t at least as many simultaneous connections as you have worker threads. Sometimes a database won't be acce ... bal TIME_ZONE setting. If these parameters already have the correct values, Django won't set them for ever ...
https://man.plustar.jp/django/ref/databases.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 条件を暗黙のうちに含んでいます。 If a query doesn't have an ordering specified, results are returned from t ... ed model ordering that has been defined. You might have to explicitly order by the relation _id or referen ... thus mismatching the DISTINCT ON expression. You'd have to explicitly order by the relation _id field ( bl ... A few subtleties that are worth mentioning: If you have a field called foo that is a ForeignKey , the defa ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ookups, template rendering or anywhere else -- you have two choices for encoding those strings. You can us ... on with it about its encoding. For that reason, we have to make an assumption, and Django assumes that all ... l the string is used, even though the string might have originally been created when the code was first im ... ported. Normally, you won't have to worry about lazy translations. Just be aware th ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... startapp and startproject management commands now have a --template option for specifying a path or URL t ... result in significant performance increases if you have many objects. Django makes use of this internally, ... perations (such as database setup for test suites) have seen a performance benefit as a result. See the bu ... or worse) if objects on your primary QuerySet each have many related objects that you also need to fetch. ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6638
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 2.0 or earlier. We've dropped some features that have reached the end of their deprecation cycle, and we ... to assign the "view" permission to allow users who have the "change" permission to edit objects. There are ... PasswordHasher was added in Django 1.6), you might have some passwords that use the BCryptPasswordHasher h ... ntinue to allow those passwords to be used, you'll have to define the PASSWORD_HASHERS setting (if you don ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 1.8.6 リリースノート — Django 4.0.6 ドキュメント 6267
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... model ( #25503 ). Fixed incorrect queries when you have multiple ManyToManyField s on different models tha ... t have the same field name, point to the same model, and ... リースノート 関連キーワード Fixed , when , models , have , regression , crash , up , next , allowed , Made ...
https://man.plustar.jp/django/releases/1.8.6.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a random secret value, which other sites will not have access to. This cookie is set by CsrfViewMiddlewar ... described above. This ensures that only forms that have originated from trusted domains can be used to POS ... 231#section-4.2.1 ). These requests ought never to have any potentially dangerous side effects, and so a C ... individual views, the CSRF middleware will not yet have been able to set the Vary header or the CSRF cooki ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
検索 — Django 4.0.6 ドキュメント 6197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ース ¶ 標準的なテキストのクエリ ¶ Text-based fields have a selection of matching operations. For example, y ... age more complex querying options. Other databases have different selections of tools, possibly via plugin ... emonstrate the kind of functionality databases may have. Searching in other databases All of the searching ... a different spelling of the name. In this case we have an asymmetry though - a search for Helen will pick ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT