Історія комітів

Автор SHA1 Опис Дата
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 3 роки тому
  Jacob Walls edbf930287 Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. 3 роки тому
  sean_c_hsu 0f6946495a Fixed #31685 -- Added support for updating conflicts to QuerySet.bulk_create(). 4 роки тому
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 3 роки тому
  Ömer Faruk Abacı f04b44bad4 Refs #33319 -- Added note about commutation of QuerySet's | operator. 3 роки тому
  Mariusz Felisiak a17becf4c7 Corrected signatures of QuerySet's methods. 3 роки тому
  Hannes Ljungberg d400b08a8b Fixed #32888 -- Doc'd that select_for_update() only locks tables with selected columns. 3 роки тому
  Mariusz Felisiak 221b2f85fe Fixed #33129 -- Dropped support for MariaDB 10.2. 3 роки тому
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 роки тому
  Carlton Gibson 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 роки тому
  Can Sarıgöl 7ea86076fc Fixed #33046 -- Added note about using length of cached result by QuerySet.count(). 3 роки тому
  Abhyudai 85d47a58bf Made minor edits to QuerySet.update_or_create() docs. 3 роки тому
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 роки тому
  Nick Pope 501a8db465 Fixed #10929 -- Added default argument to aggregates. 4 роки тому
  Mariusz Felisiak 77b88fe621 Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+. 3 роки тому
  Claude Paroz 7309393c3a Documented in_bulk behavior with nonexistent id_list items. 3 роки тому
  abhiabhi94 cd124295d8 Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated. 3 роки тому
  Mariusz Felisiak ca98729055 Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. 4 роки тому
  girishsontakke 98abc0c90e Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+. 4 роки тому
  Claude Paroz cac9ec73db Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph. 4 роки тому
  Mariusz Felisiak 71ec102b01 Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite. 4 роки тому
  Johan Schiff d01709aae2 Fixed #24141 -- Added QuerySet.contains(). 4 роки тому
  Mariusz Felisiak c6b07627fc Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite. 4 роки тому
  Timothy McCurrach 241da3f06e Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches. 4 роки тому
  Mariusz Felisiak 396da8b94c Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values. 4 роки тому
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 роки тому
  Iuri de Silvio 02391bc98c Fixed #32313 -- Corrected QuerySet.in_bulk() signature. 4 роки тому
  Alexander Lyabah 415f50298f Fixed #32231 -- Allowed passing None params to QuerySet.raw(). 4 роки тому
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 роки тому
  Ian Foote 8b040e3cbb Fixed #25534, Fixed #31639 -- Added support for transform references in expressions. 4 роки тому