Changes between Initial Version and Version 1 of Ticket #30941
- Timestamp:
- Nov 1, 2019, 10:22:54 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30941 – Description
initial v1 1 Before 2f01079, it was possible to check to see whether the lazy user has been evaluated or not using `hasattr(request, '_cached_user')`. This was undocumented, but used a lot: https://github.com/search?q= _cached_user&type=Code1 Before 2f01079, it was possible to check to see whether the lazy user has been evaluated or not using `hasattr(request, '_cached_user')`. This was undocumented, but used a lot: https://github.com/search?q=hasattr%28request%2C+%27_cached_user%27%29&type=Code 2 2 3 3 I think we should try to maintain backwards compatibility for that that check, and document and test it. (Or if nothing else, document and test the new behavior and add a release note.)