aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Use app for Django 1.2Tom Christie
2012-02-07Merge pull request #156 from j4mie/duplicate-page-paramTom Christie
Ensure duplicate "page" parameters are not created
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
Previously, URLObject.add_query_param was used to generate next/previous page links in PaginatorMixin. This resulted in (for example) page 2's "next" link having the params: ?page=2&page=3 Instead, URLObject.set_query_param should be used to replace the current value of the "page" parameter.
2012-02-07In examples settings, use staticfiles for 1.2, django.contrib.staticfiles ↵Tom Christie
otherwise
2012-02-07Attempt to stop banging head against brick wall.Tom Christie
2012-02-07Distutils, you are a harsh master.Tom Christie
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Fix distutils errorsTom Christie
2012-02-07TweakTom Christie
2012-02-07TweakTom Christie
2012-02-07Tweaks.Tom Christie
2012-02-07Fix up packaging and staticfiles changes. Fixes #155. Fixes #153. Fixes #150.Tom Christie
2012-02-02Update AUTHORSTom Christie
2012-02-02Python docs say inherit from Exception, not BaseException.Tom Christie
2012-02-01Merge pull request #151 from mammique/masterTom Christie
* should be ** in mixins's self.get_instance(*
2012-02-01* -> **Camille Harang
2012-02-01Remove use of Q objects.Tom Christie
2012-02-01Update test settings for 1.2Tom Christie
2012-01-31django-staticfiles for Django 1.2 compatabilityTom Christie
2012-01-30Fix typo.Marko Tibold
2012-01-30renamed to CHANGELOG.rst and included release notes in index.rstMarko Tibold
2012-01-30Django 1.2 needs django-staticfilesTom Christie
2012-01-30Refs #148Tom Christie
2012-01-30Update RELEASESTom Christie
2012-01-30Fixes #148. Thanks @dvinegla.Tom Christie
2012-01-29Use named args in mixin tests.Tom Christie
2012-01-29Add Michele's full name.Marko Tibold
2012-01-28Latest changelog.Tom Christie
2012-01-28Drop implicit 'pk' on last arg in urlconf. (Too magical).Tom Christie
2012-01-28Use `staticfiles` for serving css. Fixes #116.Tom Christie
2012-01-280.3.2 Release notesTom Christie
2012-01-28Tidy up auto-escaping.Tom Christie
2012-01-28Fix silly error. This makes more sense.Marko Tibold
2012-01-28moving forwardMarko Tibold
2012-01-28prepare for tagging0.3.2Marko Tibold
2012-01-28Preparing release notes for taggging and uploading to pypi.Marko Tibold
2012-01-28Thanks @michelelazzzeri-nextage, if you give your full name, it will be ↵Marko Tibold
listed here explicitly.
2012-01-27fixes #146Marko Tibold
rest.ep.io now runs tip.
2012-01-25Refactoring get_name/get_descriptionTom Christie
2012-01-25Merge remote-tracking branch 'btimby/description'Tom Christie
2012-01-24No longer namelessTom Christie
2012-01-24Added @btimbyTom Christie
2012-01-24Merge pull request #144 from btimby/masterTom Christie
Fix test_with_content_type_args to pass regardless of JSON library idiosyncracies
2012-01-24Modified test case to pass regardless of JSON libraryBen Timby
2012-01-24Modified test case to pass regardless of JSON libraryBen Timby
2012-01-24Cleanup authentication exampleTom Christie
2012-01-24Fix UserLoggedInAuthentication for POST requests.Tom Christie
Fixes #78.
2012-01-24Reverted formattingBen Timby
2012-01-24Parse url when adding query param.Tom Christie