Commit Graph

40 Commits

Author SHA1 Message Date
Tom Christie 086115c7b8 Clean up after publishing to PyPI 2015-08-25 13:32:35 +01:00
José Padilla 7351a3f6ca Sort imports with isort 2015-06-25 16:55:51 -04:00
José Padilla 83c9136c90 Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
Xavier Ordoquy 9dd97a0ee5 Fixed a typo. 2015-02-06 10:23:58 +01:00
Xavier Ordoquy 75ff754517 Use twine to upload to pypi. 2015-02-06 10:12:57 +01:00
Xavier Ordoquy 60f5b5d9f3 Make Django REST Framework as zip unsafe. 2015-01-07 19:19:33 +01:00
Tom Christie 6909e92d22 Drop 'setup.py test'. Just use 'runtests.py'. 2014-12-18 10:58:08 +00:00
Tom Christie 725bde29c7 Check for wheel install before allowing setup.py publish. 2014-12-18 10:40:40 +00:00
Tom Christie b8af83493f Wheel check was breaking tests. Removed it. 2014-12-17 21:33:27 +00:00
Tom Christie 39766bcc0e Enforce wheel check before allowing 'setup.pu publish' 2014-12-17 21:18:06 +00:00
Andreas Pelme 971578ca34 Support for running the test suite with py.test
* Get rid of runtests.py
 * Moved test code  from rest_framework/tests and rest_framework/runtests to tests
 * Invoke py.test from setup.py
 * Invoke py.test from Travis
 * Invoke py.test from tox
 * Changed setUpClass to be just plain setUp in test_permissions.py
 * Updated contribution guideline to show how to invoke py.test
2014-03-02 12:40:30 +01:00
Tom Christie 05c396cfa1 Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains 2014-01-08 15:49:19 +00:00
Tom Christie e155534f4f Merge pull request #1270 from irrelative/master
fix setup.py with new __init__.py boilerplate
2013-12-06 02:09:10 -08:00
Justin Davis 79596dc613 fix setup.py with new __init__.py boilerplate 2013-12-05 13:17:23 -08:00
George Hickman 4807e00bff Set up wheel distribution support 2013-11-15 15:49:53 +00:00
Tom Christie b05eba70bd Drop invalid download_url from pypi setup 2013-07-05 10:38:21 +01:00
Tom Christie 84f059758e Drop currently unused unicode_literals in setup. 2013-02-14 10:18:18 +00:00
Tom Christie 095c11891b Tweak PyPI classifiers. 2013-02-14 10:17:18 +00:00
Tom Christie 60b1591efa Add note about mailing list. 2013-02-07 21:08:13 +00:00
Xavier Ordoquy bbc1146320 Python 3 readiness 2013-01-03 11:41:37 +01:00
Xavier Ordoquy acc97a8a07 Don't require six 2013-01-03 11:41:26 +01:00
Xavier Ordoquy 364299b0aa py3 compatible setup. 2012-12-02 01:23:03 +01:00
Xavier Ordoquy b3698acb6c First passing test under p3k \o/ 2012-11-22 00:20:49 +01:00
Tom Christie 166025c0fc Package and doc tweaks 2012-10-30 14:48:48 +00:00
Tom Christie d15e31b28d Drop coverage in travis tests 2012-10-11 13:05:01 +01:00
Tom Christie 4b691c4027 Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
Tom Christie a5213d4023 Drop urlobject2 2012-09-14 13:24:13 +01:00
Tom Christie 6207791af1 Attempt to stop banging head against brick wall. 2012-02-07 10:14:34 +00:00
Tom Christie 8c1e6beb85 Distutils, you are a harsh master. 2012-02-07 09:55:01 +00:00
Tom Christie 304c995983 Fix distutils errors 2012-02-07 09:47:15 +00:00
Tom Christie 15fc26f50b Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150. 2012-02-07 08:58:15 +00:00
Jamie Matthews 18535c7a38 Preserve existing query params in PaginatorMixin
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
2012-01-05 14:07:31 +00:00
Tom Christie b50492853f pull in -dev as 0.2.0 2011-06-02 12:58:10 +01:00
Tom Christie 7ee9adbe5c point to django-rest-framework.org as the homepage, point to pypi for downloads 2011-06-02 12:52:23 +01:00
Tom Christie c4d800ef32 proper manifest. setup groks version from __init__ 2011-06-02 12:17:21 +01:00
Tom Christie 3470134373 Add utils to setup.py - see if the examples tests now pass 2011-05-16 16:00:00 +01:00
markotibold fabf7c255d Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms. 2011-03-18 14:15:12 +01:00
Tom Christie bed7d8c3a9 tox, runcoverage, and setup.py test 2011-03-13 17:08:46 +00:00
tom christie tom@tomchristie.com ded60f5308 setup.py 2011-02-19 19:00:05 +00:00
tom christie tom@tomchristie.com 114738ca72 Add setup.py 2011-02-19 18:41:23 +00:00