コミット履歴

作者 SHA1 メッセージ 日付
  aruseni d7f78eb5d6 Corrected note on importing fields in model field reference docs. 1 ヶ月 前
  Clifford Gama 799c377818 Fixed typo in ref/models/fields.txt. 1 ヶ月 前
  Yash 35ab2e0182 Fixed #35731 -- Extended db_default docs. 1 ヶ月 前
  Clifford Gama 65f3cfce59 Fixed #26322 -- Consolidated lazy relationships details in docs/ref/models/fields.txt. 1 ヶ月 前
  Clifford Gama e1d226bc1c Fixed #35748 -- Documented that fields are excluded from a ModelForm when formfield() returns None. 2 ヶ月 前
  saJaeHyukc fd92f24789 Fixed #34887 -- Added support for unlimited models.CharField on SQLite. 2 ヶ月 前
  Clifford Gama ca1318988c Fixed #35671 -- Clarified string-based fields behavior when null=False. 3 ヶ月 前
  Mariusz Felisiak 304d256674 Used :pypi: role in docs where appropriate. 3 ヶ月 前
  Adam Zapletal 99273fd525 Fixed #24076 -- Added warnings on usage of dates with DateTimeField and datetimes with DateField. 8 ヶ月 前
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 6 ヶ月 前
  John Parton 914bf69171 Clarified when ImageField attributes are set. 7 ヶ月 前
  Adam Johnson 7ba6c9edc5 Fixed #28011 -- Corrected Field.hidden docs. 9 ヶ月 前
  Mariusz Felisiak 5875f03ce6 Fixed #34944 -- Made GeneratedField.output_field required. 1 年間 前
  Jacob Walls 427f0ed98d Fixed typos in docs/ref/models/fields.txt. 1 年間 前
  Mariusz Felisiak 295467c04a Removed versionadded/changed annotations for 4.2. 1 年間 前
  Natalia 691f70c477 Fixed #24561 -- Added support for callables on model fields' choices. 1 年間 前
  Jeremy Nauta f333e3513e Fixed #31300 -- Added GeneratedField model field. 1 年間 前
  Nick Pope 500e01073a Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 1 年間 前
  Mariusz Felisiak 9c37103a98 Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs. 1 年間 前
  Nick Pope f8092ee9ad Improved style of n-tuple wording in docs and comments. 1 年間 前
  Mariusz Felisiak 93830abf76 Updated broken links in docs. 1 年間 前
  Ian Foote 7414704e88 Fixed #470 -- Added support for database defaults on fields. 4 年 前
  Sage Abdullah 01ae9d4ca9 Fixed #34435 -- Doc'd that JSONField.default must be a callable. 1 年間 前
  T. Franzel a2eaea8f22 Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields. 1 年間 前
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 年間 前
  Adam Johnson f9fe062de5 Doc'd that Meta.indexes is preferred to Field.db_index. 4 年 前
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 年間 前
  noFFENSE 5cd1385356 Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. 1 年間 前
  Adrian Torres 7eee1dca42 Fixed #14094 -- Added support for unlimited CharField on PostgreSQL. 2 年 前
  kimsoungryoul 78f163a4fb Fixed #18468 -- Added support for comments on columns and tables. 2 年 前