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

Автор SHA1 Опис Дата
  Nick Pope 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 роки тому
  Johannes Hoppe 7254f1138d Refs #29444 -- Allowed returning multiple fields from INSERT statements on PostgreSQL. 5 роки тому
  Simon Charette ee6e93ec87 Fixed #30628 -- Adjusted expression identity to differentiate bound fields. 5 роки тому
  can 325d5d6445 Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the target field. 5 роки тому
  Tom Forbes 31408446b3 Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update(). 6 роки тому
  Tom Forbes 9cbdb44014 Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models. 6 роки тому
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. 8 роки тому
  Mariusz Felisiak aad1833fa0 Refs #20487 -- Added test for querying mixed case fields with common related model. 7 роки тому
  Mariusz Felisiak 83a36ac49a Removed unnecessary trailing commas and spaces in various code. 7 роки тому
  Simon Charette 8ef35468b6 Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field. 8 роки тому
  Bo Marchman 9bbb6e2d25 Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 8 роки тому
  François Freitag e124d2da94 Fixed #26551 -- Fixed negated Q() queries that span relations. 8 роки тому
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 роки тому
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 роки тому
  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 роки тому
  Adam Chainz 652bcc6f5f Refs #25415 -- Fixed invalid models in the test suite. 9 роки тому
  Chris Lamb 97513269d7 Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True. 8 роки тому
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 роки тому
  Tim Graham 2dc9ec5616 Fixed #24525 -- Fixed AssertionError in some complex queries. 9 роки тому
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 роки тому
  Anssi Kääriäinen 76ac07a909 Refs #24090 -- Added a test for multi-table inheritance + subqueries. 9 роки тому
  Anssi Kääriäinen 355c5edd93 Fixed #24605 -- Fixed incorrect reference to alias in subquery. 10 роки тому
  Anssi Kääriäinen 5c481db295 Fixed #23605 -- Fixed nested subquery regression 10 роки тому
  Collin Anderson ae7cb992bc Fixed #23721 -- check_related_objects without calling __iter__ 10 роки тому
  Anubhav Joshi 011abb7d96 Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 10 роки тому
  Anubhav Joshi 34ba86706f Fixed #14334 -- Query relation lookups now check object types. 10 роки тому
  zsoldosp 7e2c804c94 Split tests.basic.ModelTests in several tests; refs #18586. 11 роки тому
  Anssi Kääriäinen 5e1f4656b9 Fixed #22429 -- Incorrect SQL when using ~Q and F 11 роки тому
  Rodolfo Carvalho 0d91225892 Fixed many typos in comments and docstrings. 11 роки тому