Historic change log for all releases prior to v3 is available here
In this release
- Upgrade to use
django.urls.path
in routing- Add admin support for user primary key as UUID
- Auto pre-fetching permission via
GUARDIAN_AUTO_PREFETCH
- Add tests for missing migrations
What's Changed
- Add database index to object_pk field in BaseGenericObjectPermission by @dblenkus in #614
- Fix broken Django doc link by @johnthagen in #616
- Fix number of default Django permissions by @johnthagen in #617
- Add PyPI badges by @johnthagen in #619
- Fix grammar typo by @johnthagen in #620
- Link to latest stable docs by @johnthagen in #622
- Update example to be PEP8 compliant by @johnthagen in #623
- Add missing parenthesis by @johnthagen in #624
- Document how to enable django-grappelli integration in example project by @johnthagen in #627
- Fix broken link by @johnthagen in #626
- Link to latest stable docs by @johnthagen in #625
- Use the correct DB in post_migration handler by @AdamZ in #631
- Overly optimistic content type queries by @qeternity in #633
- Auto prefetching for vanilla usecases by @qeternity in #632
- Better cache eviction and testing by @qeternity in #635
- Upgrade to use django.urls.path in routing by @ad-m in #634
- Add migiration check by @ad-m in #613
New Contributors
Full Changelog: v2.0.0...v2.1.0