Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/models.py
Commit message (Expand)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
* Add validate method for PollResultFile: Validates only if exists some result ...Rogelio Mita2013-10-021-0/+7
* Add hash property for PollResultFileRogelio Mita2013-10-021-0/+10
* Removed mutable argument from validate method of Field classRogelio Mita2013-09-261-1/+2
* Removed mutable argument from validate method of Dependence classRogelio Mita2013-09-261-1/+2
* Removed mutable argument from Structure classRogelio Mita2013-09-261-1/+1
* Removed mutable argument from Group classRogelio Mita2013-09-261-1/+1
* Removed mutable argument from Field classRogelio Mita2013-09-261-1/+1
* Removed mutable argument from Option classRogelio Mita2013-09-261-2/+2
* Removed mutable argument from Poll classRogelio Mita2013-09-261-1/+2
* Disable "Modificar estructura" button when a poll is read_onlyRogelio Mita2013-09-261-1/+1
* remove dead codeCode Raguet2013-09-251-2/+1
* PEP8: polls/models.py importsCode Raguet2013-09-251-4/+1
* Docstring: save method from Structure classCode Raguet2013-09-251-0/+1
* check if structure is not read only before saveCode Raguet2013-09-251-0/+3
* add is_read_only method to structure classCode Raguet2013-09-251-0/+5
* Docstring for Structure classCode Raguet2013-09-251-1/+3
* remove non conventional space pep-257Code Raguet2013-09-251-1/+0
* Add Structure's READ_ONLY_MSGCode Raguet2013-09-251-0/+2
* Change 'numero escuela' to 'ruee'Rogelio Mita2013-09-241-5/+5
* Cleaning tmp directory for option imagesRogelio Mita2013-09-191-14/+16
* Refactor except: pass with a specific conditionalCode Raguet2013-09-161-4/+1
* FIX: structure can not save images with more than one chunkCode Raguet2013-09-131-1/+0
* PollResult inherits from objectRogelio Mita2013-09-121-1/+1
* Deleting dead code: save, valid and is_valid methodsRogelio Mita2013-09-121-38/+0
* Deleting dead code: static method getRogelio Mita2013-09-121-12/+0
* Removing InMemoryUploadedFileRogelio Mita2013-09-121-11/+11
* Better checking for image optionsRogelio Mita2013-09-121-4/+12
* add delete to PollResultFile and add remove_results to PollCode Raguet2013-09-111-0/+9
* issue 4234: Show the date and the user who uploaded the resultsCode Raguet2013-09-061-10/+112
|\
| * Fix backward compatibility for .poll_results without "upload_timestamp"4234Code Raguet2013-09-061-1/+1
| * change get_numero_escuela so that it can return all "numero_escuela" from a ....Code Raguet2013-09-061-1/+7
| * get_numero_escuela now returns a python setCode Raguet2013-09-061-1/+1
| * Refactor: Poll method for check if has resultRogelio Mita2013-09-061-0/+5
| * explicitly close file line is removed, open file context manager do this in i...Rogelio Mita2013-09-061-1/+0
| * link to .poll_result filesRogelio Mita2013-09-051-0/+5
| * Refactor: get_result method for a poll, return a PollResult object made with ...Rogelio Mita2013-09-051-7/+4
| * get_data method for PollResultFileRogelio Mita2013-09-051-0/+3
| * add set_upload_timestamp for PollResultFileCode Raguet2013-09-041-0/+13
| * Change PollResultFile so that it can recive a file pathCode Raguet2013-09-041-10/+11
| * change add_result_files to recive the file_nameCode Raguet2013-09-041-3/+10
| * add get_timestamp to PollResultFile API, remove hardcode from viewCode Raguet2013-09-021-0/+4
| * PollResultFile responds to .poll_result filenameRogelio Mita2013-08-291-0/+3
| * PollResultFile responds to count of polledRogelio Mita2013-08-291-0/+4