検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 172 for Create (0.131 sec.)
django.core.files.images — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ept RuntimeError : # e.g. "RuntimeError: could not create decoder object" for # WebP files. A different chun ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in deployed sites, so Django can be configured to create reports with details about those errors. E メールの ... def record_user_profile ( request ): UserProfile . create ( user = request . user , password = request . POS ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Generic editing ビュー — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ws.generic.edit.FormView django.views.generic.edit.CreateView django.views.generic.edit.UpdateView django.vi ... ormMixin django.views.generic.edit.ProcessFormView CreateView ¶ class django.views.generic.edit. CreateView ... emplateResponseMixin django.views.generic.edit.BaseCreateView django.views.generic.edit.ModelFormMixin djang ... template_name_suffix ¶ GET リクエストに描画された CreateView のページは、 '_form' の template_name_suffix を ...
https://man.plustar.jp/django/ref/class-based-views/generic-editing.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Creating a Geometry ¶ GEOSGeometry objects may be created in a few ways. The first is to simply instantiate ... or for the specific geometry type that you wish to create. For example, a Point object may be created by pas ... collected before the GEOS object. To prevent this, create GEOSGeometry objects inside the local scope of you ... ry subclass (e.g., GEOSGeometry('POINT(1 1)') will create a Point object). The srid parameter, if given, is ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turned_insert_ids() to set primary keys on objects created using QuerySet.bulk_create() . Added keyword argu ... are API with new methods get_accessed_time() , get_created_time() , and get_modified_time() . They return a ... ects() function is now a public API. QuerySet.bulk_create() sets the primary key on objects when using Postg ... mended for proper Unicode support), MySQL can only create unique indexes with 191 characters by default. The ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons (#18239). Added batch_size argument to qs.bulk_create() (#17788). Fixed a small regression in the admin ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ta = models . JSONField () ContactInfo . objects . create ( data = { 'name' : 'John' , 'cities' : [ 'London' ... s in the admin site, user sessions, and signatures created by django.core.signing.Signer and django.core.sig ... can now be removed, in the same way as dynamically created ones. XRegExp is upgraded from version 2.0.0 to 3 ... ts boolean expressions. The RelatedManager.add() , create() , and set() methods now accept callables as valu ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を作成するための最も直接的な方法は、組み込まれている create_user() というヘルパー関数を利用することです。 >>> ... uth.models import User >>> user = User . objects . create_user ( 'john' , 'lennon@thebeatles.com' , 'johnpas ... 作成する こともできます。 スーパーユーザを作成する ¶ Create superusers using the createsuperuser command: $ py ... thon manage.py createsuperuser --username=joe --email=joe@example.com パ ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . call_soon_threadsafe ( self . main_event_loop . create_task , awaitable ) if current_executor : # Run the ... ead_executor [ thread_sensitive_context ] else : # Create new thread executor in current context executor = ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5036
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eadability of documentation. After all, Django was created in a journalism environment! So we treat our docu ... he reader by the hand through a series of steps to create something. The important thing in a tutorial is to ... as a verb ("subclass that model") and as a noun ("create a subclass"). the web , web framework -- it's not ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT