検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 92 for meta (0.078 sec.)
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 6022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he WSGI environ (and thus also in Django's request.META dictionary). Unfortunately, this means that the WS ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 6022
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d from profiling what indexes should be added. Use Meta.indexes or Field.db_index to add these from Django ... must perform. If a model has a default ordering ( Meta.ordering ) and you don't need it, remove it on a Q ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
Pythonモジュール索引 — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookups Lookups API django.db.models.options Model meta-class layer django.db.models.signals Signals sent ...
https://man.plustar.jp/django/py-modindex.html - [similar]
mixinを編集する — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of fields. This is interpreted the same way as the Meta.fields attribute of ModelForm . This is a required ...
https://man.plustar.jp/django/ref/class-based-views/mixins-editing.html - [similar]
モデルフォーム関数 — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ド引数 fields や exclude 、もしくはフォームの内部の Meta クラスで対応する属性を使って、明示的に提供する必要 ...
https://man.plustar.jp/django/ref/forms/models.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lverMatch object that allows you to access various metadata about the resolved URL. If the URL does not re ... eRedirect def myview ( request ): next = request . META . get ( 'HTTP_REFERER' , None ) or '/' response = ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 証する for an example using Form.add_error() . Error metadata ¶ The ValidationError constructor accepts meta ... or more details); however, before Django 1.7 those metadata were discarded as soon as the errors were adde ... t now store the ValidationError instances so these metadata can be retrieved at any time through the new F ... alidating a minimum number of submitted forms. The metaclasses used by Form and ModelForm have been rework ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5930
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erField () weight = models . IntegerField () class Meta : indexes = [ Index ( Lower ( 'first_name' ), Uppe ... ] Functional indexes are added to models using the Meta.indexes option. pymemcache support ¶ The new djang ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... % ( record . levelname , ( "internal" if request . META . get ( "REMOTE_ADDR" ) in settings . INTERNAL_IPS ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
データベース — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able : class LegacyModel ( models . Model ): class Meta : db_table = '"name_left_in_lowercase"' class Fore ... ignModel ( models . Model ): class Meta : db_table = '"OTHER_USER"."NAME_ONLY_SEEMS_OVER_3 ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT