Changes between Initial Version and Version 2 of Ticket #7344


Ignore:
Timestamp:
Jun 16, 2008, 10:48:46 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7344

    • Property Keywords newforms-admin added; plus sign removed
    • Property Triage Stage UnreviewedAccepted
  • Ticket #7344 – Description

    initial v2  
    11When you have a model like this:
     2
     3{{{
    24class Player
    35  #...
     
    57class PlayerImage
    68  player = model.ForeignKey(Player)
     9}}}
    710
    811And 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.
Back to Top