phalt
|
8e9408115d
|
fixed indentations
|
2014-12-08 15:41:01 +00:00 |
|
Tom Christie
|
fd02d8266b
|
Added 3.0 to release notes.
|
2014-12-08 15:16:33 +00:00 |
|
Tom Christie
|
4034793383
|
Added missing translation markers in realtions.py. Closes #2231.
|
2014-12-08 15:13:59 +00:00 |
|
Tom Christie
|
62cca1eec7
|
Merge pull request #2232 from tomchristie/validate-in-list-serializer
Added ListSerializer.validate().
|
2014-12-08 15:02:53 +00:00 |
|
Tom Christie
|
eee02a47d9
|
Added ListSerializer.validate(). Closes #2168.
|
2014-12-08 14:56:45 +00:00 |
|
Tom Christie
|
ef89c15663
|
Merge pull request #2229 from jpadilla/localization-note
Add misc note about localization
|
2014-12-08 13:46:38 +00:00 |
|
José Padilla
|
8ba4e7bafe
|
Add misc note about localization
|
2014-12-08 09:18:37 -04:00 |
|
Tom Christie
|
b440bd74be
|
Merge pull request #2187 from loic/cosmetic_fixes
Cosmetic fixes in the API browser HTML.
|
2014-12-08 09:07:57 +00:00 |
|
Victor Cabral
|
0c0d65d232
|
Fixed unit test for auth login
|
2014-12-08 09:06:52 +07:00 |
|
Loic Bistuer
|
b90f4228b2
|
Ported a couple of templates to Bootstrap 3.x.
|
2014-12-08 09:06:52 +07:00 |
|
Loic Bistuer
|
ff02a0af9c
|
Fixed display issues with tooltips.
|
2014-12-08 09:06:52 +07:00 |
|
Tom Christie
|
9879a5dcdc
|
Merge pull request #2226 from mhenwood/amend_viewset_docs
Amend ViewSet docs to warn of potential problem
|
2014-12-07 14:29:05 +00:00 |
|
Tom Christie
|
8553858e73
|
Merge pull request #2224 from linovia/bugfix/2221
Fix missing validated_data in `raise_errors_on_nested_writes` (#2221)
|
2014-12-07 14:00:41 +00:00 |
|
Mark Henwood
|
9b468fba60
|
Amend ViewSet docs to warn of potential problem
I went through this exact problem and so thought the docs might
benefit from a small hint at the appropriate point.
|
2014-12-07 12:02:43 +00:00 |
|
Xavier Ordoquy
|
a257b04928
|
Fix missing validated_data in raise_errors_on_nested_writes (#2221)
|
2014-12-07 12:12:40 +01:00 |
|
Tom Christie
|
71c49fea8a
|
Merge pull request #2219 from linovia/bugfix/tutorial_2
Update the tutorial against DRF v3 (part 4 & 5)
|
2014-12-06 10:14:16 +00:00 |
|
Xavier Ordoquy
|
e4820d611b
|
Fix the new Django default db name
PrimaryKeyRelatedField now needs a queryset argument.
urls now don't use urlpatterns.
|
2014-12-06 10:58:17 +01:00 |
|
Tom Christie
|
544967f36e
|
Test tweaks
|
2014-12-05 14:15:58 +00:00 |
|
Tom Christie
|
c611a2c1fe
|
Merge pull request #2213 from BrickXu/master
Raise error if `fields` on serializer is not a list of strings.
|
2014-12-05 14:00:59 +00:00 |
|
Tom Christie
|
fca9175029
|
Merge pull request #2215 from tomchristie/tomchristie-better-serializer-errors
Better serializer errors for nested writes.
|
2014-12-05 13:59:38 +00:00 |
|
Tom Christie
|
88900a0844
|
Minor tweaks
|
2014-12-05 13:58:39 +00:00 |
|
Tom Christie
|
ca74fa989d
|
Better serializer errors for nested writes. Closes #2202
|
2014-12-05 13:50:28 +00:00 |
|
Tom Christie
|
59b2ad5425
|
Minor docs tweaks
|
2014-12-05 13:23:14 +00:00 |
|
Tom Christie
|
e2587c7b4d
|
Merge pull request #2204 from carltongibson/default-docs-fix
Clarify read-only & `unique_together` Documentation
|
2014-12-05 13:20:16 +00:00 |
|
Tom Christie
|
65d6cba75f
|
Merge pull request #2200 from maryokhin/master
Clean up compat code
|
2014-12-05 13:14:14 +00:00 |
|
Tom Christie
|
9fb1b396db
|
user in example should have been instance. Closees #2191.
|
2014-12-05 13:07:31 +00:00 |
|
Tom Christie
|
b7b0fd3e14
|
Added .validated_data usage. Closes #2214.
|
2014-12-05 12:48:12 +00:00 |
|
Tom Christie
|
99a43748eb
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2014-12-05 12:46:36 +00:00 |
|
Tom Christie
|
1b8c06aefe
|
Style tweaks in examples
|
2014-12-05 12:46:08 +00:00 |
|
Tom Christie
|
de4ef6e394
|
Merge pull request #2195 from tomchristie/tomchristie-escape-u2028-u2029-json
Escape \u2028 and \u2029 in JSON output.
|
2014-12-05 12:35:24 +00:00 |
|
Tom Christie
|
e2b3908834
|
Fix quickstart tutorial
|
2014-12-05 09:44:01 +00:00 |
|
Carlton Gibson
|
e65428783e
|
Merge pull request #2209 from linovia/bugfix/tutorial_1
Bugfix/tutorial 1
|
2014-12-05 09:20:45 +01:00 |
|
BrickXu
|
d68c614504
|
Add validation for fields & exclude type.
|
2014-12-05 14:51:39 +08:00 |
|
BrickXu
|
4042180392
|
Merge pull request #3 from tomchristie/master
Merge upstream
|
2014-12-05 13:30:56 +08:00 |
|
Tymur Maryokhin
|
d9930181ee
|
Removed unused imports, pep8 fixes, typo fixes
|
2014-12-05 00:29:28 +01:00 |
|
Xavier Ordoquy
|
9d078be59c
|
Fix the tutorial against the v3.0
|
2014-12-04 23:34:55 +01:00 |
|
Xavier Ordoquy
|
38e05e66c9
|
print() function works from Python 2.6 to 3.X
|
2014-12-04 23:22:00 +01:00 |
|
Tymur Maryokhin
|
45dc44b203
|
Merge branch 'master' of github.com:tomchristie/django-rest-framework
|
2014-12-04 20:57:27 +01:00 |
|
Tymur Maryokhin
|
001884a192
|
Removed unused compat code
|
2014-12-04 16:06:43 +01:00 |
|
Tymur Maryokhin
|
95af92ca01
|
Removed custom urlparse compat
|
2014-12-04 15:47:42 +01:00 |
|
Carlton Gibson
|
6ee361332b
|
Add missing definite article
|
2014-12-04 14:15:01 +01:00 |
|
phalt
|
fcbae5d99f
|
updates based on suggestions
|
2014-12-04 11:20:33 +00:00 |
|
Carlton Gibson
|
71e1a3942e
|
Initial link from Serializers to Validators
|
2014-12-04 12:15:14 +01:00 |
|
Carlton Gibson
|
b8f396bce8
|
Merge branch 'master' of github.com:tomchristie/django-rest-framework
|
2014-12-04 11:59:52 +01:00 |
|
Tom Christie
|
e8cbf41bd9
|
Merge pull request #2172 from kchange/master
Added missing default style for FileField
|
2014-12-04 07:47:53 +00:00 |
|
Tymur Maryokhin
|
d54c67d79d
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
|
Tymur Maryokhin
|
09e59f2686
|
Removed custom python_2_unicode_compatible. Closes #2183
|
2014-12-04 02:50:25 +01:00 |
|
Tom Christie
|
5e60528117
|
Merge branch 'jpadilla-yaml' into version-3.1
|
2014-12-03 23:24:32 +00:00 |
|
Tom Christie
|
3d6620c72a
|
Merge
|
2014-12-03 23:24:06 +00:00 |
|
Tom Christie
|
cd4d866021
|
Merge branch 'jpadilla-jsonp' into version-3.1
|
2014-12-03 23:15:06 +00:00 |
|