提交歷史

作者 SHA1 備註 提交日期
  Mariusz Felisiak 7500044a82 Refs #35167 -- Fixed test_bulk_update_custom_get_prep_value() crash on databases that don't support primitives in JSONFields. 1 月之前
  Jacob Walls 0bf412111b Fixed #35167 -- Delegated to super() in JSONField.get_db_prep_save(). 1 月之前
  Simon Charette 9e55201555 Fixed #36086 -- Fixed crash when using GeneratedField with non-AutoField pk. 2 月之前
  Hisham Mahmood 519087819e Fixed #35695 -- Ensured FileFields use a storage pointing to a temp directory in model_fields tests. 7 月之前
  Mariusz Felisiak 2d3bb414cf Refs #35560 -- Corrected required feature flags in GeneratedModelUniqueConstraint. 8 月之前
  Mark Gensler 1005c2abd1 Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for constraints. 9 月之前
  Sarah Boyce 7e39ae5c8c Fixed #35472 -- Used temporary directory in test_imagefield.NoReadTests. 10 月之前
  John Parton 9c5fe93349 Fixed #35139 -- Prevented file read after ImageField is saved to storage. 1 年之前
  Mariusz Felisiak 4879907223 Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields. 1 年之前
  Sarah Boyce b287af5dc9 Fixed #35019 -- Fixed save() on models with both GeneratedFields and ForeignKeys. 1 年之前
  Mariusz Felisiak 5b3b791e90 Fixed #35024 -- Fixed model instance creation crash on GeneratedField.output_field with backend converters. 1 年之前
  Mariusz Felisiak 5875f03ce6 Fixed #34944 -- Made GeneratedField.output_field required. 1 年之前
  Tim Graham 208870b612 Refs #31300 -- Allowed testing GeneratedField without collation. 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 年之前
  Natalia f1c0a3baf7 Added tests for model field's choices iterator/iterable values. 1 年之前
  T. Franzel a2eaea8f22 Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields. 2 年之前
  David Smith 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 年之前
  Claude Paroz 4488a25cc9 Removed unused path variable in model_fields tests. 2 年之前
  Mariusz Felisiak aaf00450d2 Removed obsolete assertions in BooleanFieldTests.test_return_type(). 2 年之前
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 年之前
  Mariusz Felisiak d992f4e3c2 Refs #31369 -- Removed models.NullBooleanField per deprecation timeline. 4 年之前
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 年之前
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. 5 年之前
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 年之前
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 年之前
  Diederik van der Boor 25f21bd237 Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values. 7 年之前
  Matthias Kestenholz ea60b7bc74 Removed redundant model field choices tests. 6 年之前
  Simon Charette 218a485bf1 Refs #12663 -- Fixed reference to nonexistent field in model_fields tests. 6 年之前