| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | pep8 fix | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-04 | Prefetching the user object when getting the token in TokenAuthentication. | Ofir Ovadia | |
| Since the user object is fetched 4 lines after getting Token from the database, this removes a DB query for each token-authenticated request. | |||
| 2015-01-29 | Removed router check for deprecated '.model' attribute | Tymur Maryokhin | |
| 2015-01-28 | Merge pull request #2475 from sdreher/master | Tom Christie | |
| ManyRelatedField.get_value clearing field on partial update | |||
| 2015-01-27 | reorganize imports | Susan Dreher | |
| 2015-01-27 | reorganize imports | Susan Dreher | |
| 2015-01-27 | :bug: ManyRelatedField get_value clearing field on partial update | Susan Dreher | |
| A PATCH to a serializer's non-related CharField was clearing an ancillary StringRelatedField(many=True) field. The issue appears to be in the ManyRelatedField's get_value method, which was returning a [] instead of empty when the request data was a MultiDict. This fix mirrors code in fields.py, class Field, get_value, Ln. 272, which explicitly returns empty on a partial update. Tests added to demonstrate the issue. | |||
| 2015-01-27 | Reload api_settings when using Django's 'override_settings' | Tom Christie | |
| 2015-01-23 | Added DictField and support for HStoreField. | Tom Christie | |
| 2015-01-23 | Added UUIDField. | Tom Christie | |
| 2015-01-23 | More sensible response caching. | Tom Christie | |
| 2015-01-23 | More graceful handling of malformed Content-Disposition | Tom Christie | |
| 2015-01-23 | Add missing skipUnless(django_filters) | Tom Christie | |
| 2015-01-23 | Fix template loader monkey patching to also support 1.8 | Tom Christie | |
| 2015-01-21 | Make ReturnDict cachable. Closes #2360. | Tom Christie | |
| 2015-01-21 | Allow missing fields option for inherited serializers. Closes #2388. | Tom Christie | |
| 2015-01-18 | Save objects before assigning them in InheritedModelSerializationTests; ↵ | David Muller | |
| Django 1.8 now throws an error when assigning unsaved objects to Foreign Key, GenericForeignKey, and OneToOneFields | |||
| 2015-01-05 | required=False allows omission of value for output. Closes #2342 | Tom Christie | |
| 2014-12-28 | Support namespaced router URLs with DefaultRouter. | Tom Christie | |
| 2014-12-28 | Drop unused import | Tom Christie | |
| 2014-12-28 | Remove broken test. Closes #2359. | Tom Christie | |
| 2014-12-24 | modified the tests accordingly | Remi Paulmier | |
| 2014-12-20 | Merge pull request #2330 from tomchristie/better-blank-html-behavior | Tom Christie | |
| Better behavior with null and '' for blank HTML fields. | |||
| 2014-12-20 | Better behaviour with null and '' for blank HTML fields. | Tom Christie | |
| 2014-12-19 | Merge pull request #2010 from tanwanirahul/master | Tom Christie | |
| Ability to customize method names without creating a custom router | |||
| 2014-12-19 | Updated tests to use url_path attribute in list and detail decorators | tanwanirahul | |
| 2014-12-18 | Drop print statements in tests | Tom Christie | |
| 2014-12-18 | Fixes for behavior with empty HTML fields. | Tom Christie | |
| 2014-12-17 | Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default | Tom Christie | |
| Fix empty HTML values when a default is provided. | |||
| 2014-12-17 | Fix empty HTML values when a default is provided. | Tom Christie | |
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-12-17 | Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request | Tom Christie | |
| Set authenticated user on wrapped request | |||
| 2014-12-16 | Add test integrated with middleware | Martin Maillard | |
| 2014-12-15 | Minor test cleanup | Tom Christie | |
| 2014-12-15 | Use unicode internally everywhere for 'repr' | Tom Christie | |
| 2014-12-13 | Fix test for python2/3 compat | Tom Christie | |
| 2014-12-13 | Better errors when serializer has incorrectly named field. | Tom Christie | |
| 2014-12-12 | Clean up import ordering | Tom Christie | |
| 2014-12-12 | Python 3 test fix | Tom Christie | |
| 2014-12-12 | Client.logout() also clears any force_authenticate | Tom Christie | |
| 2014-12-11 | Add test | Martin Maillard | |
| 2014-12-10 | Optimizations play nicely with select_related, prefetch_related | Tom Christie | |
| 2014-12-09 | Hyperlinked PK optimization. Closes #1872. | Tom Christie | |
| 2014-12-09 | Merge branch 'validator-pollution' of ↵ | Tom Christie | |
| git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution | |||
| 2014-12-09 | Add allow_blank for ChoiceField #2184 | José Padilla | |
| This makes a ChoiceField optional in HTML if model field has `blank=True` set. | |||
| 2014-12-08 | Added ListSerializer.validate(). Closes #2168. | Tom Christie | |
| 2014-12-08 | Fixed unit test for auth login | Victor Cabral | |
| 2014-12-05 | Test tweaks | Tom Christie | |
