커밋 기록

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