Commit Graph

  • 47036c0ce6 removed old style object inheritance and super() call Asif Saif Uddin 2018-10-25 21:05:57 +0600
  • 8e52e7fb17 fixed isort issue Asif Saif Uddin 2018-10-25 20:30:09 +0600
  • b1bbbc8ce0 removed old style object inheritance, super() call and python2compat decorator from utils Asif Saif Uddin 2018-10-25 20:27:39 +0600
  • 87e603edca removed old style object inheritance and super() call from authtocken and schemas Asif Saif Uddin 2018-10-25 20:16:10 +0600
  • d00211b905 dropped python 2.7 compat codes from tests Asif Saif Uddin 2018-10-25 14:34:34 +0600
  • 5a6747d02b dropped python 2.7 compat codes Asif Saif Uddin 2018-10-25 14:27:54 +0600
  • 7e87449077 dropped python 2.7 compat code from tests Asif Saif Uddin 2018-10-25 13:22:01 +0600
  • 0aa2958ea0 Merge branch 'py2drop' of https://github.com/auvipy/django-rest-framework into py2 Asif Saif Uddin 2018-10-25 12:36:31 +0600
  • 244d233c1e dropped python 2.7 compat code Asif Saif Uddin 2018-10-25 11:00:33 +0600
  • cbafc5a9f4 dropped python2.7 from readme Asif Saif Uddin 2018-10-25 10:07:40 +0600
  • f276c48d63 fix: Changes renderer on auth problems Giancarlo Rocha 2018-10-24 18:31:37 -0300
  • c71e47228e remove notes from API docs as per @carltongibson request jeffrey k eliasen 2018-10-24 08:54:09 -1000
  • 26b612937c dropped python2.7 from tox and travis Asif Saif Uddin 2018-10-24 22:44:16 +0600
  • a2d614ddfd Add for_model() static method to ModelSerializer Code Apprentice 2018-10-24 00:02:03 -0600
  • cc2be97f34 test template render with request context jeffrey k eliasen 2018-10-22 20:21:35 -1000
  • e7c6cc4357 fix broken tests jeffrey k eliasen 2018-10-22 19:43:15 -1000
  • d5a00ecddd adding_appendlist_field: fixing errors HiddenWarrior 2018-10-21 15:24:13 +0200
  • 389f7f4dbc adding_appendlist_field:adding append list field HiddenWarrior 2018-10-21 14:02:03 +0200
  • 61379205d4 adding_appendlist_field: adding tranformitive field HiddenWarrior 2018-10-21 13:59:24 +0200
  • 3dce914663 compat: Remove 'compat.urlparse' Stephen Finucane 2018-10-20 23:54:04 +0100
  • 06f1d0114a renderer: Handle deeper nesting Stephen Finucane 2018-10-20 23:18:35 +0100
  • db22aa41e0 generateschema: Add argument help text Stephen Finucane 2018-10-20 02:00:12 +0100
  • a52692b5b1 generateschema: Remove unnecessary arguments Stephen Finucane 2018-10-20 02:06:22 +0100
  • 306ddd19f5 generateschema: Add OUTPUT positional argument Stephen Finucane 2018-10-20 01:50:35 +0100
  • 319071d319 Alias and use compat version of collections.abc.MutableMapping Charlie Hornsby 2018-10-20 18:29:59 +0300
  • 339dfab5f5 Use compat version of collections.abc.Mapping Charlie Hornsby 2018-10-20 18:28:52 +0300
  • 2c30586ce6 Fixes an import statement in chapter 5 of the tutorial. Tom Snee 2018-10-20 09:04:16 -0400
  • f3b8047fed
    Add extension for code consistency Cyrus Ghazanfar 2018-10-20 00:14:56 -0400
  • f1719c7c3f compat: (py2) urlparse = urllib.parse (py3) Stephen Finucane 2018-10-20 01:14:44 +0100
  • 28c4d1e222 FIX: openapi schema title should be a string not a tuple Benjamin Pereto 2018-10-19 18:51:59 +0200
  • 8adb05418d
    Removed test for ObtainAuthToken serializer raising ValidationError because ValidationError will be raised. Mark Winterbottom 2018-10-19 07:26:27 +0100
  • 9c23899017 template includes csrfToken property in javascript jeffrey k eliasen 2018-10-18 17:05:12 -0700
  • 9d001cd84c Fix typo in testing.md (#6257) Tano Abeleyra 2018-10-18 19:42:52 -0300
  • ef7c33863c
    Fix typo in testing.md Tano Abeleyra 2018-10-18 19:04:29 -0300
  • 4440803620
    Removed .get() calls Mark Winterbottom 2018-10-18 20:54:38 +0100
  • 31152f0503 Deployed 75edc4f0 with MkDocs version: 0.16.3 Tom Christie 2018-10-18 10:50:44 +0000
  • 2c9c0f1b7f
    Version 3.9 (#6247) Tom Christie 2018-10-18 10:38:46 +0100
  • 75edc4f0ec Add Oct 18 release date 3.9.0 Tom Christie 2018-10-18 09:54:33 +0100
  • 4e8577353d Update 3.9 announcement Tom Christie 2018-10-18 09:53:07 +0100
  • 13c904fc71
    Fix post-only view with admin renderer. yihuang 2018-10-18 15:52:21 +0800
  • 2540894d26
    Put You must provide a DEST_DIR Usage: virtualenv [OPTIONS] DEST_DIR Mark Winterbottom 2018-10-18 08:27:26 +0100
  • a2846c88ab
    Fixed linting issues Mark Winterbottom 2018-10-18 08:25:13 +0100
  • b1bb75b816
    Updated virtualenv to use new python venv. Mark Winterbottom 2018-10-18 08:10:38 +0100
  • d1d1abb377
    Removed unused code. Mark Winterbottom 2018-10-18 08:09:13 +0100
  • c6ab126e8d Add test fail on ordering filter Sebastien Corbin 2018-10-16 21:15:54 +0200
  • ea0c2a81c7
    Merge 0d3c1ee514 into 28040b3bda Kim Do Ky 2018-10-16 17:59:59 +0000
  • 8c63c6624d
    Merge 602eec8fa0 into 28040b3bda Keith Bussell 2018-10-16 17:59:48 +0000
  • 2deb6b42f1 Adding release notes Tom Christie 2018-10-16 13:58:25 +0100
  • f99a87e5e6 Merge branch '39/release' of https://github.com/carltongibson/django-rest-framework into carltongibson-39/release Tom Christie 2018-10-16 13:16:39 +0100
  • c18329a173 Deployed 28040b3b with MkDocs version: 0.16.3 Tom Christie 2018-10-16 12:02:48 +0000
  • aa2f0b8e0d
    Merge 27bcc39da3 into 28040b3bda mkdk 2018-10-16 06:03:34 +0000
  • d508b5e285
    Merge 56101ac33c into 28040b3bda Carlton Gibson 2018-10-16 00:27:11 +0000
  • a42f3881cc
    Merge 0545e54345 into 28040b3bda Samed Alhajajla 2018-10-15 20:49:02 +0000
  • 0545e54345 edits Samedhaa 2018-10-15 23:48:06 +0300
  • 8337a3f619 Deployed 28040b3b with MkDocs version: 0.17.3 Tom Christie 2018-10-15 16:32:09 +0000
  • 28040b3bda
    Upgrade Auklet to premium (#6244) Tom Christie 2018-10-15 17:31:36 +0100
  • 560044a51e Upgrade Auklet to premium Tom Christie 2018-10-15 17:28:07 +0100
  • 73553c99e0 Try second idea: call to_internal_value after validation Vincent Delaitre 2018-10-15 15:12:55 +0200
  • 987a7c1ada Fixing #6053: injection of read-only default values is done too late Vincent Delaitre 2018-10-11 19:31:52 +0200
  • e532cdd188 Unify JSONBoundField as_form_field output between py2 and py3 Alex Hedlund 2018-10-15 09:00:58 +0300
  • 922e767524 Fix JSONBoundField usage on nested serializers (#6211) Alex Hedlund 2018-10-15 08:23:33 +0300
  • 27bcc39da3
    flake8 fix mkdk 2018-10-12 11:28:09 +0300
  • 60e48143c2
    Merge branch 'master' into issue5616 mkdk 2018-10-12 11:13:57 +0300
  • cf702f8e81
    Merge f1442b2c24 into 1c3f796219 Brian Balsamo 2018-10-11 17:27:46 +0000
  • 27743fc266 Deployed 1c3f7962 with MkDocs version: 0.16.3 Tom Christie 2018-10-11 13:48:33 +0000
  • 1c3f796219
    Add kloudless as a new premium sponsor (#6241) Tom Christie 2018-10-11 14:48:05 +0100
  • 702da4fb32 Add kloudless as a new premium sponsor Tom Christie 2018-10-11 14:22:37 +0100
  • ebc5393776 Add spacing around kloudless logo Tom Christie 2018-10-11 14:06:24 +0100
  • 317d2489e4 Add Kloudless logo Tom Christie 2018-10-11 14:03:02 +0100
  • 56101ac33c Add release notes to dd19a44583 Carlton Gibson 2018-10-10 10:49:12 +0200
  • b3d0bb126d Add release note for #6073 Carlton Gibson 2018-10-02 16:57:30 +0200
  • b49980471f Update release notes and add deprecation note for Django Guardian backend. Carlton Gibson 2018-10-02 16:46:45 +0200
  • cc810683d0 Add announcement section for Extra Actions in Browsable API Carlton Gibson 2018-10-02 16:00:52 +0200
  • 30d6b03815 Add (beginning of) 3.9 release announcement. Carlton Gibson 2018-10-02 12:34:51 +0200
  • 06d89441a6 Weakened to PendingDeprecationWarning for base_name Carlton Gibson 2018-10-02 12:19:00 +0200
  • cfd73825a8 Updated list_route() and detail_route() deprecations. Carlton Gibson 2018-10-02 11:59:10 +0200
  • 7fb11bf2f5 Removed exclude_from_schema per deprecation policy. Carlton Gibson 2018-10-02 11:42:32 +0200
  • 5627d91ee9 Update version for v3.9.0 Carlton Gibson 2018-09-17 12:19:03 +0200
  • 257746785d Release notes to 5174a26ec9 Carlton Gibson 2018-09-17 12:07:53 +0200
  • dd19a44583 Problem: autoescape not getting passed to urlize_quoted_links filter (#6191) Dennis Kliban 2018-10-10 04:36:04 -0400
  • 5feb835929 Feature/action docs sections (#6060) Daniel Bate 2018-10-10 09:29:29 +0100
  • a44f5233f6
    Merge 9b5509adf3 into 6522d4ae20 Haki Benita 2018-10-09 01:02:32 +0000
  • f1442b2c24 Implementing signals for CRUD operations in the generic endpoint implementations, as well as updating the existing tests of the generics in order to test the signals. Brian Balsamo 2018-08-27 00:55:18 -0500
  • 515ee92e2c
    Merge ff916f02bc into 6522d4ae20 Daniel Hahler 2018-10-08 13:36:25 +0000
  • ff916f02bc Use stacklevel=2 with exclude_from_schema DeprecationWarning Daniel Hahler 2018-10-08 15:34:42 +0200
  • 863f9e0fab added docs for custom action documentation Dan Bate 2018-10-08 12:57:12 +0100
  • ac6f68c912
    Merge daa6c385ff into 6522d4ae20 Paul Wayper 2018-10-07 23:18:30 +0000
  • daa6c385ff Document setting the type of a SerializerMethodField Paul Wayper 2018-10-08 10:17:08 +1100
  • 0577a75d47 DictField returns empty value if no data was specified in a form request Brett Lempereur 2018-10-07 17:50:58 +0100
  • 99fb424586 DictField should now correctly indicate it is not present in HTML forms Brett Lempereur 2018-10-07 17:29:25 +0100
  • 6522d4ae20
    Add OpenAPIRenderer by default, and add schema docs. (#6233) Tom Christie 2018-10-04 14:05:55 +0100
  • 6ad9604091 Updating schema docs Tom Christie 2018-10-04 11:19:58 +0100
  • 8832e32f76 Add optional pyyaml Tom Christie 2018-10-04 11:15:42 +0100
  • 7249055a1c Add OpenAPIRenderer as a default for get_schema_view, and start adding schema docs Tom Christie 2018-10-04 10:54:38 +0100
  • 18ad3290ef Documentation fix for django-admin commands (#6232) Jufe Brown-Tsai 2018-10-03 10:16:52 -0500
  • b41a6cfa38 permissions: Allow permissions to be composed (#5753) Xavier Ordoquy 2018-10-03 14:36:24 +0000
  • 03c05b3fc6 fix django-admin command on docs/community/project-management.md Jufebrown 2018-10-03 09:31:26 -0500
  • d921f4493c fix django-admin command on readme Jufebrown 2018-10-03 09:28:25 -0500
  • 8908934928
    Add OpenAPIRenderer and generate_schema management command. (#6229) Tom Christie 2018-10-03 15:28:04 +0100
  • 7cad027cb2 fix django-admin commands on tutorial/1-serialization doc Jufebrown 2018-10-03 09:25:43 -0500