Chris Carty
bc2c76a000
fixed issue on schemas.py where if model._meta.get_field(variable) failed model_field was not set to None and would reult in an error
2017-03-09 21:11:52 -05:00
Tom Christie
544b4b9948
Ensure 'markdown' dependancy is optional. Refs #4941 . ( #4947 )
2017-03-09 16:50:00 +00:00
Tom Christie
b884bdd391
Add 3.6 release to index
2017-03-09 16:16:22 +00:00
Tom Christie
1d4290eb7b
Tweak docs
2017-03-09 15:59:29 +00:00
Tom Christie
86931b01b6
Note dependancies in docs
2017-03-09 14:59:00 +00:00
Tom Christie
52db57a6e7
Version 3.6 ( #4943 )
2017-03-09 14:49:51 +00:00
Xavier Ordoquy
537df7a6ad
Extract APISchemaView and APIRootView out of the DefaultRouter. ( #4707 )
2017-03-07 13:39:08 +00:00
Tibo Beijen
cf5d401a0e
Allow required false and default ( #4692 )
...
* Default value will now be used when serializing if key or attribute is missing.
2017-03-07 13:19:19 +00:00
Md. Al-Amin
8a14b39e7d
Added doc for removing pagination in generic-view. ( #4940 )
2017-03-06 18:33:27 +00:00
Tom Christie
0b708f04e1
Client library & API documentation docs ( #4939 )
2017-03-06 12:42:51 +00:00
Tom Christie
68d2020112
Live API documentation ( #4755 )
2017-03-03 15:24:37 +00:00
atkawa7
7f59ce1ec2
Directly using Django's JSONResponse in the Tutorial ( #4935 )
...
* directly using Django's JSONResponse
* fixed JsonResponse typo
* added safe=False to JsonResponse
* removed unnecessary 'safe=False' in JsonResponse
2017-03-03 14:04:41 +00:00
Tim Watts
8df340908b
Add failing tests and fix for dict that have a key items
#4931 ( #4932 )
2017-03-03 09:23:09 +00:00
José Padilla
35bccaab90
Merge pull request #4934 from ossanna16/master
...
Fixed broken mail link in tutorials and resources
2017-03-02 20:04:56 -05:00
Anna
ff4f252003
Fixed broken mail link in tutorials and resources
2017-03-03 00:40:57 +01:00
Peter JJ MacDonald
dfea596b0f
Update django-filter requirement ( #4933 )
2017-03-01 21:27:23 +00:00
José Padilla
95380f7717
Merge pull request #4928 from tdruez/patch-1
...
Added a failing test for #4927
2017-03-01 08:52:27 -05:00
tdruez
d616c1591f
Added a test to cover the DjangoModelPermissions #4927 issue
...
`DjangoObjectPermissions` and `DjangoModelPermissions` are now properly cover for the `METHOD_NOT_ALLOWED` issue
2017-03-01 09:50:21 +01:00
José Padilla
51b6a5cd9c
Merge pull request #4930 from dbinoj/patch-1
...
Fix Schemas Example URL
2017-02-28 15:06:58 -05:00
Binoj David
d58c89adc1
Fix Schemas Example URL
2017-02-28 22:45:17 +05:30
tdruez
e9a68e575a
Merge pull request #1 from tdruez/master
...
Fixed Permissions.get_required_object_permissions for #4927
2017-02-28 17:55:02 +01:00
tdruez
06a1e12fd8
Fixed Permissions.get_required_object_permissions for #4927
2017-02-28 17:51:32 +01:00
tdruez
c30ccac38e
Added a failing test for #4927
2017-02-27 20:39:47 +01: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
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
eb5774229f
Version 3.5.4 ( #4894 )
2017-02-10 11:15:39 +00:00
Michael Borisov
176831e22b
Missing comma ( #4889 )
2017-02-08 15:17:58 +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