aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-25Merge with 4b1ee62051cce8fa9b83ac740d7262ad4a55494bmarkotibold
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-25added a container view for the permissions examplemarkotibold
2011-06-25Typo in urlTom Christie
2011-06-25Allow HEAD methodTom Christie
2011-06-25Added a fixture so that the users default have a user to login with and play ↵markotibold
with permissions.
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
2011-06-14Add PerViewThrottling and PerResourceThrottling to __all__Tom Christie
2011-06-13deleted pre-Django 1.2 work-around and added a usage string.markotibold
2011-06-13implemeneted #28markotibold
2011-06-130.2.2 releaseTom Christie
2011-06-13I added a dns record to my domain: jenkins.tibold.nlmarkotibold
2011-06-12Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6dmarkotibold
2011-06-12Fix file uploadsTom Christie
2011-06-11* implemented Tom's nice config string for the trotlle rate e.g. '3/sec'markotibold
* We now have per-user, per-view and per-resource throttling * Added a new exxception class as a convenience to detect pointless throttles * refactored
2011-06-11small fixmarkotibold
2011-06-11refactored and added new tests for per-user, per-view, and per-resource ↵markotibold
htrottling
2011-06-11* fixed `test_request_throttling_is_per_user` - it didn't make a request for ↵markotibold
the 2nd user * implemented per_resource_throttling + test needs refactoring
2011-06-11implemented per user throttlingmarkotibold
(commit to permissions.py fixes a bug that came out of the unittest)
2011-06-11implemented testing of per user throttlingmarkotibold
2011-06-10added some throttling tetst. Can't get per-user-throttling testing to work ↵markotibold
though. :( any help?
2011-06-10made it possible to pass args to runtests to specify the Testcase, or more ↵markotibold
specifically the mtest_method to run.
2011-06-10Drop test_fail()Tom Christie
2011-06-10Merge flashingpumpkin's fixTom Christie
2011-06-10`bound_form.cleaned_data` already returns the file data if there was any.Alen Mujezinovic
`bound_form.files` returns a `MultiValueDict` which errors when passing `.CONTENT` into a model constructor.
2011-06-09Removed unused importsAlen Mujezinovic
2011-06-09Returning the dict from `parse_qs` in `FormParser` fails on forms.Alen Mujezinovic
Use `QueryDict` instead to return a value that is compatible with forms.
2011-06-09Update AUTHORSTom Christie
2011-06-09Fix up the exampleTom Christie
2011-06-09fixed the blogpost-testsmarkotibold
2011-06-08Nested tuples serialisation testAlen Mujezinovic
2011-06-08Added possibility to specify what attributes of ForeignKeys and OneToOne ↵Alen Mujezinovic
fields to include via nested tuples
2011-06-08Fix example testsTom Christie
2011-06-08Update README (Mainly to test if pushing to github as wel as bitbucket is ↵Tom Christie
acutally working atm)