Changes between Initial Version and Version 1 of Ticket #30028, comment 4
- Timestamp:
- Dec 12, 2018, 11:47:40 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30028, comment 4
initial v1 1 Happy to look at a project if you can provide one but just glancing at the code, it looks like a programming error: you’re going to need to look at the `request.user` to see what you should return. Otherwise you’ve overridden the default implementation, which protects against this sort of thing .1 Happy to look at a project if you can provide one but just glancing at the code, it looks like a programming error: you’re going to need to look at the `request.user` to see what you should return. Otherwise you’ve overridden the default implementation, which protects against this sort of thing, and created the issue. 2 2 3 3 You should probably be calling `super()` before your own logic, and only continuing if that returns `True`.