| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-04 | Fixes typo (Implicit instead of Implict). | juroe | |
| 2014-01-31 | Merge pull request #1377 from Ian-Foote/force_bytes | Tom Christie | |
| Import force_bytes on django >= 1.5 | |||
| 2014-01-31 | Use bytes BOUNDARY on django < 1.5 | Ian Foote | |
| Django's encode_multipart was updated in django 1.5 to work internally with unicode and convert to bytes. In django >= 1.5 we therefore need to pass the BOUNDARY as unicode. In django < 1.5 we still need to pass it as bytes. | |||
| 2014-01-30 | Only add 'Vary: Accept' header when there is more than one possible renderer. | Tom Christie | |
| 2014-01-30 | Remove TODO note, since it hasn't been TODONE. | Tom Christie | |
| 2014-01-28 | Add file upload test for APIRequestFactory | Ian Foote | |
| Remove test_compat | |||
| 2014-01-28 | Import force_bytes on django >= 1.5 | Ian Foote | |
| 2014-01-25 | Fix typo in docstring for post_delete hook. | Rodolfo Henrique Carvalho | |
| 2014-01-17 | Merge pull request #1361 from ross/x_method_override | Tom Christie | |
| always obey X-HTTP-METHOD-OVERRIDE header | |||
| 2014-01-17 | always obey X-HTTP-METHOD-OVERRIDE header | Ross McFarland | |
| required to support old flash/flex clients that need to do everything as GET requests (apparently to allow for any error handlings) | |||
| 2014-01-17 | Encode django QuerySets to lists and not dicts in JSONEncoder | Mathieu Pillard | |
| 2014-01-15 | Security update to OrderingFilter2.3.12 | Tom Christie | |
| 2014-01-15 | Nicer write_only fields implementation. Closes #1355 | Tom Christie | |
| 2014-01-14 | Merge branch 'master' of git://github.com/sprymak/django-rest-framework into ↵ | Tom Christie | |
| sprymak-master | |||
| 2014-01-14 | Use api_settings.URL_FIELD_NAME | Tom Christie | |
| 2014-01-14 | Test for customizable HyperlinkedModelSerializer url field name | S.Prymak | |
| 2014-01-14 | Version 2.3.112.3.11 | Tom Christie | |
| 2014-01-14 | Added write_only and write_only_fields. Refs #1306 | Tom Christie | |
| 2014-01-14 | Override HyperlinkedModelSerializerOptions url field name with ↵ | S.Prymak | |
| URL_FIELD_NAME setting | |||
| 2014-01-13 | Minor tweaks | Tom Christie | |
| 2014-01-13 | Merge branch 'testing-nested-serializers' of ↵ | Tom Christie | |
| git://github.com/dustinfarris/django-rest-framework into dustinfarris-testing-nested-serializers | |||
| 2014-01-13 | Minor cleanup | Tom Christie | |
| 2014-01-13 | Move ImportingModelSerializerTests and add comments. | Dustin Farris | |
| 2014-01-13 | Merge branch 'master' of git://github.com/cguethle/django-rest-framework ↵ | Tom Christie | |
| into cguethle-master | |||
| 2014-01-13 | Move models.resolve_model to serializers._resolve_model | Dustin Farris | |
| 2014-01-13 | Make HyperlinkedModelSerializer `url` field name customizable | S.Prymak | |
| 2014-01-12 | Add a sanity check to avoid running into unresolved related models. | Dustin Farris | |
| 2014-01-09 | Removed useless try/except | Xavier Ordoquy | |
| 2014-01-09 | Test case for #1129 | Xavier Ordoquy | |
| 2014-01-09 | Move serializer import to top-level causes test error | Dustin Farris | |
| 2014-01-09 | Merge pull request #1341 from fredrikmollerstrand/docstring-typo-fix | Tom Christie | |
| fix docstring typos. | |||
| 2014-01-09 | fix docstring typos. | Fredrik Möllerstrand | |
| 2014-01-08 | Testing nested serializers with models that have str foreign key references. | Dustin Farris | |
| 2014-01-08 | Use www.django-rest-framework.org for docs instead of ↵ | Tom Christie | |
| django-rest-framework.org due to issues with naked domains | |||
| 2014-01-06 | Added "nofollow" against docs link. | Tom Christie | |
| 2014-01-02 | FIX BaseSerializer.from_native has an altered signature | Steven Cummings | |
| * base classes define it with one parameter * BaseSerializer currently defines a second parameter, which we make optional here for method-dispatch passivity | |||
| 2013-12-23 | fix for genericrelation saving | S. Andrew Sheppard | |
| 2013-12-23 | can't save genericrelations via nested serializers in django 1.6 | S. Andrew Sheppard | |
| 2013-12-23 | Tweak test style | Tom Christie | |
| 2013-12-23 | Updated tests to pass in python 3 | Tom Christie | |
| 2013-12-23 | fix url double quoted in Django 1.6 | Yin Jifeng | |
| get_full_path returns unicode, so we use build_absolute_uri which returns iri_to_uri'ed one | |||
| 2013-12-22 | Simplified some functions | amatellanes | |
| 2013-12-21 | Merge pull request #1309 from lukaszb/errors-for-renamed-fields | Tom Christie | |
| Should it be that way? | |||
| 2013-12-21 | Additional test for 'source' behaviour. Refs #1302 | Tom Christie | |
| 2013-12-21 | Less brittle through relationship testing. Closes #1292. | Tom Christie | |
| 2013-12-20 | Should it be that way? | Lukasz Balcerzak | |
| 2013-12-20 | Merge pull request #1308 from lukaszb/missing-custom-validation-method-test | Tom Christie | |
| Added missing custom validation method test | |||
| 2013-12-20 | Added missing custom validation method test | Lukasz Balcerzak | |
| 2013-12-20 | Updated test class name to be unique | Lukasz Balcerzak | |
| 2013-12-16 | Merge branch 'nullbooleanfield_testcase' of ↵ | Tom Christie | |
| git://github.com/dpetzel/django-rest-framework into dpetzel-nullbooleanfield_testcase Conflicts: rest_framework/tests/test_serializer.py | |||
