تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  Simon Charette 4608d34b34 Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create(). 3 ماه پیش
  AlexCLeduc a084c5d35a Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related(). 1 سال پیش
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 سال پیش
  Chinmoy Chakraborty 270072c4c2 Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQL keywords. 4 سال پیش
  Hasan Ramezani 50c3ac6fa9 Fixed #31762 -- Made reloading the database for tests use the base manager. 4 سال پیش
  Matthijs Kooijman 289d0ec6fd Refs #31051 -- Fixed reloading the database with circular related objects and natural keys for tests. 5 سال پیش
  Matthijs Kooijman 12e6f573ad Refs #26552 -- Added test for reloading the database with self-referential objects. 5 سال پیش
  Matthijs Kooijman 98f23a8af0 Fixed #26552 -- Deferred constraint checks when reloading the database with data for tests. 5 سال پیش
  Johannes Hoppe 7254f1138d Refs #29444 -- Allowed returning multiple fields from INSERT statements on PostgreSQL. 5 سال پیش
  Johannes Hoppe bc91f27a86 Refs #29444 -- Added support for fetching a returned non-integer insert values on Oracle. 5 سال پیش
  Simon Charette 095c1aaa89 Fixed #28849 -- Fixed referenced table and column rename on SQLite. 7 سال پیش
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 سال پیش
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 سال پیش
  Simon Charette 7b8e4545c3 Refs #8548 -- Removed a workaround for lengthy verbose name. 9 سال پیش
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 سال پیش
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 سال پیش
  Anubhav Joshi 91f1b6dcdc Fixed #13711 -- Model check added to ensure that auto-generated column name is within limits of the database. 10 سال پیش
  Aymeric Augustin 237c229b91 Avoided using BinaryField unecessarily in tests. 10 سال پیش
  Simon Charette 10e3faf191 Fixed #19774 -- Deprecated the contenttypes.generic module. 11 سال پیش
  Tim Graham aa830009de Fixed #17519 -- Fixed missing SQL constraints to proxy models. 11 سال پیش
  Claude Paroz 86b1c31689 Fixed #19954 -- Fixed MySQL _last_executed decoding 12 سال پیش
  Alex Gaynor bbbd698c7a Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models. 12 سال پیش
  Florian Apolloner 89f40e3624 Merged regressiontests and modeltests into the test root. 12 سال پیش