Історія комітів

Автор SHA1 Опис Дата
  Aymeric Augustin 3f2821af6b Fixed #31180 -- Configured applications automatically. 4 роки тому
  Tom Forbes c8720e7696 Fixed #27685 -- Added watchman support to the autoreloader. 6 роки тому
  Marten Kenbeek 40c8ffad72 Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTALLED_APPS. 6 роки тому
  Mads Jensen 1500573620 Added test for Apps.get_models() when models_ready=False. 7 роки тому
  Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 роки тому
  Jon Dufresne 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 роки тому
  Tim Graham 6b4f018b2b Replaced type-specific assertions with assertEqual(). 8 роки тому
  Anton Samarchyan 110f4bb6a2 Tested AppConfig.__repr__(). 8 роки тому
  Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 8 роки тому
  Simon Charette 9695b14982 Refs #23919 -- Removed str() conversion of type and method __name__. 8 роки тому
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 роки тому
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 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 роки тому
  inondle 080dd74e01 Fixed #26616 -- Improved error message when AppConfig.name is invalid. 8 роки тому
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 роки тому
  Hasan 26ad01719d Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate. 9 роки тому
  pp b34ff66e5b Added missing period to "etc.". 9 роки тому
  Simon Charette a08fda2111 Fixed #25746 -- Isolated inlined test models registration. 9 роки тому
  Simon Charette 1c5f4e86bc Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite. 9 роки тому
  Tim Graham 3af9b70028 Refs #22789 -- Removed contrib.webdesign per deprecation timeline. 9 роки тому
  Caio Ariede 6a98396b9d Fixed #25246 -- Guarded against duplicate paths in AppConfig. 9 роки тому
  Maxime Lorant 5153a3bfdc Fixed #25331 -- Removed trailing blank lines in docstrings. 9 роки тому
  Marten Kenbeek aabb58428b Refs #23621 -- Fixed warning message when reloading models. 9 роки тому
  Tim Graham 7f1168e387 Removed support for Python 3.3. 9 роки тому
  Peter Inglesby 0688a7946a Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualified package names. 10 роки тому
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 роки тому
  Alex Hill 720ff740e7 Fixed #24215 -- Refactored lazy model operations 10 роки тому
  Tim Graham 307c0f299a Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 10 роки тому
  Tim Graham 9033003d97 Added check_apps_ready() to Apps.get_containing_app_config() 10 роки тому