Historial de Commits

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