Changes between Version 1 and Version 2 of Ticket #30040, comment 6
- Timestamp:
- Dec 16, 2018, 2:40:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30040, comment 6
v1 v2 1 1 https://github.com/django/django/pull/10757 2 2 3 **can_vote**is not django standard permission expression.4 so, fixed to **can_vote** to **add_vote**in permission detail expression.3 `can_vote` is not django standard permission expression. 4 so, fixed to `can_vote` to `add_vote` in permission detail expression.