| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-12 | Merge branch 'master' into allow-aggregate-ordering | Alex | |
| 2013-11-12 | Add queryset aggregates to allowed fields in OrderingFilter | Alex | |
| 2013-11-06 | Drop u'' prefix for python 3.x compatibility | Mathieu Pillard | |
| 2013-11-05 | Improve handling of 'empty' values for ChoiceField | Mathieu Pillard | |
| The empty value defaults back to '' (for backwards-compatibility) but is changed automatically to None for ModelSerializers if the `null` property is set on the db field. | |||
| 2013-10-24 | Fixed UnicodeEncodeError when POST JSON via web interface; added test | alexanderlukanin13 | |
| 2013-10-21 | remove stray func from test | Ross McFarland | |
| 2013-10-19 | paginator should validate page and provide default | Ross McFarland | |
| - use the standard paginator.validate_number method rather strict_postive_int. - support optional paginator method, default_page_number, to get the default page number rather than hard-coding it to 1 - this allows supporting non-integer based pagination which can be an important performance tweak on extermely large datasets or high request loads - relatively thorough unit tests of the changes | |||
| 2013-10-17 | Merge pull request #1170 from craigds/write-into-foreignkey-with-source | Tom Christie | |
| fix writing into foreign key with non-null source | |||
| 2013-10-17 | Merge pull request #1112 from tamakisquare/issue-1111 | Tom Christie | |
| Test case and fix for issue 1111 | |||
| 2013-10-17 | Fix decimal support with YAMLRenderer | badaud_t | |
| 2013-10-17 | Fix typo YAMLRendererTests | badaud_t | |
| 2013-10-11 | fix ticket link in test docstring | Craig de Stigter | |
| 2013-10-11 | fix writing into foreign key with non-null source | Craig de Stigter | |
| 2013-10-10 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-10-10 | Merge branch 'html-form-rendering' | Tom Christie | |
| 2013-10-10 | Ensure read-only fields don't break with current HTML renderer behavior | Tom Christie | |
| 2013-10-09 | Merge pull request #1071 from craigds/field-transform-methods | Carlton Gibson | |
| Feature: add transform_<fieldname> methods to serializers | |||
| 2013-10-03 | Merge remote-tracking branch 'upstream/master' | Philip Douglas | |
| 2013-10-03 | add tests for transform_fieldname methods | Craig de Stigter | |
| 2013-09-23 | Address pending deprecation of Model._meta.module_name in Django 1.6 | Markus Kaiserswerth | |
| 2013-09-20 | Correct typo in doc string. | Carlton Gibson | |
| 2013-09-20 | Clear cached serializer data on `save()` + test. Fixes #1116. | Carlton Gibson | |
| 2013-09-15 | [Add]: CustomValidationTests.test_partial_update | Colin Huang | |
| This test is to make sure that validate_<attrname> is not called when partial=True and <attrname> is not found in .data. | |||
| 2013-09-13 | Typo in strings referring to Python package, django-filter. | Rajiv Bose | |
| On skip of django_filters related unit-tests the reason given states the Python package 'django-filters' is not install. However, the Python package required to run django_filters related tests is 'django-filter'. | |||
| 2013-09-13 | Merge remote-tracking branch 'upstream/master' | Philip Douglas | |
| 2013-09-12 | Add missing newline at the end of test file | Philip Douglas | |
| 2013-09-12 | Fix error when serializer gets files but no data | Philip Douglas | |
| 2013-09-10 | Tweaks and docs to object-level model permissions. | Tom Christie | |
| 2013-09-10 | Merge branch 'master' of git://github.com/bwreilly/django-rest-framework ↵ | Tom Christie | |
| into bwreilly-master | |||
| 2013-09-09 | removed unnecessary guardian req and view.action parsing | bwreilly | |
| 2013-09-07 | first pass at object level permissions and tests | bwreilly | |
| 2013-09-06 | Support customizable view EXCEPTION_HANDLER | Andy Freeland | |
| Add `api_settings.EXCEPTION_HANDLER` to support custom error responses. Fixes #907. | |||
| 2013-09-06 | some properly failing tests, set up for standard permissions | bwreilly | |
| 2013-09-06 | added guardian as optional requirement, stubbed out object-level permission ↵ | bwreilly | |
| class | |||
| 2013-09-05 | Merge pull request #1076 from edmondwong/master | Tom Christie | |
| Allow OPTIONS to retrieve PUT field metadata on empty objects | |||
| 2013-09-03 | Added test for OPTIONS before object creation from a PUT | Edmond Wong | |
| 2013-08-31 | Regression test for #1072 | Yuri Prezument | |
| 2013-08-30 | Fix failing empty serializer test | Tom Christie | |
| 2013-08-30 | Drop broken placeholder serializations. | Tom Christie | |
| 2013-08-29 | Make ChoiceField.from_native() follow IntegerField behaviour on empty values | Mathieu Pillard | |
| 2013-08-28 | Tweak MAX_PAGINATE_BY behavior in edge case. | Tom Christie | |
| Always respect `paginate_by` settings if client does not specify page size. (Even if the developer has misconfigured, so that `paginate_by > max`.) | |||
| 2013-08-27 | Merge branch 'max_paginate_by' of ↵ | Tom Christie | |
| git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by | |||
| 2013-08-26 | Added max_paginate_by parameter | Alexander Akhmetov | |
| 2013-08-23 | Merge branch 'master' into html-form-renderer | Tom Christie | |
| 2013-08-23 | Fix failing test for router with no trailing slash | Tom Christie | |
| 2013-08-23 | Merge branch 'display-nested-data' into html-form-renderer | Tom Christie | |
| 2013-08-23 | Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal | Tom Christie | |
| PATCH requests should not be able to create objects. | |||
| 2013-08-23 | Add validation error test when passing non-file to FileField | Tom Christie | |
| 2013-08-23 | Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework ↵ | Tom Christie | |
| into aburgel-fix_937 | |||
| 2013-08-23 | force_authenticate(None) also clears session info. | Tom Christie | |
| Closes #1055. | |||
