Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/models.py
Commit message (Collapse)AuthorAgeFilesLines
* docstring for is_valid methodCode Raguet2013-10-111-0/+1
|
* add is_valid method to PollResultFile classCode Raguet2013-10-111-0/+4
|
* New method poll_is_assigned_to to PollResultFile classRogelio Mita2013-10-041-0/+9
|
* add method is_authored_by to PollResultFile classCode Raguet2013-10-031-0/+6
|
* Remove validate method and move the logic to exists methodRogelio Mita2013-10-031-7/+6
|
* New method exists for PollResultFile objectRogelio Mita2013-10-031-0/+7
|
* Fix name of property getterRogelio Mita2013-10-031-2/+2
|
*