Commit Graph

7129 Commits

Author SHA1 Message Date
Tom Christie
55269ea9c7 Add support for top-level description in API docs 2017-03-03 14:03:05 +00:00
Tom Christie
fd328dfda0 Sort imports 2017-03-03 12:43:52 +00:00
Tom Christie
3ae35aeefc Sort imports 2017-03-03 12:30:01 +00:00
Tom Christie
9fac04bd89 Remove usused assignment 2017-03-03 12:04:11 +00:00
Tom Christie
2287201a1a Move API explorer javascript into static file 2017-03-01 15:40:31 +00:00
Tom Christie
5c99e7e01e API docs tweaks 2017-03-01 14:50:01 +00:00
Tom Christie
c412de920e Ensure fields in docs forms are ordered 2017-02-28 10:39:21 +00:00
Emmanouil Konstantinidis
1ed82aa104 Docs Authentication (#4926)
* Authentication token modal & licenses
* `none` menu item & Fix clear response
* Pass authorisation header to coreapi client
* Session Authentication
* Fix bug with data/raw response both being displayed
* Bump coreapi & remove it from static files
* Default to session authentication if logged in
* Basic Authentication & Favicon
* Rename token to header authentication
2017-02-27 19:24:21 +00:00
Tom Christie
e6018bbbc3 Merge branch 'master' into docs 2017-02-27 09:44:02 +00:00
José Padilla
b936d829a6 Fix mailto link (#4923) 2017-02-26 09:08:03 +00:00
Anna Ossowski
e922d91614 Created Tutorials and Resources, cleaned up Third Party Packages (#4910)
* Updated Support section and added funding email
* Created new tutorials and resources section, cleaned up third party packages section
* Created Jobs section
2017-02-24 12:55:34 +00:00
Xavier Ordoquy
e40d363e6c Merge pull request #4919 from bluetech/not-readonly_fields
Guard against the possible misspelling `readonly_fields` in model serializers
2017-02-22 14:25:02 +01:00
Ran Benita
7a408f6cd2 Guard against the possible misspelling readonly_fields in model serializers
Fixes #4897.
2017-02-22 13:27:23 +02:00
Tom Christie
d82dbc0925 Add MicroPyramid 2017-02-21 21:18:53 +00:00
Xavier Ordoquy
21e33dcc80 Merge pull request #4916 from auvipy/patch-1
added django 1.11 beta 1 for testing
2017-02-21 10:16:10 +01:00
Asif Saifuddin Auvi
1a49318522 added django 1.11 beta 1 for testing 2017-02-21 10:31:05 +06:00
Vadim
d390762e18 Add drf-writable-nested package to third-party serializers (#4913) 2017-02-20 15:16:27 +00:00
Lanrik
5986f95c8d Rearrange code (#4908)
Minor refactor. Move assignment to after `None` check.
2017-02-20 09:48:19 +00:00
Pavlin Gergov
eacb93d453 Update _not_authenticated's docstring (#4906) 2017-02-20 09:33:54 +00:00
Xavier Ordoquy
625eb4c53f Merge pull request #4911 from jisaacstone/feature/serializer-mappings
Check for collection.Mapping instead of dict
2017-02-19 23:04:43 +01:00
Isaac Stone
289e1e440e Check for collection.Mapping instead of dict
issue #4901
2017-02-19 13:10:03 -08:00
José Padilla
300e46a9e5 Merge pull request #4909 from akhilputhiry/ISSUE-4706
[ISSUE-4706] API guide for serializers is outdated
2017-02-18 07:41:42 -04:00
Akhil Lawrence
963cb4cdc6 Corrected documentation 2017-02-18 13:20:03 +05:30
Emmanouil Konstantinidis
f5399314e1 Docs Interact (#4904)
* Toggle data & raw

* Normalize HTTP Headers

* Include responseText in responseCallback

* Sidebar Language Switcher

* Minor changes
2017-02-16 12:13:41 +00:00
Emmanouil Konstantinidis
bfeb1a5ebc Interact Modal (#4903) 2017-02-15 12:41:05 +00:00
José Padilla
e5ba567b37 Merge pull request #4902 from felixxm/encoders-coverage
Increased utils/encoders.py test coverage.
2017-02-15 04:23:46 -05:00
Mariusz Felisiak
cd469f616a
Increased utils/encoders.py test coverage. 2017-02-15 07:17:33 +01:00
Xavier Ordoquy
eb14f478d0 Merge pull request #4900 from toidi/fix-datetime-format-documentation
Refs: #4256 delete not relevant documentation
2017-02-14 12:32:44 +01:00
Eduard Iskandarov
de8fcbf696 Refs: #4256 delete unrelevant documentation 2017-02-14 13:27:33 +03:00
Carlton Gibson
20e3717ae4 Merge pull request #4895 from felixxm/reverted-4852
Reverted "Removed multi-table inheritance auto created PK from serialize".
2017-02-11 20:23:14 +01:00
Mariusz Felisiak
40e3462767
Reverted "Removed multi-table inheritance auto created PK from serialize" 1ecbeebbe5. 2017-02-11 17:39:47 +01:00
Tom Christie
479ee056d5 Project coverage should not pas/fail a build 2017-02-10 15:49:28 +00:00
Tom Christie
e0d4c45c47 Update to latest version of coreapi 2017-02-10 14:00:06 +00:00
Tom Christie
eb5774229f Version 3.5.4 (#4894) 2017-02-10 11:15:39 +00:00
Emmanouil Konstantinidis
b9a9d02162 Language Switcher (#4891)
* More padding in the main container & Remove links from parents in sidebar
* Layout link meta
* Section & Link Titles
* Awesome & responsive language switcher
2017-02-08 17:07:35 +00:00
Emmanouil Konstantinidis
d37994821d Docs - Improve UI (#4890) 2017-02-08 16:25:06 +00:00
Michael Borisov
176831e22b Missing comma (#4889) 2017-02-08 15:17:58 +00:00
Emmanouil Konstantinidis
cc7ff979ce More padding in the main container & Remove links from parents in sidebar (#4888) 2017-02-08 15:17:35 +00:00
Tom Christie
793774538e Fix to 'get_docs_view' 2017-02-08 14:53:01 +00:00
Tom Christie
0b8cd3683b Merge branch 'master' into docs 2017-02-08 14:35:26 +00:00
Emmanouil Konstantinidis
dd18a3bdf7 Setup codecov config (#4886) 2017-02-08 14:07:21 +00:00
Emmanouil Konstantinidis
6dc301bd46 Fix Docs Tests (#4885) 2017-02-08 12:14:36 +00:00
Emmanouil Konstantinidis
75eebc39e2 New docs layout (alt) (#4879) 2017-02-08 09:40:11 +00:00
李扬
cbad236f6d Add max_length and min_length arguments for ListField (#4877) 2017-02-06 09:36:03 +00:00
Tom Christie
79f431c44a Update sponsors on README to include rollbar (#4876) 2017-02-03 17:10:52 +00:00
Tom Christie
222f80f340 Merge branch 'master' of github.com:tomchristie/django-rest-framework 2017-02-03 16:54:23 +00:00
Tom Christie
3c93c3f7b4 Added Rollbar to premium sponsors 2017-02-03 16:54:13 +00:00
Xavier Ordoquy
f4707ad0e0 Merge pull request #4870 from felixxm/issue-dedent
Fixed `dedent` for tab indent.
2017-02-02 11:01:37 +01:00
Tom Christie
9dbdf34621 DocumentationRenderer fixes 2017-02-01 15:09:49 +00:00
Mohammad Ashraful Islam
2ec3db8177 fixed url checker ':' to 'http' (#4678) 2017-02-01 12:20:06 +00:00