検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 158 for custom (0.089 sec.)
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... float("inf") ( #23770 ). Fixed a regression where custom form fields having a queryset attribute but no lim ... uld not be used in a ModelForm ( #23795 ). Fixed a custom field type validation error with MySQL backend whe ... to the admin's delete_selected view that prevented custom site header, etc. from appearing ( #23898 ). Fixed ... tions ( #23975 ). Made admin system checks run for custom AdminSite s ( #23497 ). Ensured the app registry i ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6370
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... b and cached_db backends are refactored to allow a custom database session backend to build upon them. See デ ... ngo.views.i18n.json_catalog() view to help build a custom client-side i18n library upon Django translations. ... gine that is installed. Debug page integration for custom template engines was added. The DjangoTemplates ba ... rs of strings containing integers separated with a custom character. EmailValidator now limits the length of ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ithm. It's designed not to be easier to compute on custom hardware than it is to compute on an ordinary CPU. ... . Argon2 ¶ Argon2 has three attributes that can be customized: time_cost controls the number of iterations w ... Django 4.0. scrypt has four attributes that can be customized: work_factor controls the number of iterations ... y the pattern to work with any algorithm or with a custom user model. First, we'll add the custom hasher: ac ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m_factory() . Often, it can be useful to specify a custom model form. For example, you can create a custom m ... odel form that has custom validation: class AuthorForm ( forms . ModelForm ) ... = ( 'name' , 'title' ) def clean_name ( self ): # custom validation for the name field ... Then, pass your ... uthorForm ) It is not always necessary to define a custom model form. The modelformset_factory function has ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 6301
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions, but can easily be overridden if you need any custom behavior. Specify the handlers as seen below in yo ... ーバーライドされます: handler404 = 'mysite.views.my_custom_page_not_found_view' server_error() ビューは handl ... ーバーライドされます: handler500 = 'mysite.views.my_custom_error_view' permission_denied() ビューは handler40 ... ーバーライドされます: handler403 = 'mysite.views.my_custom_permission_denied_view' bad_request() ビューは han ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6220
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r lower-level feed generation. You can also create custom feed generator subclasses for use with the feed_ty ... __init__ will be stored in self.feed for use with custom feed generators . All parameters should be strings ... teddate Extra keyword arguments will be stored for custom feed generators . All parameters, if given, should ... //www.w3.org/2005/Atom" xml:lang="en"> ... </feed> Custom feed generators ¶ If you need to produce a custom ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
How to write a custom storage class — Django 4.0.6 ドキュメント 6082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Modules « previous | up | next » How to write a custom storage class ¶ たとえばリモートシステム上にファイ ... tion = None ): if not option : option = settings . CUSTOM_STORAGE_OPTIONS ... あなたのストレージクラスは _op ... ために呼び出されます。 前のトピックへ How to create custom template tags and filters 次のトピックへ How to de ...
https://man.plustar.jp/django/howto/custom-file-storage.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 6082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ex | Modules « previous | up | next » How to write custom lookups ¶ Django には (たとえば exact や icontains ... フォールバックとして呼び出します。 目次 How to write custom lookups ルックアップの例 変換の例 効率的な abs__lt ... 使うかを決定する仕組み 前のトピックへ How to create custom model fields 次のトピックへ How to implement a cus ... change , 実装 , filter , lhs , lookup , objects , custom , How , lookups クイック検索 Last update: 2022年6月 ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6082
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es, to return the human-readable name. A number of custom properties are added to the enumeration classes -- ... e lookup registration API . The API can be used to customize which lookups are available for a field class, ... ase. The value will be in the format chosen by the custom encoder (most often a string). Your deserializatio ... al with the database column name, unless you write custom SQL. You'll always deal with the field names of yo ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 6002
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... None . Querying ArrayField ¶ There are a number of custom lookups and transforms for ArrayField . We will us ... the ability to query by key, there are a number of custom lookups available for HStoreField . We will use th ... [) . Querying Range Fields ¶ There are a number of custom lookups and transforms for range fields. They are ... range types ¶ PostgreSQL allows the definition of custom range types. Django's model and form field impleme ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT