aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-02-22XML cleanupTom Christie
2013-02-22Minimal appearance fixes in addition to #663Michael Elovskikh
2013-02-22Polishing touches to #663Tom Christie
2013-02-20Merge branch 'browsable_api_patch' of https://github.com/wronglink/django-res...Tom Christie
2013-02-20Minimal forms appearance improvementsMichael Elovskikh
2013-02-20Fix docstringTom Christie
2013-02-15Added tabs between object form and generic content form on POST formMichael Elovskikh
2013-02-15POST form using new form.html templateMichael Elovskikh
2013-02-15Added tests for PATCH form in the Browsable APIMichael Elovskikh
2013-02-15Merge pull request #657 from dgaus/masterTom Christie
2013-02-15Merge pull request #660 from pelme/timefieldTom Christie
2013-02-15Drop unused import.Tom Christie
2013-02-15Added tabs between object form and generic content form on PUT/PATCH formMichael Elovskikh
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-14request.DATA should use empty QueryDict for no data, not None.Tom Christie
2013-02-14Fix broken clone_requestTom Christie
2013-02-14Drop accidental (uneeded) validation logic.Tom Christie
2013-02-13Make is_simple_callable consider fields which have default argumentsDiego Gaustein
2013-02-13Version 2.2.02.2.0Tom Christie
2013-02-13Set PASSWORD_HASHERS to massively speed up tests (almost x10)Tom Christie
2013-02-13Fix pk relations tests which were not running.Tom Christie
2013-02-13Kick travis again.Tom Christie
2013-02-13Kick travis. Meh.Tom Christie
2013-02-12Relational fields use same field_to_native logic as regular fields.Tom Christie
2013-02-12Test for None in 'dotted.source' component.Tom Christie
2013-02-12Unicode literal fixTom Christie
2013-02-12Clean up field_to_native logicTom Christie
2013-02-12Test for #637.Tom Christie
2013-02-12Remove deprecated APIs from testsTom Christie
2013-02-12Raise warnings if 'request' not in context for hyperlinked fields.Tom Christie
2013-02-12Raise warnings on implicit many serializationTom Christie
2013-02-12Drop `six` module from coverage.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
2013-02-12New style object-level permission checksTom Christie
2013-02-11Merge pull request #651 from fernandogrd/masterTom Christie
2013-02-11Make use o issubclass instead of isinstance (fix issue #645)Fernando Rocha
2013-02-10Add object permissions tests.Tom Christie
2013-02-10Fix incorrect 401 vs 403 response, if lazy authentication has not taken place.Tom Christie
2013-02-10Enforce PUT-as-create permissionsTom Christie
2013-02-10Bugfix for DjangoModelPermissions. Fixes #437Tom Christie
2013-02-10Tests for DjangoModelPermissions.Tom Christie
2013-02-07Allow serializers to handle dicts as well as objects. Fixes #447.Tom Christie
2013-02-07Use new style of `required=<bool>` not `blank` or `null`Tom Christie
2013-02-07Use new many=True relations style.Tom Christie
2013-02-06Added a `post_save` hook. Closes #558.Tom Christie
2013-02-06Merge pull request #640 from mjtamlyn/remove-naked-exceptsTom Christie
2013-02-06Try the correct NoReverseMatch location.Marc Tamlyn
2013-02-06Purge naked excepts.Marc Tamlyn
2013-02-06Set many explicitly from mixins. Refs #564.Tom Christie
2013-02-06Fix mismatch between template blocks and docs.Tom Christie