Commit Graph

  • 5e89994a10 Add to main 3rd party resources list. konradhalas 2014-10-16 15:16:13 +0200
  • 113a28ed8a Add djoser to authentication docs. konradhalas 2014-10-16 13:48:18 +0200
  • 2648442a6b Merge pull request #1958 from gulopine/version-3.0 Tom Christie 2014-10-16 09:26:38 +0100
  • 4248a6c499 Add a keys method to BindingDict Marty Alchin 2014-10-15 17:54:58 -0700
  • b4f3379c70 Support fields that reference a simple callable Tom Christie 2014-10-15 15:13:28 +0100
  • e8ea365c15 Moar form styling Tom Christie 2014-10-15 15:11:01 +0100
  • 22b27cbdc4 Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0 Tom Christie 2014-10-15 13:35:23 +0100
  • 36fbc7678c Moar form styling Tom Christie 2014-10-15 13:35:12 +0100
  • 9ffa97d24d Merge pull request #1956 from wolfe/patch-1 Tom Christie 2014-10-15 13:31:55 +0100
  • cc1c423255 Reorganize to use template_pack in form rendering Tom Christie 2014-10-15 11:12:34 +0100
  • e558f806c0 Drop template includes Tom Christie 2014-10-15 10:04:01 +0100
  • faa5bd9f53 Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0 Tom Christie 2014-10-15 09:25:02 +0100
  • e272a36c9b Fix 'lookup_field' on ModelSerializer. Closes #1944. Tom Christie 2014-10-15 09:24:49 +0100
  • d37a8c3afc Merge 6bd2cb69f6 into b3af4d9fe7 Bruno M. Custódio 2014-10-14 22:41:49 +0000
  • 6bd2cb69f6 Provide an easy way to have JSON keys sorted. bmcustodio 2014-10-14 23:36:27 +0100
  • f8f101268e Update 3.0-announcement.md wolfe 2014-10-14 18:58:25 -0300
  • bd82be3e2c attach serializer class to function based views Ellery Newcomer 2014-10-13 11:35:43 -0700
  • 553cf5540e allow to work like in django admin which also tries to call the given methon on the object itself kakulukia 2014-10-13 16:09:45 +0200
  • ad16b50875 Merge pull request #1942 from rouge8/preform-to-perform Tom Christie 2014-10-12 08:11:28 +0100
  • 81abf2bf34 Rename preform_update to perform_update Andy Freeland 2014-10-12 01:19:14 -0400
  • 36fe656b51 Added test to simulate an error I had where an imported reference failed and the python property swallowed the exception raised in my authenticator. Adam Grant 2014-10-10 18:19:44 -0700
  • 826b5a8897 Relations in 'read_only_fields' should not include a queryset kwarg Tom Christie 2014-10-10 15:34:00 +0100
  • b5a4216aff Flake8 Tom Christie 2014-10-10 15:08:43 +0100
  • d8a8987ab1 Tweaks Tom Christie 2014-10-10 14:32:02 +0100
  • d9a199ca0d exceptions.ValidationFailed, not Django's ValidationError Tom Christie 2014-10-10 14:16:09 +0100
  • a0e852a4d5 Use BoundField .name on fields Tom Christie 2014-10-09 16:30:06 +0100
  • f83ed19d22 Checks and repr on BoundField Tom Christie 2014-10-09 16:29:34 +0100
  • 5d247a65c8 First pass on nested serializers in HTML Tom Christie 2014-10-09 15:11:19 +0100
  • babdc78e61 Typo Tom Christie 2014-10-09 11:39:01 +0100
  • 6637b2fae0 Document the Metadata API Tom Christie 2014-10-09 11:08:26 +0100
  • 5f4cc52ef5 Tweaking Tom Christie 2014-10-09 10:11:44 +0100
  • a58cfe167d Update tutorial for 3.0 Tom Christie 2014-10-09 09:38:03 +0100
  • 35a74cbd1c Merge a346a269ca into b3af4d9fe7 Samuel Sutch 2014-10-09 07:35:35 +0000
  • 87fdc73f64 Merge pull request #1920 from thedrow/topic/encoder-improvements Tom Christie 2014-10-09 08:31:46 +0100
  • f7d43f530a Limit blank string -> None to just be on relational fields Tom Christie 2014-10-08 17:03:14 +0100
  • 5ead8dc89d Support empty file fields Tom Christie 2014-10-08 16:59:52 +0100
  • 4c015df28c Tweaks Tom Christie 2014-10-08 16:43:33 +0100
  • 14ae52a24e More gradual deprecation Tom Christie 2014-10-08 16:09:37 +0100
  • fbb74e7a40 Fixed bug in ChoiceField, when it makes possible to submit 0 as value, when it is not in choices iorlas 2014-10-08 15:54:31 +0400
  • 56598783b5 Merge 311d315a73 into b3af4d9fe7 Xavier Ordoquy 2014-10-08 11:37:08 +0000
  • 28f3b314f1 .validate() returning validated data. transform_<field> hooks. Tom Christie 2014-10-08 12:36:28 +0100
  • 0cbb57b40f Tweak pre/post save hooks. Return instance in .update(). Tom Christie 2014-10-08 12:17:30 +0100
  • af0f01c5b6 Move generic relation tests Tom Christie 2014-10-08 11:23:40 +0100
  • 6b09e5f2bb Tests for generic relationships Tom Christie 2014-10-08 11:22:10 +0100
  • 093febb912 Tests for relational fields Tom Christie 2014-10-08 11:04:08 +0100
  • 311d315a73 Reverted 59d0a0387d and fixed the tests Xavier Ordoquy 2014-10-08 08:33:28 +0200
  • 3fa4a1898a Reintroduce save hooks Tom Christie 2014-10-07 17:21:12 +0100
  • 6bfed6f852 Enforce uniqueness validation for relational fields Tom Christie 2014-10-07 17:04:53 +0100
  • 2dfe75c23a Fix follow does not work on APIClient Jones Chi 2014-10-03 14:42:49 +0800
  • 8a5a3a8e76 Merge 3b6a5dd585 into b3af4d9fe7 Piper Merriam 2014-10-06 01:25:51 +0000
  • b3af4d9fe7 Merge pull request #1925 from kevinlondon/patch-5 Tom Christie 2014-10-05 09:07:20 +0100
  • 0803716ed0 Update links in 2.4-announcement.md Kevin London 2014-10-04 17:34:27 -0700
  • 3a3e2bf57d Serializer.save() takes keyword arguments, not 'extras' argument Tom Christie 2014-10-03 13:42:06 +0100
  • e6c5ebdda6 Fix indentation Tom Christie 2014-10-03 13:14:17 +0100
  • 01c0857f8b Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-framework into version-3.0 Tom Christie 2014-10-03 13:12:43 +0100
  • 765b0b33bf Revert accidental stupidity Tom Christie 2014-10-03 13:12:23 +0100
  • 2bad27231a Do not apply fix for multichoice help text in later version of Django. Eleni Lixourioti 2014-10-02 15:36:04 +0100
  • dd47d8aa45 Merge pull request #1921 from koordinates/fix-typos Tom Christie 2014-10-03 09:24:26 +0100
  • 857a8486b1 More spelling tweaks Craig de Stigter 2014-10-03 09:00:33 +1300
  • dfab9af294 Minor: fix spelling and grammar, mostly in 3.0 announcement Craig de Stigter 2014-10-03 08:41:18 +1300
  • fec7c4b458 Browsable API tweaks Tom Christie 2014-10-02 18:13:15 +0100
  • df7b6fcf58 First pass on incorperating the form rendering into the browsable API Tom Christie 2014-10-02 16:24:24 +0100
  • 5c87b6e927 Merge 684eaac7fc into ffc6aa3abc Omer Katz 2014-10-02 15:07:06 +0000
  • 5c3bf7c94b Merge 868f7dd91b into ffc6aa3abc Omer Katz 2014-10-02 15:04:36 +0000
  • 684eaac7fc Used the cached_property decorator on the serializer object and the field object. Omer Katz 2014-10-02 18:00:59 +0300
  • 863f871df4 Merge 67edf86660 into ffc6aa3abc Omer Katz 2014-10-02 14:50:22 +0000
  • 67edf86660 Added a fix for Python 3.2 which has an lru_cache that doesn't support typing. Omer Katz 2014-10-02 17:50:17 +0300
  • 868f7dd91b Used the cached_property decorator on the request object and the response object. Omer Katz 2014-10-02 17:46:06 +0300
  • 3e69ed171d Added an optional LRU cache to the JSON encoder. Omer Katz 2014-10-02 17:18:32 +0300
  • 79e91dff92 The encoder now returns tuples instead of lists. Tuples take a little less memory which is significant when serializing a lot of objects. Omer Katz 2014-10-02 16:44:20 +0300
  • ad1497898b Merge pull request #1905 from ya-mouse/master Carlton Gibson 2014-10-02 10:38:12 +0200
  • ffc6aa3abc More forms support Tom Christie 2014-10-01 21:35:27 +0100
  • c171fa21ac First pass at HTML form rendering Tom Christie 2014-10-01 19:44:46 +0100
  • 8956845077 self._errors might be None when nesting serializers Tim-Erwin 2014-10-01 15:35:28 +0200
  • 4b4f1bfd4a Update fields.py kakulukia 2014-10-01 14:58:37 +0200
  • c630a12e26 Deal with lazy strings in serializer reprs Tom Christie 2014-10-01 13:24:47 +0100
  • 381771731f Use six.text_type instead of str everywhere Tom Christie 2014-10-01 13:09:14 +0100
  • bb2222963f Merge pull request #1911 from thedrow/patch-7 Tom Christie 2014-10-01 11:51:46 +0100
  • 770d63fb04 Fixed documentation typo. Omer Katz 2014-10-01 13:12:33 +0300
  • da4900a353 Update 3.0-announcement.md Tom Christie 2014-09-30 11:10:13 +0100
  • 83a5ea8db2 Update release notes Tom Christie 2014-09-29 21:17:13 +0100
  • a8622adcd9 Update index.md Tom Christie 2014-09-29 16:57:40 +0100
  • 5734b6e202 Update README.md Tom Christie 2014-09-29 16:56:50 +0100
  • d1b2c8ac7f Absolute URLs for file fields Tom Christie 2014-09-29 14:12:26 +0100
  • 657d1de032 Latest release notes Tom Christie 2014-09-29 14:12:09 +0100
  • 4798df52df Update release notes Tom Christie 2014-09-29 12:57:05 +0100
  • d2d412993f .validate() on serializer fields Tom Christie 2014-09-29 11:24:21 +0100
  • 9805a085fb UniqueTogetherValidator Tom Christie 2014-09-29 11:23:02 +0100
  • 43fd5a8730 Uniqueness validation Tom Christie 2014-09-29 09:24:03 +0100
  • ce04d59a53 Update release notes Tom Christie 2014-09-26 17:07:47 +0100
  • dee3f78cb6 FileField and ImageField Tom Christie 2014-09-26 17:06:20 +0100
  • ac71d9aaae Merge master Tom Christie 2014-09-26 14:39:20 +0100
  • 6090144608 Simplify serialization slightly Tom Christie 2014-09-26 14:32:44 +0100
  • 8be4496586 Drop erronous print statements Tom Christie 2014-09-26 13:59:37 +0100
  • ee79b45397 Prepend some pre-release notes Tom Christie 2014-09-26 13:19:32 +0100
  • 33ccf40b76 Update version number Tom Christie 2014-09-26 13:14:08 +0100
  • 24f7db2fc1 Release notes Tom Christie 2014-09-26 13:12:10 +0100
  • 0eb6a4de8a Release notes Tom Christie 2014-09-26 13:10:58 +0100
  • 2e87de0143 Added ListField Tom Christie 2014-09-26 13:08:20 +0100
  • 802913d5e4 [templates/rest_framework/base.html] Separate object-form' and generic-content-form' IDs for POST and PUT forms Anton D. Kachalov 2014-09-26 16:07:46 +0400