検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 98 for read (0.044 sec.)
django.db.utils — Django 4.0.6 ドキュメント 7004
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... BASES" # Connections needs to still be an actual thread local, as it's truly # thread-critical. Database b ... hough, so we don't allow that if we can help it. thread_critical = True def configure_settings ( self , da ... db return DEFAULT_DB_ALIAS return _route_db db_for_read = _router_func ( "db_for_read" ) db_for_write = _r ...
https://man.plustar.jp/django/_modules/django/db/utils.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7004
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nal form data, use HttpRequest.POST . You can also read from an HttpRequest using a file-like interface wi ... th HttpRequest.read() or HttpRequest.readline() . Accessing the body a ... ttribute after reading the request with either of these I/O stream met ... m data. Any subsequent attribute accesses (such as reading from GET or POST ) will use the new encoding va ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7004
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ite all of your class Admin declarations. You've already seen in models above how to replace your class Ad ... ew admin comes with a ton of new features; you can read about them in the admin documentation . URL ¶ Upda ... The oldforms module was also removed. If you're already using the newforms library, and you used our reco ... owing changes: Old (0.96) New (1.0) f['content'] f.read() f['filename'] f.name f['content-type'] f.content ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 6808
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Before asking a question about how to contribute, read Django へのコントリビュート . Many frequently aske ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
さぁ始めましょう — Django 4.0.6 ドキュメント 6808
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ent in general? Well, you came to the right place: read this material to quickly get up and running. Djang ...
https://man.plustar.jp/django/intro/index.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 6808
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... splaying Unicode characters in forms.JSONField and read-only models.JSONField values in the admin ( #32080 ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ems (): if name . lower () != "from" : # From is already handled msg [ name ] = value return msg def recip ... gests the file is text but it's # actually binary, read() raises a UnicodeDecodeError. mimetype = DEFAULT_ ... th path . open ( "rb" ) as file : content = file . read () self . attach ( path . name , content , mimetyp ... # into an email.Message object if it is not one already. content = message_from_string ( force_str ( cont ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
Simple mixins — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _data=True on those methods. For more information, read the documentation on rendering a template context ...
https://man.plustar.jp/django/ref/class-based-views/mixins-simple.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ); } }); }); })(jQuery);(function($) { $(document).ready(function() { $(".c-tab-unix").on("click", functio ... alization format (e.g., json or xml ) for fixtures read from stdin . --exclude EXCLUDE , -e EXCLUDE ¶ Excl ... e: django - admin loaddata -- format = json - When reading from stdin , the --format option is required to ... by all CreateModel operations in that migration already exist. This option is intended for use when first ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 6612
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on't declare it. To avoid confusion for later code readers, it's recommended to specify all the columns fr ... of 2-tuples in the format (permission_code, human_readable_permission_name) . default_permissions ¶ Optio ... , ] verbose_name ¶ Options. verbose_name ¶ A human-readable name for the object, singular: verbose_name = ... isn't given, Django will use verbose_name + "s" . Read-only Meta attributes ¶ label ¶ Options. label ¶ Re ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT