aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-14Drop urlobject2Tom Christie
2012-02-07Attempt to stop banging head against brick wall.Tom Christie
2012-02-07Distutils, you are a harsh master.Tom Christie
2012-02-07Fix distutils errorsTom Christie
2012-02-07Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.Tom Christie
2012-01-05Preserve existing query params in PaginatorMixinJamie Matthews
Previously, generation of next/previous links would discard any existing query parameters. This commit introduces a dependency on URLObject, which is used to intelligently parse and modify URLs to ensure existing params are preserved. Addresses issues #107
2011-06-02pull in -dev as 0.2.0Tom Christie
2011-06-02point to django-rest-framework.org as the homepage, point to pypi for downloadsTom Christie
2011-06-02proper manifest. setup groks version from __init__Tom Christie
2011-05-16Add utils to setup.py - see if the examples tests now passTom Christie
2011-03-18Coverage for all platforms working. Had some trouble with dependencies of ↵markotibold
coverage of python-dev for the various platforms.
2011-03-13tox, runcoverage, and setup.py testTom Christie
2011-02-19setup.pytom christie tom@tomchristie.com
2011-02-19Add setup.pytom christie tom@tomchristie.com