Historia zmian

Autor SHA1 Wiadomość Data
  willzhao 9cc0d7f7f8 Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations. 1 rok temu
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 lat temu
  Mariusz Felisiak e703b152c6 Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL. 3 lat temu
  Tobias Bengfort 54e94640ac Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite. 4 lat temu
  Nick Pope 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 lat temu
  Mariusz Felisiak 555e3a848e Removed unused __str__() methods in tests models. 4 lat temu
  Hasan Ramezani 4237050684 Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject. 5 lat temu
  Matthew Schinckel 4137fc2efc Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude(). 8 lat temu
  Simon Charette 9e5e5a657b Fixed #30044 -- Raised a FieldError on inherited field update attempts. 6 lat temu
  Mariusz Felisiak 362813d628 Fixed hanging indentation in various code. 7 lat temu
  Mariusz Felisiak 81e357a7e1 Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef. 7 lat temu
  Tim Graham f04495521a Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST. 7 lat temu
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 lat temu
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 lat temu
  Adam Chainz 652bcc6f5f Refs #25415 -- Fixed invalid models in the test suite. 9 lat temu
  Matthew Wilkes 4f138fe5a4 Fixed #22288 -- Fixed F() expressions with the __range lookup. 8 lat temu
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 lat temu
  Anssi Kääriäinen fb146193c4 Fixed #24171 -- Fixed failure with complex aggregate query and expressions 10 lat temu
  Michał Modzelewski 65246de7b1 Fixed #24031 -- Added CASE expressions to the ORM. 10 lat temu
  Marc Tamlyn 57554442fe Fixed #2443 -- Added DurationField. 10 lat temu
  Aymeric Augustin df3b1a01c7 Consolidated expressions tests. 11 lat temu
  Jason Myers 7a61c68c50 PEP8 cleanup 11 lat temu
  Florian Apolloner 89f40e3624 Merged regressiontests and modeltests into the test root. 12 lat temu