| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-06-15 | update some examples | Tom Christie | |
| 2011-06-15 | Allow related models to be fully serialized | Tom Christie | |
| 2011-06-14 | Support for nesting resources etc... | Tom Christie | |
| --HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py | |||
| 2011-06-14 | Bits of cleaning up for the throttling | Tom Christie | |
| 2011-06-14 | Add PerViewThrottling and PerResourceThrottling to __all__ | Tom Christie | |
| 2011-06-14 | Add PerViewThrottling and PerResourceThrottling to __all__ | Tom Christie | |
| 2011-06-13 | deleted pre-Django 1.2 work-around and added a usage string. | markotibold | |
| 2011-06-13 | implemeneted #28 | markotibold | |
| 2011-06-13 | 0.2.2 release | Tom Christie | |
| 2011-06-13 | I added a dns record to my domain: jenkins.tibold.nl | markotibold | |
| 2011-06-12 | Merge with 10e5aa19eecaec9be297dd8f090eb56c60089a6d | markotibold | |
| 2011-06-12 | Fix file uploads | Tom 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-11 | small fix | markotibold | |
| 2011-06-11 | refactored 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-11 | implemented per user throttling | markotibold | |
| (commit to permissions.py fixes a bug that came out of the unittest) | |||
| 2011-06-11 | implemented testing of per user throttling | markotibold | |
| 2011-06-10 | added some throttling tetst. Can't get per-user-throttling testing to work ↵ | markotibold | |
| though. :( any help? | |||
| 2011-06-10 | made it possible to pass args to runtests to specify the Testcase, or more ↵ | markotibold | |
| specifically the mtest_method to run. | |||
| 2011-06-10 | Drop test_fail() | Tom Christie | |
| 2011-06-10 | Merge flashingpumpkin's fix | Tom Christie | |
| 2011-06-10 | Merge 06177b8d4b77bcfe7d945d2a593ab3458c8fa528 into ↵ | GitHub Merge Button | |
| 88a3e55ed47635077b9d05513f945adff7972b61 | |||
| 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-09 | Removed unused imports | Alen Mujezinovic | |
| 2011-06-09 | Returning 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-09 | Update AUTHORS | Tom Christie | |
| 2011-06-09 | Fix up the example | Tom Christie | |
| 2011-06-09 | fixed the blogpost-tests | markotibold | |
| 2011-06-08 | Merge cf637e886b9b293e44de55b9f829b738fb286365 into ↵ | GitHub Merge Button | |
| c7c1408875909ddb58111a82fd0e8250137d0490 | |||
| 2011-06-08 | Nested tuples serialisation test | Alen Mujezinovic | |
| 2011-06-08 | Added possibility to specify what attributes of ForeignKeys and OneToOne ↵ | Alen Mujezinovic | |
| fields to include via nested tuples | |||
| 2011-06-08 | Fix example tests | Tom Christie | |
| 2011-06-08 | Update README (Mainly to test if pushing to github as wel as bitbucket is ↵ | Tom Christie | |
| acutally working atm) | |||
| 2011-06-07 | Ug. Remove crazy tests from blogposts example | Tom Christie | |
| 2011-06-07 | Update version for 0.2.0 bugfixes | Tom Christie | |
| 2011-06-07 | Typo. Authenticat<i>on | Tom Christie | |
| 2011-06-07 | Fix broken url naming in examples | Tom Christie | |
| 2011-06-02 | More updating docs for 0.2 | Tom Christie | |
| --HG-- rename : docs/examples/modelresources.rst => docs/examples/modelviews.rst rename : docs/examples/resources.rst => docs/examples/views.rst | |||
| 2011-06-02 | Updating docs for 0.2 | Tom Christie | |
| 2011-06-02 | Update README for 0.2 | Tom Christie | |
| 2011-06-02 | updating docs for 0.2 | Tom Christie | |
| 2011-06-02 | pull in -dev as 0.2.0 | Tom Christie | |
| 2011-06-02 | point to django-rest-framework.org as the homepage, point to pypi for downloads | Tom Christie | |
| 2011-06-02 | merge from github | Tom Christie | |
| 2011-06-02 | Add sdist info to README | Tom Christie | |
| 2011-06-02 | proper manifest. setup groks version from __init__ | Tom Christie | |
| 2011-05-31 | Fix query parameters getting lost | Tom Christie | |
| 2011-05-27 | strip _accept when validating | Tom Christie | |
| 2011-05-27 | Fixes github #17 | Tom Christie | |
