Commit History

作者 SHA1 備註 提交日期
  Jacob Walls cd6bddd44e Fixed #22224 -- Added note about supplying missing values for non-nullable fields with blank=True. 3 年之前
  Mariusz Felisiak 221b2f85fe Fixed #33129 -- Dropped support for MariaDB 10.2. 3 年之前
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 年之前
  Hasan Ramezani 0a28b42b15 Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to. 3 年之前
  David Smith fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 年之前
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 年之前
  Nick Pope 88b3982af3 Fixed a typo in docs/ref/models/fields.txt. 3 年之前
  Nick Pope 41e39c41c9 Refs #32460 -- Doc'd and tested that property names of model choice enums cannot be used as members. 4 年之前
  Mariusz Felisiak d992f4e3c2 Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 4 年之前
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 年之前
  Hasan Ramezani 3eb98743dc Fixed #32315 -- Doc'd FieldFile.path. 4 年之前
  Fabio Sangiovanni 2d6c9b97bc Fixed #32310 -- Fixed note about reverse accessors for intermediate table for self-referential ManyToManyField. 4 年之前
  Mariusz Felisiak 74fd233b14 Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0. 4 年之前
  Tom Forbes b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 年之前
  Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields. 4 年之前
  Adam Johnson bc4fea92b2 Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions. 4 年之前
  Adam Johnson e7fa8aff43 Improved ManyToManyField.through docs. 4 年之前
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 年之前
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. 5 年之前
  Adam Johnson 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 年之前
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 年之前
  Adam Johnson 787981f9d1 Corrected models.FilePathField signature in docs. 4 年之前
  Hasan Ramezani d6db186427 Fixed #31514 -- Fixed default form widgets in model fields docs. 4 年之前
  Tim Schilling a92cc84b4a Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True). 5 年之前
  Mariusz Felisiak cc70a0343e Fixed term warning on Sphinx 3.0.1+. 5 年之前
  miigotu 210657b791 Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 5 年之前
  Adam Johnson 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 年之前
  Hasan Ramezani 6929f13254 Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value(). 5 年之前
  Andrey Doroschenko f1016814d8 Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs. 5 年之前
  Daniel Izquierdo 89abecc75d Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones. 8 年之前