-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-tastypie REST API for django-polls #7
base: master
Are you sure you want to change the base?
Commits on Feb 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9ff0321 - Browse repository at this point
Copy the full SHA 9ff0321View commit details
Commits on Feb 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b47358e - Browse repository at this point
Copy the full SHA b47358eView commit details
Commits on Feb 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 03eb828 - Browse repository at this point
Copy the full SHA 03eb828View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ac0ba - Browse repository at this point
Copy the full SHA d7ac0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32be967 - Browse repository at this point
Copy the full SHA 32be967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d341c - Browse repository at this point
Copy the full SHA 27d341cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a04c21e - Browse repository at this point
Copy the full SHA a04c21eView commit details
Commits on Feb 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d34bd60 - Browse repository at this point
Copy the full SHA d34bd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c581ea5 - Browse repository at this point
Copy the full SHA c581ea5View commit details
Commits on Feb 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for cc08c7a - Browse repository at this point
Copy the full SHA cc08c7aView commit details
Commits on Mar 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 825330f - Browse repository at this point
Copy the full SHA 825330fView commit details
Commits on Mar 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6c4d323 - Browse repository at this point
Copy the full SHA 6c4d323View commit details -
Configuration menu - View commit details
-
Copy full SHA for e351da6 - Browse repository at this point
Copy the full SHA e351da6View commit details
Commits on Mar 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 517a889 - Browse repository at this point
Copy the full SHA 517a889View commit details
Commits on Mar 10, 2015
-
limit user's list, create a Vote with Poll.vote() method, added 'alre…
…ady_voted' field
Configuration menu - View commit details
-
Copy full SHA for 4d97af5 - Browse repository at this point
Copy the full SHA 4d97af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0c230 - Browse repository at this point
Copy the full SHA da0c230View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16832d - Browse repository at this point
Copy the full SHA a16832dView commit details
Commits on Mar 11, 2015
-
fixed 'Duplicate index 'polls_poll_reference_4cacbf22888a7509_uniq' d…
…efined on the table 'polls.polls_poll' on mysql backend
Configuration menu - View commit details
-
Copy full SHA for adab97f - Browse repository at this point
Copy the full SHA adab97fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb9217 - Browse repository at this point
Copy the full SHA 8fb9217View commit details
Commits on Mar 14, 2015
-
support name spaced url/uri, poll and result by reference
* uri was empty => namespaced tastypie uri - http://stackoverflow.com/a/27162751 * support poll details and result by reference and pk
Configuration menu - View commit details
-
Copy full SHA for a06e550 - Browse repository at this point
Copy the full SHA a06e550View commit details -
Configuration menu - View commit details
-
Copy full SHA for 264fd8a - Browse repository at this point
Copy the full SHA 264fd8aView commit details -
Merge pull request #1 from armicron/tastypie
a job well done. thank you.
Configuration menu - View commit details
-
Copy full SHA for c6d9924 - Browse repository at this point
Copy the full SHA c6d9924View commit details -
Merge pull request #2 from miraculixx/miraculixx-tastypie
small improvements
Configuration menu - View commit details
-
Copy full SHA for 27e3e05 - Browse repository at this point
Copy the full SHA 27e3e05View commit details
Commits on Mar 18, 2015
-
* votes on anonymous polls don't store user * choices add a mnemonic code field for easier choice reference
Configuration menu - View commit details
-
Copy full SHA for bfb5ee9 - Browse repository at this point
Copy the full SHA bfb5ee9View commit details -
add more unit tests, fix some problems
* new method get_stats to keep labels and values in sync on /result * tests for invalid votes * tests with data on votes * indexing on votes
Configuration menu - View commit details
-
Copy full SHA for 7798534 - Browse repository at this point
Copy the full SHA 7798534View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e0904 - Browse repository at this point
Copy the full SHA b2e0904View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffd10e - Browse repository at this point
Copy the full SHA 0ffd10eView commit details -
Merge pull request #3 from miraculixx/miraculixx-tastypie
various fixes and improvements
Configuration menu - View commit details
-
Copy full SHA for cf8ac2d - Browse repository at this point
Copy the full SHA cf8ac2dView commit details
Commits on May 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6892874 - Browse repository at this point
Copy the full SHA 6892874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c91979 - Browse repository at this point
Copy the full SHA 8c91979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d9e77 - Browse repository at this point
Copy the full SHA 59d9e77View commit details
Commits on Mar 28, 2016
-
Merge pull request #4 from miraculixx/miraculixx-tastypie
various fixes and improvements
Configuration menu - View commit details
-
Copy full SHA for 7c42a00 - Browse repository at this point
Copy the full SHA 7c42a00View commit details -
migrate to django 1.7, fixed bugs, increased stability
fixes: - adopt authorization to new tastypie logic (DjangoAuthorization, default ReadOnlyAuthorization) - limit anonymous voting by ip or clientid in cookie
Configuration menu - View commit details
-
Copy full SHA for 8333ab7 - Browse repository at this point
Copy the full SHA 8333ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d10cf1 - Browse repository at this point
Copy the full SHA 8d10cf1View commit details -
Merge pull request #5 from miraculixx/django17
migrate to django 1.7, fixed bugs, increased stability
Configuration menu - View commit details
-
Copy full SHA for ae67d26 - Browse repository at this point
Copy the full SHA ae67d26View commit details
Commits on Apr 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ae67f2e - Browse repository at this point
Copy the full SHA ae67f2eView commit details -
Merge pull request #7 from miraculixx/fix-6
accept votes by poll reference
Configuration menu - View commit details
-
Copy full SHA for 6fd7fd1 - Browse repository at this point
Copy the full SHA 6fd7fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead185d - Browse repository at this point
Copy the full SHA ead185dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0b316 - Browse repository at this point
Copy the full SHA 1c0b316View commit details -
Merge pull request #9 from miraculixx/miraculixx-8
allow multiple votes
Configuration menu - View commit details
-
Copy full SHA for 67a3f33 - Browse repository at this point
Copy the full SHA 67a3f33View commit details