Commit Graph

  • 8b8623c5f8 Allow many, partial and context in BaseSerializer Tom Christie 2014-09-26 12:48:20 +0100
  • fde934d33c Release notes Tom Christie 2014-09-26 12:21:05 +0100
  • 90311357ad Release notes Tom Christie 2014-09-26 12:18:27 +0100
  • e8af73d144 Release notes Tom Christie 2014-09-26 12:17:20 +0100
  • 43e80c74b2 Release notes Tom Christie 2014-09-26 11:56:29 +0100
  • 2859eaf524 request.data attribute Tom Christie 2014-09-26 10:46:52 +0100
  • fa9079a542 Merge 3fc1b13217 into 411511622d Norman Jäckel 2014-09-25 18:04:00 +0000
  • 417fe1b675 Partial support Tom Christie 2014-09-25 13:37:26 +0100
  • 3a5335f09f Fix syntax error Tom Christie 2014-09-25 13:12:02 +0100
  • 8ee92f8a18 Refuse to downcast from datetime to date or time Tom Christie 2014-09-25 13:10:33 +0100
  • b47ca158b9 Check for redundant on SerializerMethodField Tom Christie 2014-09-25 12:09:12 +0100
  • 64632da371 Clean up bind - no longer needs to be called multiple times in nested fields Tom Christie 2014-09-25 11:40:32 +0100
  • b22c9602fa Automatic field binding Tom Christie 2014-09-25 11:04:18 +0100
  • 1420c76453 Ensure proper sorting of 'choices' attribute on ChoiceField Tom Christie 2014-09-25 10:49:25 +0100
  • 7ff5e79e83 raise possible problem and a possible (but probably not the correct) solution. David Millman 2014-09-24 20:38:54 -0400
  • fb1546ee50 Enforce field_name != source Tom Christie 2014-09-24 20:53:37 +0100
  • 127c0bd3d6 Custom deepcopy on Field classes Tom Christie 2014-09-24 20:25:59 +0100
  • f9651bd80b Merge 8a04d6e9fd into 411511622d Mjumbe Poe 2014-09-24 17:14:27 +0000
  • 8a04d6e9fd Remove nested associations before adding new ones, to avoid collisions Mjumbe Wawatu Ukweli 2014-09-24 13:14:14 -0400
  • 8c5fbfd088 Add test to demonstrate that nested add/remove order needs addressing Mjumbe Wawatu Ukweli 2014-09-24 13:10:11 -0400
  • 358445c174 Drop redundant OPTIONS tests Tom Christie 2014-09-24 14:52:34 +0100
  • 630d472055 Merge branch 'master' into version-3.0 Tom Christie 2014-09-24 14:10:00 +0100
  • f4b1dcb167 OPTIONS support Tom Christie 2014-09-24 14:09:49 +0100
  • 411511622d Merge pull request #1900 from jpadilla/pr_1507 Tom Christie 2014-09-24 09:03:41 +0100
  • 4ffae7c0e9 Merge pull request #1899 from collinanderson/urls Tom Christie 2014-09-24 09:02:53 +0100
  • 90139b3efc Remove left unicode strings José Padilla 2014-09-23 21:18:56 -0400
  • e8c01ecdab Correctly propagate cloned_request for OPTIONS José Padilla 2014-09-23 21:12:58 -0400
  • da385c9c1f remove patterns and strings from urls #1898 Collin Anderson 2014-09-23 17:08:38 -0400
  • aa84432f9b Merge pull request #1896 from dbrgn/csrf_response Tom Christie 2014-09-23 14:30:35 +0100
  • 0404f09a7e NullBooleanField Tom Christie 2014-09-23 14:30:17 +0100
  • f22d0afc3d Tests for field choices Tom Christie 2014-09-23 14:15:00 +0100
  • 5a6d160217 Merge b187f53453 into 8495cd898a Danilo Bargen 2014-09-23 12:16:40 +0000
  • b187f53453 Changed return status for CSRF failures to HTTP 403 Danilo Bargen 2014-06-02 00:41:58 +0200
  • 5d80f7f932 allow_blank, allow_null Tom Christie 2014-09-22 17:46:02 +0100
  • 5a95baf2a2 Tests & tweaks for ChoiceField Tom Christie 2014-09-22 16:52:57 +0100
  • b5454dd022 Tests and tweaks for choice fields Tom Christie 2014-09-22 16:50:04 +0100
  • e5f0a97595 More compat fixes Tom Christie 2014-09-22 16:45:06 +0100
  • 5586b6581d Support format=None for date/time fields Tom Christie 2014-09-22 16:02:59 +0100
  • 4db23cae21 Tweaks to DecimalField Tom Christie 2014-09-22 15:34:06 +0100
  • 249253a144 Fix compat issues Tom Christie 2014-09-22 14:54:33 +0100
  • c54f394904 Ensure 'messages' in fields are respected in preference to default validator messages Tom Christie 2014-09-22 13:57:45 +0100
  • afb3f8ab0a Tests and tweaks for text fields Tom Christie 2014-09-22 13:26:47 +0100
  • af46fd6b00 Field tests and associated cleanup Tom Christie 2014-09-22 12:25:57 +0100
  • cf72b9a8b7 Moar tests Tom Christie 2014-09-19 16:43:13 +0100
  • b361c54c5c Test rejigging Tom Christie 2014-09-19 15:46:32 +0100
  • c0150e619c Add BaseSerializer heading Tom Christie 2014-09-19 14:59:59 +0100
  • ce16580548 Tweak Tom Christie 2014-09-19 14:31:49 +0100
  • 8495cd898a Drop 'No major point releases are currently planned.', cos they are. Tom Christie 2014-09-19 14:31:28 +0100
  • e6d4445bbb Version 2.4.3 release notes Tom Christie 2014-09-19 14:27:40 +0100
  • 20424251a3 Version 2.4.3 2.4.3 Tom Christie 2014-09-19 14:26:28 +0100
  • 88008c0a68 Merge branch 'master' into version-3.0 Tom Christie 2014-09-19 14:05:50 +0100
  • 6d73b5969a Initial release notes Tom Christie 2014-09-19 14:02:17 +0100
  • 81d84fc897 Update fields.py kakulukia 2014-09-19 14:18:51 +0200
  • aa5809d1b7 Update fields.py kakulukia 2014-09-19 14:06:33 +0200
  • 12ccb0fe8a Test tweaking Tom Christie 2014-09-19 09:09:26 +0100
  • eea279d651 Merge 840bc630f4 into 1e9ea377e3 Nathan Hubbell 2014-09-18 18:57:53 +0000
  • 1e9ea377e3 Merge pull request #1887 from pipermerriam/piper/decorate_as_view_response_from_viewsets Tom Christie 2014-09-18 19:13:47 +0100
  • ddbd3cb659 Merge pull request #1882 from mattjmorrison/patch-2 Tom Christie 2014-09-18 18:11:26 +0100
  • 9d8875d6f5 Add the snippets.url to the tutorial mast urls.py David Greaves 2014-09-18 17:55:05 +0100
  • 7f758d1cf6 Fix missing CSRF exemption on viewsets Piper Merriam 2014-09-18 10:30:13 -0600
  • f90049316a Added a model update integration test Tom Christie 2014-09-18 15:47:27 +0100
  • 106362b437 ModelSerializer.create() to handle many to many by default Tom Christie 2014-09-18 14:58:08 +0100
  • 9fdb2280d1 First pass on ManyRelation Tom Christie 2014-09-18 14:23:00 +0100
  • 3bc628edc0 Test for custom fields Tom Christie 2014-09-18 13:07:38 +0100
  • 87734be5f4 Configuration correctness tests on ModelSerializer Tom Christie 2014-09-18 12:17:21 +0100
  • 5b7e4af0d6 get_base_field() refactor Tom Christie 2014-09-18 11:20:56 +0100
  • 764366b2e1 Fixed code formatting Matthew J Morrison 2014-09-17 11:29:15 -0500
  • 8c8d355e76 Update routers.py Tom Christie 2014-09-17 15:51:17 +0100
  • 3376c37861 Merge pull request #1865 from mskrajnowski/default-router-listless-viewset Tom Christie 2014-09-17 15:50:12 +0100
  • 543c6c8e35 Merge pull request #1883 from jpadilla/master Tom Christie 2014-09-17 15:49:27 +0100
  • de5fbf7d63 Update initial migration to work on Python 3 José Padilla 2014-09-17 10:23:53 -0400
  • 6192f6f0b3 Latest docs deploy Tom Christie 2014-09-17 14:12:41 +0100
  • c0155fd9dc Update comments Tom Christie 2014-09-17 14:11:53 +0100
  • a37db382c6 Update authtoken latest Django 1.7 migration José Padilla 2014-09-17 09:01:49 -0400
  • e5af0bbb35 Clarify "raised inside REST framework" Matthew J Morrison 2014-09-17 07:49:54 -0500
  • eb902a6057 Merge b165480a44 into fdc63d3dda Matthew J Morrison 2014-09-17 11:51:54 +0000
  • b165480a44 Wording Tweak Matthew J Morrison 2014-09-17 06:51:52 -0500
  • e70c08be80 Wording Tweak Matthew J Morrison 2014-09-16 18:15:17 -0500
  • bbfe8116e5 Clarify "raised inside REST framework" Matthew J Morrison 2014-09-16 18:12:56 -0500
  • 7bbe392490 Add the cache middleware to the tests. Xavier Ordoquy 2014-09-16 21:53:29 +0200
  • cfd0ab52fd Use the short traceback. Xavier Ordoquy 2014-09-16 21:51:11 +0200
  • 92fb08bc6d Merge pull request #1874 from sheppard/patch-3 Tom Christie 2014-09-16 09:08:07 +0100
  • 3725a1e77d add wq.db router and django-rest-pandas renderers S. Andrew Sheppard 2014-09-15 14:46:09 -0500
  • 2f6e3ac739 right align form-actions Daniel Ryan 2014-09-15 11:51:58 -0400
  • 2939400a11 column classes for form elements Daniel Ryan 2014-09-15 11:51:37 -0400
  • df5ffc2169 adding navbar-static-top class to navbar Daniel Ryan 2014-09-15 11:36:51 -0400
  • 0bf451aa94 reworking page centering Daniel Ryan 2014-09-15 11:36:33 -0400
  • dd63cc8967 changing syntax of widget.attrs checking to conform to flake test Daniel Ryan 2014-09-15 11:19:29 -0400
  • fe4875108d changing breadcrumb formatting to match bootstrap3 Daniel Ryan 2014-09-15 11:17:18 -0400
  • cb369cc760 changing container-fluid to container in navbar Daniel Ryan 2014-09-15 11:13:09 -0400
  • 5874b50223 changing class names in bootstrap-tweaks.css to match bootstrap 3 Daniel Ryan 2014-09-15 11:12:49 -0400
  • a7a35ca3c1 add form-control class to widget_html Daniel Ryan 2014-09-15 11:12:25 -0400
  • b43767fbac adding bootstrap-tweaks.css back in Daniel Ryan 2014-09-15 11:01:14 -0400
  • 7cde49c5fa fixing markup for userlinks Daniel Ryan 2014-09-15 10:56:25 -0400
  • c9045c5ff2 updating css class name in authentication test test_login_view_renders_on_get Daniel Ryan 2014-09-15 10:49:18 -0400
  • 88cab1742f actually fixing the bug with optional_logout Daniel Ryan 2014-09-15 10:48:42 -0400
  • c1283fa322 fixing optional_login user parameter Daniel Ryan 2014-09-15 10:26:31 -0400
  • 4ddc661b01 Tests for through relationships Tom Christie 2014-09-15 14:05:58 +0100
  • d196608d5a Fix nested model serializer base class Tom Christie 2014-09-15 13:55:09 +0100
  • 0c15b97b33 Tests for reverse relationships Tom Christie 2014-09-15 13:48:03 +0100