index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
apps
Age
Commit message (
Expand
)
Author
2022-03-08
Rewrote some references to "master".
Adam Johnson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-20
Refs #31180 -- Removed default_app_config application configuration variable ...
Mariusz Felisiak
2020-12-22
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...
Hasan Ramezani
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-08-11
Refs #31180 -- Fixed unreachable assertions in apps tests.
Mariusz Felisiak
2020-08-10
Fixed #31870 -- Fixed crash when populating app registry with empty or withou...
Iuri de Silvio
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2019-01-13
Fixed #27685 -- Added watchman support to the autoreloader.
Tom Forbes
2018-09-26
Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...
Marten Kenbeek
2018-01-30
Added test for Apps.get_models() when models_ready=False.
Mads Jensen
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-27
Tested AppConfig.__repr__().
Anton Samarchyan
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-02
Fixed #26616 -- Improved error message when AppConfig.name is invalid.
inondle
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-11
Added missing period to "etc.".
pp
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-11-14
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-09-23
Refs #22789 -- Removed contrib.webdesign per deprecation timeline.
Tim Graham
2015-09-02
Fixed #25246 -- Guarded against duplicate paths in AppConfig.
Caio Ariede
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-30
Refs #23621 -- Fixed warning message when reloading models.
Marten Kenbeek
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-05-22
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-02-17
Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...
Tim Graham
2015-02-08
Added check_apps_ready() to Apps.get_containing_app_config()
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Refactored tests that rely on an ImportError for Python 3.5 compatibility
Tim Graham
2014-10-22
Fixed flake8 warning.
Tim Graham
2014-10-23
Improved warning message when reloading models. Refs #23621.
Loic Bistuer
2014-10-23
Fixed #23621 -- Warn for duplicate models when a module is reloaded.
Loic Bistuer
2014-09-08
Fixed #22920 -- Avoid masking some exceptions.
Aymeric Augustin
2014-08-25
Removed unnecessary absolute_imports.
Tim Graham
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-26
Fixed some missing/extraneous new line warnings.
Simon Charette
2014-01-26
Fixed #21702 -- get_model('app_label.ModelName').
Aymeric Augustin
2014-01-25
Moved sys.path-extending decorator to django.test.utils and used throughout t...
Carl Meyer
2014-01-25
Fixed #17304 -- Allow single-path and configured-path namespace packages as a...
Carl Meyer
[next]