summaryrefslogtreecommitdiff
path: root/tests/apps/namespace_package_base/nsapp
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
These functions do nothing on Python 3.
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as ↵Carl Meyer
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.