検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 67 for unique (0.050 sec.)
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6970
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of the field on the user model that is used as the unique identifier. This will usually be a username of som ... but it can also be an email address, or any other unique identifier. The field must be unique (i.e., have u ... custom authentication backend that can support non-unique usernames. 以下の例では、フィールドを一意に指定する ... dentifier = models . CharField ( max_length = 40 , unique = True ) ... USERNAME_FIELD = 'identifier' EMAIL_F ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
File storage API — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ill not exceed max_length , if provided. If a free unique filename cannot be found, a SuspiciousFileOperatio ... stem may modify the filename as necessary to get a unique name. The actual name of the stored file will be r ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... サブクラスの db_table オプションを参照します)。 AlterUniqueTogether ¶ class AlterUniqueTogether ( name , uniqu ... e_together ) ¶ Changes the model's set of unique constraints (the unique_together option on the Met ... definition, including changes to its type, null , unique , db_column and other field attributes. The preser ... Model DeleteModel RenameModel AlterModelTable AlterUniqueTogether AlterIndexTogether AlterOrderWithRespectTo ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 6842
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the original results are grouped according to the unique combinations of the fields specified in the values ... () clause. An annotation is then provided for each unique group; the annotation is computed over all members ... so you will only get an annotated result for each unique author name. This means if you have two authors wi ... name' , 'average_rating' ) This will now yield one unique result for each author; however, only the author's ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
Django 1.11.13 リリースノート — Django 4.0.6 ドキュメント 6785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion in Django 1.11.8 where altering a field with a unique constraint may drop and rebuild more foreign keys ...
https://man.plustar.jp/django/releases/1.11.13.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6785
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django now has a UUIDField for storing universally unique identifiers. It is stored as the native uuid data ... d. This prevents a database error when appending a unique suffix to a long filename that already exists on t ... s for faster reloading. inspectdb now outputs Meta.unique_together . It is also able to introspect AutoField ... error message, override it on the form using the 'unique' key in Meta.error_messages['username'] or, if you ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
How to create custom model fields — Django 4.0.6 ドキュメント 6714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rameters: verbose_name name primary_key max_length unique blank null db_index rel : 関連フィールドに使用され ... をシリアライズしません。デフォルトの値は True です。 unique_for_date unique_for_month unique_for_year choices ...
https://man.plustar.jp/django/howto/custom-model-fields.html - [similar]
Single object mixins — Django 4.0.6 ドキュメント 6714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ire two correct, non-sequential arguments. Using a unique slug may serve the same purpose, but this scheme a ... llows you to have non-unique slugs. get_object ( queryset = None ) ¶ ビューが表 ...
https://man.plustar.jp/django/ref/class-based-views/mixins-single-object.html - [similar]
Django 2.0.5 リリースノート — Django 4.0.6 ドキュメント 6714
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion in Django 1.11.8 where altering a field with a unique constraint may drop and rebuild more foreign keys ...
https://man.plustar.jp/django/releases/2.0.5.html - [similar]
Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6657
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( #29759 ). Fixed a regression in Django 2.0 where unique index names weren't quoted ( #29778 ). Fixed a reg ...
https://man.plustar.jp/django/releases/2.1.2.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT