Commit Graph

  • 0d78453fa5 Update postgres compat Carlton Gibson 2017-10-05 15:39:08 +0200
  • efccb0d1c4 Extract modern code from value_from_object() in compat.py and remove Levi Payne 2017-10-04 19:20:54 -0400
  • 7c36282036 Extract modern code from get_related_model() from compat.py and remove Levi Payne 2017-10-03 21:48:58 -0400
  • e4d433262c Extract modern code from is_anonymous() in compat.py and remove Levi Payne 2017-10-03 21:43:02 -0400
  • 3eed182793 Extract modern code from is_authenticated() in compat.py and remove. Levi Payne 2017-10-03 21:33:12 -0400
  • 1e20f5c961 Extract modern code from get_names_and_managers in compat.py and remove compat code Levi Payne 2017-10-02 20:06:28 -0400
  • 07cad57ed4 Identify code that needs to be pulled out of/removed from compat.py Levi Payne 2017-10-01 21:06:11 -0400
  • eb9f94fc9b Merge 34d2f7c529 into d8da6bb29b Tommy Beadle 2017-10-05 12:50:37 +0000
  • dd2c3892b1 Have is_list_view recognise RetrieveModel… views Carlton Gibson 2017-10-05 14:17:29 +0200
  • a1618e5aaa Merge 6e007b8c52 into d8da6bb29b Levi Payne 2017-10-05 11:40:35 +0000
  • d8da6bb29b Update coreapi JS to 0.1.1 (#5479) Carlton Gibson 2017-10-05 13:40:28 +0200
  • bc48838cb2 Update coreapi JS to 0.1.1 Carlton Gibson 2017-10-05 13:29:12 +0200
  • 161dc2df2c Call Django's authenticate function with the request object (#5295) Jascha Geerds 2017-10-05 11:43:49 +0200
  • d138f30a86 Fix naming collisions in Schema Generation (#5464) Carlton Gibson 2017-10-05 11:06:09 +0200
  • a73aa6b5ec Adjust insert_into to raise ValueError Carlton Gibson 2017-10-05 09:25:48 +0200
  • 6e007b8c52 Remove DecimalValidator import from compat.py Levi Payne 2017-10-04 21:09:09 -0400
  • a22b47fb5f Move JSONField import out of compat.py Levi Payne 2017-10-04 20:57:52 -0400
  • 99d120b2e4 Move postgres_fields import out of compat.py Levi Payne 2017-10-04 20:45:27 -0400
  • de202e4acd Extract modern code from value_from_object() in compat.py and remove Levi Payne 2017-10-04 19:20:54 -0400
  • 7b6180a5c8 Merge branch 'master' of github.com:encode/django-rest-framework into update_compat Levi Payne 2017-10-04 19:09:59 -0400
  • 5dd01c6f90 Update FloatField signature docs Carlton Gibson 2017-10-04 13:23:35 +0200
  • 8890539545 Removes unneeded lines, and set default value for coerce_to_string to be False insteed of None Kevin Georgy 2017-10-04 13:04:25 +0200
  • 2befa6c316 Document documentation.py (#5478) Carlton Gibson 2017-10-04 12:12:06 +0200
  • af939d6a2e Document documentation.py Carlton Gibson 2017-10-04 11:33:12 +0200
  • cc7f4f543f Fix missing six.text_type() call on APIException.__str__ (#5476) Jerome Leclanche 2017-10-04 10:00:21 +0300
  • 5c9d78e537 Fix missing six.text_type() call on APIException.__str__ Jerome Leclanche 2017-10-04 08:03:52 +0300
  • e2aa256d76 Extract modern code from get_related_model() from compat.py and remove Levi Payne 2017-10-03 21:48:58 -0400
  • bb2efdb74b Extract modern code from is_anonymous() in compat.py and remove Levi Payne 2017-10-03 21:43:02 -0400
  • 06c82890dc Merge branch 'master' of github.com:encode/django-rest-framework into update_compat Levi Payne 2017-10-03 21:33:27 -0400
  • 0d2f8d3b3c Extract modern code from is_authenticated() in compat.py and remove. Levi Payne 2017-10-03 21:33:12 -0400
  • bfe2359f21 Merge 80d3932fac into 5dcb460793 Ross Patterson 2017-10-03 11:16:35 +0000
  • 5dcb460793 Update link to monthly report. Tom Christie 2017-10-03 12:15:52 +0100
  • 3a43224fed Extract modern code from get_names_and_managers in compat.py and remove compat code Levi Payne 2017-10-02 20:06:28 -0400
  • a032c0c320 Merge branch 'master' of github.com:encode/django-rest-framework into update_compat Levi Payne 2017-10-02 19:18:19 -0400
  • a210a55b73 Merge 27d2964535 into e0a6c4b5bd Anna Ossowski 2017-10-02 21:56:50 +0000
  • 27d2964535 Updated monthly report link Anna 2017-10-02 23:52:19 +0200
  • c82b44235d Merge remote-tracking branch 'upstream/master' Anna 2017-10-02 23:50:35 +0200
  • 80d3932fac Fix model fields not being omitted on output/serialization Ross Patterson 2017-09-24 14:33:12 -0700
  • fa87a95636 Add generic view based test case. Carlton Gibson 2017-10-02 15:54:50 +0200
  • e0a6c4b5bd Clarify 'to_internal_value()' validation behavior (#5466) Ryan P Kilby 2017-10-02 08:51:48 -0400
  • dc4a98fbe8 Fix documentation data rendering (#5472) Carlton Gibson 2017-10-02 13:26:44 +0200
  • 4dd0a5892c Fix isort Carlton Gibson 2017-10-02 12:01:56 +0200
  • 063534ae50 Docstrings highlighting with pygments (#5462) Matteo Nastasi 2017-10-02 11:44:29 +0200
  • 72fe3deb2f Add data filter for use in templates Carlton Gibson 2017-10-02 11:27:29 +0200
  • d8db8da4ff add test for optional code highlight ('pygments' and 'markdown' packages must be installed) Matteo Nastasi 2017-10-02 11:22:18 +0200
  • 62ecbf2817 Add drf-openapi (#5470) Lim H 2017-10-02 10:16:33 +0100
  • 0d971702c4 Add DRF OpenAPI reference Lim H 2017-10-02 10:08:42 +0100
  • 5d10c2eb64 Add failing test for #5395 Carlton Gibson 2017-10-02 10:48:05 +0200
  • d60a70a850 Merge remote-tracking branch 'origin/master' into docstrings-with-pygments2 Matteo Nastasi 2017-10-02 10:39:40 +0200
  • e6193cfd9e Added Response import in Code Snippet (#5468) Shreyans Sheth 2017-10-02 12:34:55 +0530
  • efc427dfc8 Reuse 'apply_markdown' function in 'render_markdown' templatetag func (#5469) Matteo Nastasi 2017-10-02 08:59:53 +0200
  • c950b7c43c Identify code that needs to be pulled out of/removed from compat.py Levi Payne 2017-10-01 21:06:11 -0400
  • d2d2f60ca8 Add third party packages section to schema doc Lim H 2017-10-02 01:24:14 +0100
  • a65970ae44 Add image Lim H 2017-10-02 01:16:15 +0100
  • a6fa83b26f Add DRF OpenAPI as a 3rd party tool for DRF doc Lim H 2017-10-02 01:13:32 +0100
  • 64a876d0d0 typo fixed Matteo Nastasi 2017-10-01 11:40:50 +0200
  • 2bc4d755fa Merge remote-tracking branch 'origin/master' into markdown-refact Matteo Nastasi 2017-10-01 11:27:57 +0200
  • bbedc5c896 reused 'apply_markdown' function in 'render_markdown' templatetag function Matteo Nastasi 2017-10-01 11:20:23 +0200
  • 1326773763 Added Response import in Code Snippet Shreyans Sheth 2017-09-30 22:46:48 +0530
  • 1425edf7b3 Clarify 'to_internal_value()' validation behavior Ryan P Kilby 2017-09-29 11:21:39 -0400
  • 018e43e908 Remove old django-filter templates (#5465) Ryan P Kilby 2017-09-29 10:42:24 -0400
  • a2e4a03d04 Remove old django-filter templates Ryan P Kilby 2017-09-29 10:01:38 -0400
  • d988826e00 Add failing tests for #4704 Carlton Gibson 2017-09-29 11:24:36 +0200
  • 1884c66cdb typo fixed Matteo Nastasi 2017-09-28 17:00:42 +0200
  • cf759a6fe8 move syntax_highlight doc filter in compatibility module and define it conditionally Matteo Nastasi 2017-09-28 16:56:54 +0200
  • a8f1881d9b add 'docstrings-with-pygments' feature without packages checks and tests Matteo Nastasi 2017-08-31 09:20:37 +0200
  • 9bd6229451 Merge branch 'version-3.7' into localizedfloatfield kgeorgy 2017-09-28 11:52:37 +0200
  • cef5b76e43 Merge 11b31108dd into 5c2290d973 Thomas Bruun 2017-09-28 08:32:07 +0000
  • 11b31108dd Fix misspelled Norwegian translation of "dictionary" Thomas Bruun 2017-09-28 10:27:47 +0200
  • 03aee657b1 Release notes for merged 3.6.5 milestone tickets Carlton Gibson 2017-09-28 10:12:43 +0200
  • eab1a6e0be Add release notes for #5058 & #5457 Carlton Gibson 2017-09-27 11:02:49 +0200
  • 9eeaf60a6a Add release notes for 5454 Carlton Gibson 2017-09-27 09:15:32 +0200
  • a71ddd1e92 Add release not for #5342 Carlton Gibson 2017-09-26 10:25:15 +0200
  • 5f0e0db269 Add release notes for #5452 Carlton Gibson 2017-09-26 10:00:14 +0200
  • b79ff1d61f Add release notes for #5448 Carlton Gibson 2017-09-26 09:17:08 +0200
  • 482e9292cb Add release notes for #5443 Carlton Gibson 2017-09-26 09:13:09 +0200
  • 20ef8caadf Add release notes for #5170 Carlton Gibson 2017-09-25 15:35:17 +0200
  • a10b9f029e Add release note for #5250 Carlton Gibson 2017-09-25 11:27:20 +0200
  • 7f1db28ecc Add release note for #5265 Carlton Gibson 2017-09-25 10:10:11 +0200
  • 2834916020 Add release note for #5440 Carlton Gibson 2017-09-22 12:08:04 +0200
  • ad942bbfc2 Add release note for #5273 Carlton Gibson 2017-09-20 16:51:04 +0200
  • 3d89edc0b9 Rename release notes section Carlton Gibson 2017-09-20 16:43:10 +0200
  • 95d89a1661 Set version number for 3.7.0 release Carlton Gibson 2017-09-20 16:28:11 +0200
  • 5c2290d973 Add note on not using floats with CursorPagination (#5459) Carlton Gibson 2017-09-27 12:23:54 +0200
  • 2dcb2a2ce9 Add note on not using floats with CursorPagination Carlton Gibson 2017-09-27 12:04:39 +0200
  • 878ac12d64 Merge e9df63a467 into 760268ade2 Kevin Turner 2017-09-27 08:52:37 +0000
  • 760268ade2 Fixed a deprecation warning (#5058) Thierry Bastian 2017-09-27 10:51:45 +0200
  • 296904099f Update test matrix: Add Django 2.0, drop 1.8 (#5457) Carlton Gibson 2017-09-27 10:29:48 +0200
  • c80db14ed7 Drop Django 1.8 & 1.9 Carlton Gibson 2017-09-27 10:09:05 +0200
  • 1b287ff6bf Add Django 2.0 to tox/travis. Asif Saifuddin Auvi 2017-09-27 09:51:44 +0200
  • b1c6ea1240 Adjust schema get_filter_fields rules to match framework (#5454) Carlton Gibson 2017-09-27 09:13:10 +0200
  • ed88385c0b Adjust schema get_filter_fields rules to match framework Carlton Gibson 2017-09-26 12:29:18 +0200
  • ab7e5c4551 Added default value for 'detail' param into 'ValidationError' exception (#5342) Rokker Ruslan 2017-09-26 11:24:30 +0300
  • 607e4edca7 Defer translated string evaluation on validators. (#5452) John Eskew 2017-09-26 04:02:20 -0400
  • 460666db65 Add docstring for CustomValidatorMessage Carlton Gibson 2017-09-26 09:53:42 +0200
  • ec3dbb84d4 Merge 8e9b48c671 into 50acb9b2fe Patrick Forringer 2017-09-25 21:51:55 +0000
  • 8e9b48c671 Allow view search fields attribute to be configurable Patrick Forringer 2017-09-25 16:34:47 -0500
  • 24391db49e Customize validators to defer error string evaluation. John Eskew 2017-09-25 15:21:59 -0400
  • 632d286006 Merge 667b78d5d2 into 50acb9b2fe Vignesh 2017-09-25 19:12:42 +0000
  • 50acb9b2fe Fix warning in AutoSchema.get_serializer_fields() (#5451) Ryan P Kilby 2017-09-25 15:09:54 -0400