Commit History

Author SHA1 Message Date
  Hugo Cachitas 8f6a7a0e9e Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy references returns None. 4 years ago
  Hugo Cachitas f83214a3e1 Refs #32594 -- Added Signal.disconnect() test with a model class. 4 years ago
  Tim Graham 193c109327 Switched TestCase to SimpleTestCase where possible in Django's tests. 6 years ago
  chillaranand d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 years ago
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 years ago
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 years ago
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 years ago
  Mathieu Pillard 2b8ccff3b6 Tested model signals "sender" parameter when defer() is used. 8 years ago
  Tim Graham 9bf8d50a67 Fixed #26778 -- Fixed ModelSignal.connect() weak argument. 8 years ago
  Alex Hill 08014fe75b Fixed #26686 -- Fixed crash when registering model signals with abstract senders. 8 years ago
  Alex Hill ff6c6feae1 Fixed #26642 -- Made ModelSignal.disconnect() work with lazy references. 8 years ago
  Alex Hill 779bb82f51 Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation() 9 years ago
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 years ago
  Simon Charette a08fda2111 Fixed #25746 -- Isolated inlined test models registration. 9 years ago
  Josh Soref 93452a70e8 Fixed many spelling mistakes in code, comments, and docs. 9 years ago
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. 9 years ago
  Jay f957e2b04c Added a test for model pre/post_init signals. 10 years ago
  Simon Charette eb38257e51 Fixed #21391 -- Allow model signals to lazily reference their senders. 11 years ago
  Loic Bistuer 3f19b63f8b Fixed some Signal.disconnect calls from 058e434. 11 years ago
  Loic Bistuer 058e434064 Merged the signals and signals_regress test packages. 11 years ago
  Jason Myers c3791463a5 Fixing E302 Errors 11 years ago
  Tim Graham 96d1d4e292 Removed unused local variables in tests. 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