mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
d128eac316
because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton