Skip to content
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

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2015

  1. Configuration menu
    Copy the full SHA
    9ff0321 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Configuration menu
    Copy the full SHA
    b47358e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. new fields, migration

    armicron committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    03eb828 View commit details
    Browse the repository at this point in the history
  2. added exceptions

    armicron committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    d7ac0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32be967 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27d341c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a04c21e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. Configuration menu
    Copy the full SHA
    d34bd60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c581ea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Configuration menu
    Copy the full SHA
    cc08c7a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Configuration menu
    Copy the full SHA
    825330f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. Configuration menu
    Copy the full SHA
    6c4d323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e351da6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Configuration menu
    Copy the full SHA
    517a889 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2015

  1. Configuration menu
    Copy the full SHA
    4d97af5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0c230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a16832d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2015

  1. fixed 'Duplicate index 'polls_poll_reference_4cacbf22888a7509_uniq' d…

    …efined on the table 'polls.polls_poll' on mysql backend
    armicron committed Mar 11, 2015
    Configuration menu
    Copy the full SHA
    adab97f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb9217 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2015

  1. 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
    miraculixx committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    a06e550 View commit details
    Browse the repository at this point in the history
  2. added django-extensions

    miraculixx committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    264fd8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from armicron/tastypie

    a job well done. thank you.
    miraculixx committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    c6d9924 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from miraculixx/miraculixx-tastypie

    small improvements
    miraculixx committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    27e3e05 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2015

  1. various fixes, add code field

    * votes on anonymous polls don't store user
    * choices add a mnemonic code field for easier choice reference
    miraculixx committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    bfb5ee9 View commit details
    Browse the repository at this point in the history
  2. 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
    miraculixx committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    7798534 View commit details
    Browse the repository at this point in the history
  3. bump version

    miraculixx committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    b2e0904 View commit details
    Browse the repository at this point in the history
  4. set django dependency

    miraculixx committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    0ffd10e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from miraculixx/miraculixx-tastypie

    various fixes and improvements
    miraculixx committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    cf8ac2d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. Configuration menu
    Copy the full SHA
    6892874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c91979 View commit details
    Browse the repository at this point in the history
  3. bump version

    miraculixx committed May 3, 2015
    Configuration menu
    Copy the full SHA
    59d9e77 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. Merge pull request #4 from miraculixx/miraculixx-tastypie

    various fixes and improvements
    miraculixx committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    7c42a00 View commit details
    Browse the repository at this point in the history
  2. 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
    miraculixx committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    8333ab7 View commit details
    Browse the repository at this point in the history
  3. bumped version

    miraculixx committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    8d10cf1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from miraculixx/django17

    migrate to django 1.7, fixed bugs, increased stability
    miraculixx committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ae67d26 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. accept votes by poll reference

    fixes #6
    miraculixx committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    ae67f2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from miraculixx/fix-6

    accept votes by poll reference
    miraculixx committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    6fd7fd1 View commit details
    Browse the repository at this point in the history
  3. bumped version

    miraculixx committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    ead185d View commit details
    Browse the repository at this point in the history
  4. allow multiple votes

    closes #8
    miraculixx committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    1c0b316 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from miraculixx/miraculixx-8

    allow multiple votes
    miraculixx committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    67a3f33 View commit details
    Browse the repository at this point in the history