Historia zmian

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