تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Simon Charette daf7d482db Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 1 سال پیش
  Albert Defler c991602ce5 Fixed #34060 -- Fixed migrations crash when adding check constraints with JSONField __exact lookup on Oracle. 1 سال پیش
  Mariusz Felisiak 9fd3a0ffc8 Refs #34840 -- Fixed test_validate_nullable_textfield_with_isnull_true() on databases that don's support table check constraints. 1 سال پیش
  Mariusz Felisiak 779cd28acb Fixed #34840 -- Avoided casting string base fields on PostgreSQL. 1 سال پیش
  Francesco Panico 1506f498fe Fixed #34743 -- Fixed Meta.constraints validation crash when using pk. 1 سال پیش
  Simon Charette 3434dbd39d Fixed #34754 -- Fixed JSONField check constraints validation on NULL values. 1 سال پیش
  Simon Charette d7d80040c1 Made UniqueConstraint raise TypeError for type violations. 1 سال پیش
  Simon Charette 595a2abb58 Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+. 1 سال پیش
  Mariusz Felisiak 2c428b37ae Refs #34338 -- Fixed isolation of constraints tests. 2 سال پیش
  Xavier Fernandez 5b3d3e400a Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses. 2 سال پیش
  Xavier Fernandez 51c9bb7cd1 Refs #33829 -- Added violation_error_message to constraints' __repr__(). 2 سال پیش
  Xavier Fernandez ad18a0102c Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint. 2 سال پیش
  Mariusz Felisiak 2fd755b361 Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError with no code. 2 سال پیش
  Mariusz Felisiak 2b1242abb3 Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint with ordered expressions. 2 سال پیش
  David Sanders e14d08cd89 Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2 سال پیش
  Mariusz Felisiak 63884829ac Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions. 2 سال پیش
  Stéphane "Twidi" Angel ccbf714ebe Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violation_error_message. 2 سال پیش
  Gagaro 667105877e Fixed #30581 -- Added support for Meta.constraints validation. 3 سال پیش
  Mariusz Felisiak 27b07a3246 Refs #30581 -- Moved CheckConstraint tests for conditional expressions to migrations.test_operations. 2 سال پیش
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 سال پیش
  Hannes Ljungberg 3aa545281e Fixed #30916 -- Added support for functional unique constraints. 4 سال پیش
  Hannes Ljungberg 87acbf0631 Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more consistent. 4 سال پیش
  Mariusz Felisiak f4e93919e4 Fixed #31815 -- Fixed schema value encoding on PostgreSQL. 4 سال پیش
  Hannes Ljungberg 30e3d2d78d Fixed #31745 -- Added error messages when using UniqueConstraint.include/opclasses with deferrable. 4 سال پیش
  Hannes Ljungberg 7edc6e53a7 Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint. 4 سال پیش
  Hannes Ljungberg 8c7992f658 Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+. 5 سال پیش
  Ian Foote c226c6cb32 Fixed #20581 -- Added support for deferrable unique constraints. 6 سال پیش
  Mariusz Felisiak 4c9886085b Refs #31351 -- Made partial constraints tests use required_db_features. 5 سال پیش
  Simon Charette e9a0e1d4f6 Fixed #30484 -- Added conditional expressions support to CheckConstraint. 5 سال پیش
  ElizabethU 54ea290e5b Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 5 سال پیش