| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-21 | Use lookup_url_kwarg in presave if required | Tom Christie | |
| 2013-10-21 | Added . Closes #1188. | Tom Christie | |
| 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-18 | This fix results in models.NullBooleanField rendering as a checkbox in the ↵ | dpetzel | |
| browsable API | |||
| 2013-10-18 | add test case around ensuring proper field inference for boolean model field ↵ | dpetzel | |
| types | |||
| 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 | Merge pull request #1172 from brutasse/fix/return-object | Tom Christie | |
| Return object in save_object | |||
| 2013-10-17 | Fix a docstring to reflect what the method does | Bruno Renié | |
| 2013-10-17 | Fix decimal support with YAMLRenderer | badaud_t | |
| 2013-10-17 | Fix typo YAMLRendererTests | badaud_t | |
| 2013-10-16 | Allow to customize description so that markup can be accepted if needed. | Omer Katz | |
| 2013-10-15 | [Fix]: Error with partial=True and validate_<name> | Colin Huang | |
| The error occurs when serializer is set with partial=True and a field-level validation is defined on a field, for which there's no corresponding update value in .data | |||
| 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-04 | support args on get_object_or_404 | Henry Clifford | |
| 2013-10-03 | Merge remote-tracking branch 'upstream/master' | Philip Douglas | |
| 2013-10-03 | add tests for transform_fieldname methods | Craig de Stigter | |
| 2013-10-02 | Fix rendering of forms and add error rendering on HTML form | Tom Christie | |
| 2013-10-02 | Serializers can now be rendered directly to HTML | Tom Christie | |
| 2013-09-26 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-09-26 | Allow .template_name attribute specified on view. Closes #1000 | Tom Christie | |
| 2013-09-25 | Whitespace fix | Tom Christie | |
| 2013-09-25 | Drop 1.3 support | Tom Christie | |
| 2013-09-25 | Merge master | Tom Christie | |
| 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 | Merge pull request #1107 from dpretty/master | Tom Christie | |
| Let JSONEncoder handle Numpy data types. | |||
| 2013-09-14 | Refs #1109 -- Update docs. Integrate changes from feedback. | Tai Lee | |
| 2013-09-13 | Fixed #1105 -- Add hook for custom context in `BrowsableAPIRenderer`. | Tai Lee | |
| Replace hard coded response status check with `allow_form` context variable, so that it can be overridden in a custom renderer class. | |||
| 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-13 | Try a more localised fix to the data=None problem | Philip Douglas | |
| 2013-09-13 | Let JSONEncoder handle Numpy data types. | David Pretty | |
| json.JSONEncoder cannot serialize Numpy data types. Numpy arrays and array scalars have a tolist() method which casts the object to a standard python data type. | |||
| 2013-09-12 | Merge pull request #1097 from mociepka/add_default_order_by_in_filtering | Tom Christie | |
| Add order_by to the AutoFilterSet | |||
| 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-11 | Version 2.3.82.3.8 | Tom Christie | |
| 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-10 | Add order_by to the AutoFilterSet | Michał Ociepka | |
| `AutoFilterSet` should contains `order_by` set to all by default. | |||
| 2013-09-09 | better doc for object permissions, drop redundant has_permission call | bwreilly | |
| 2013-09-09 | removed unnecessary guardian req and view.action parsing | bwreilly | |
| 2013-09-07 | switch to a dedicated filter for read list object permissions | bwreilly | |
