summaryrefslogtreecommitdiff
path: root/tests/apps/namespace_package_base
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
|
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-211-0/+1
|
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
| | | These functions do nothing on Python 3.
* Fixed some missing/extraneous new line warnings.Simon Charette2014-01-261-0/+1
|
* Fixed #17304 -- Allow single-path and configured-path namespace packages as ↵Carl Meyer2014-01-251-0/+8
apps. Also document the conditions under which a namespace package may or may not be a Django app, and raise a clearer error message in those cases where it may not be. Thanks Aymeric for review and consultation.