Changes between Initial Version and Version 2 of Ticket #7344
- Timestamp:
- Jun 16, 2008, 10:48:46 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7344
- Property Keywords newforms-admin added; plus sign removed
- Property Triage Stage Unreviewed → Accepted
-
Ticket #7344 – Description
initial v2 1 1 When you have a model like this: 2 3 {{{ 2 4 class Player 3 5 #... … … 5 7 class PlayerImage 6 8 player = model.ForeignKey(Player) 9 }}} 7 10 8 11 And you login with a user that has full rights on PlayerImage but only modify rights on Player he still sees the plus sign next to the drop down list "Player" in the change PlayerImage menu.