aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-07-01Tweak intro in READMETom Christie
2011-07-01Merge hg-git ickynessTom Christie
2011-07-01Urg, force update after hg-git ickynessTom Christie
2011-07-01Try to force README.rst to renameTom Christie
2011-07-01Try to force README.rst to renameTom Christie
--HG-- rename : README.rst => README
2011-07-01Try to for README to renameTom Christie
2011-07-01TweakTom Christie
2011-07-01TweakTom Christie
2011-07-01Markup the READMETom Christie
--HG-- rename : README => README.rst
2011-07-01Fix bitbucket issue 39. All further issues should be on githubTom Christie
2011-07-01Mmm, unconvinced if this whole hg-git thing is a good plan...Tom Christie
2011-07-01Merge 60cd5363ab1343260c4ed8322d2d26064d56c3d3 into ↵GitHub Merge Button
16d8c3255d549d410b04d86ab82d024ff2f79d66
2011-07-01mergeTom Christie
2011-07-01Fix #36Tom Christie
2011-07-01Merge 60cd5363ab1343260c4ed8322d2d26064d56c3d3 into ↵GitHub Merge Button
8bafa01abd9bcc104aa413f09ab9505abb3526a2
2011-07-01FIX: ModelViews can have Resources whose models have unique fields.Fernando Zunino
ReadModelMixin and UpdateModelMixin store model instance as a property. This allows ModelResource to bind the ModelForm using the model instance making the form validate the input data against the model instance and not a brand new instance. When the latter happened and the model used unique fields, the form validation failed whenever a PUT was maintaining the previuos value of the unique field.
2011-06-30Tidy up oauth imports slightlyTom Christie
2011-06-30Merge ickynessTom Christie
2011-06-30UrgTom Christie
2011-06-30UgTom Christie
2011-06-30Fixing merge mess of hg-git ickyness.Tom Christie
2011-06-30Add astraw to AUTHORSTom Christie
2011-06-30merge from astrawTom Christie
2011-06-29Merge pull request #33 from astraw/masterTom Christie
bugfix for failed multipart parse on empty request
2011-06-29Merge f6e4578656632c3a88b113c7349911a89a41bfea into ↵GitHub Merge Button
d714901a60e848e5f3c9f178551fc287aae40f96
2011-06-29return 400 BAD REQUEST rather than Django traceback/500 error on failed ↵Andrew Straw
multipart parse
2011-06-28Pull in David's initial oauth testsTom Christie
2011-06-27Remove erronous tracebackTom Christie
2011-06-26Allow .json .html .xml style urls and also allow these formats to be ↵Michael Fötsch
specified in a "?format=..." query string.
2011-06-25Adding tests for OAuth authentication through django-oauth-plus, a dedicated ↵David Larlet
example project is still missing though
2011-06-25Try to be marginally less awful if we can't reverse resolve the URL for a ↵Tom Christie
model. TODO: Give up on even trying to do such black magic in the first place?
2011-06-25Urg. Fixed bug in assigning headersTom Christie
2011-06-25Typo in urlTom Christie
2011-06-25Allow HEAD methodTom Christie
2011-06-25Support for HEAD methodCarles Barrobés
2011-06-25Add version to htmlTom Christie
2011-06-21merge markos throttling exampleTom Christie
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
2011-06-20added a `permissions` example with just a per-user-throttle which we may ↵markotibold
want to expand with some auth examples.
2011-06-15Additional test for JSONTom Christie
2011-06-15Version 0.2.3 release notesTom Christie
2011-06-15Version 0.2.3Tom Christie
2011-06-15Merge throttling and fix up a coupla thingsTom Christie
2011-06-15update some examplesTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie
--HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py
2011-06-14Bits of cleaning up for the throttlingTom Christie
2011-06-14Add PerViewThrottling and PerResourceThrottling to __all__Tom Christie