検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 187 for Field (0.117 sec.)
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the cache. Fixed data loss on SQLite where DurationField values with fractional seconds could be saved as N ... trailing and leading whitespace from the password fields ( #26334 ). The change requires users who set the ... lookup with a subquery when a ForeignKey has a to_field set to something other than the primary key ( #263 ... . Restored the functionality of the admin's raw_id_fields in list_editable ( #26387 ). Fixed a regression w ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sion in Django 3.0 by restoring the ability to use field lookups in Meta.ordering ( #31538 ). Fixed a regre ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ha1_hash ( sha1_hash , salt ) user . save ( update_fields = [ 'password' ]) class Migration ( migrations . ... to check, and the full value of a user's password field in the database to check against, and returns True ... For subclasses of AbstractBaseUser , the password field will be marked as "dirty" when calling set_passwor ... tput directly to the help_text parameter of a form field. get_password_validators ( validator_config ) ¶ Re ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
アグリゲーション — Django 4.0.6 ドキュメント 4683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ass Author ( models . Model ): name = models . CharField ( max_length = 100 ) age = models . IntegerField ( ... Publisher ( models . Model ): name = models . CharField ( max_length = 300 ) class Book ( models . Model ) ... : name = models . CharField ( max_length = 300 ) pages = models . IntegerField ... () price = models . DecimalField ( max_digits = 10 , decimal_places = 2 ) rating = ...
https://man.plustar.jp/django/topics/db/aggregation.html - [similar]
django.core.checks.messages — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . ModelBase ): # We need to hardcode ModelBase and Field cases because its __str__ # method doesn't return ...
https://man.plustar.jp/django/_modules/django/core/checks/messages.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to see if the patch is "good". The following three fields (Needs documentation, Needs tests, Patch needs im ... You may add your username or email address to this field to be notified when new contributions are made to ... the ticket. Keywords ¶ With this field you may label a ticket with multiple keywords. Thi ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion. The trigram_similar lookup can be used on CharField and TextField : >>> City . objects . filter ( name ... red between the parameter and any substring of the field. A trigram word lookup is given an expression and ... The trigram_word_similar lookup can be used on CharField and TextField : >>> Sentence . objects . filter ( ... igrations). The unaccent lookup can be used on CharField and TextField : >>> City . objects . filter ( name ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go 1.0, files uploaded and stored in a model's FileField were saved to disk before the model was saved to t ... ery expressions ¶ Queries can now refer to another field on the query and can traverse relationships to ref ... er to fields on related models. This is implemented in the new ... oxy models differ from unmanaged models . Deferred fields ¶ In some complex situations, your models might c ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 1.5.2 release notes — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SS vulnerability in django.contrib.admin ¶ If a URLField is used in Django 1.5, it displays the current val ... ue of the field and a link to the target on the admin change page. ... orks with binary content (#20237). Fixed ManyToManyField if it has a Unicode name parameter (#20207). Ensur ...
https://man.plustar.jp/django/releases/1.5.2.html - [similar]
Django 1.6.5 release notes — Django 4.0.6 ドキュメント 4650
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ugfixes ¶ Made the year_lookup_bounds_for_datetime_field Oracle backend method Python 3 compatible ( #22551 ...
https://man.plustar.jp/django/releases/1.6.5.html - [similar]