Commit History

Author SHA1 Message Date
  Loïc Bistuer 3a47d42fa3 Fixed #20932, #25897 -- Streamlined manager inheritance. 9 years ago
  ZachLiuGIS 04e13c8913 Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields. 9 years ago
  Tim Graham 406675b1a0 Fixed #26176 -- Fixed E123 flake8 warnings. 9 years ago
  Hasan 253adc2b8a Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 9 years ago
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 years ago
  Alexander Sosnovskiy 2a7ce34600 Fixed #14286 -- Added models.BigAutoField. 9 years ago
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 years ago
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. 9 years ago
  Tim Graham 5980b05c1f Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 9 years ago
  Tim Graham adc0c4fbac Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible. 10 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field 10 years ago
  Karl Hobley 81e1a35c36 Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. 10 years ago
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 years ago
  Loic Bistuer 71ada3a8e6 Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it. 10 years ago
  Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 years ago
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 years ago
  Loic Bistuer 1fd6e13bf2 Consolidated some many_to_one tests. 10 years ago
  Loic Bistuer 6685713869 Fixed E127 pep8 warnings. 11 years ago
  Loic Bistuer a2814846ca Fixed E124 pep8 warnings. 11 years ago
  Alex Gaynor 9d740eb8b1 Fix all violators of E231 11 years ago
  Alasdair Nicol b289fcf1bf Fixed #21288 -- Fixed E126 pep8 warnings 11 years ago
  Tim Graham 96d1d4e292 Removed unused local variables in tests. 11 years ago
  Anssi Kääriäinen 1df3c49a1a Fixed #21174 -- transaction control in related manager methods 11 years ago
  Claude Paroz 5c1143910e Removed most of absolute_import imports 11 years ago
  Florian Apolloner 89f40e3624 Merged regressiontests and modeltests into the test root. 12 years ago