Tom Christie
|
c5a2d501e5
|
Merge pull request #2175 from BrickXu/fix_2171
Not allow to pass an empty actions to viewset.as_view()
|
2014-12-03 08:53:04 +00:00 |
|
Tom Christie
|
0359e9250d
|
FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run for the active set. Closes #2109.
|
2014-12-02 13:52:46 +00:00 |
|
Tom Christie
|
76ac641fbd
|
Minor tweaks for helpful message on Model.objects.create() failure.
|
2014-12-02 13:04:49 +00:00 |
|
Tom Christie
|
54b7b32818
|
Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-framework into gregmuellegger-fixes/2013
|
2014-12-02 12:46:47 +00:00 |
|
BrickXu
|
53f52765fc
|
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
|
2014-12-02 17:07:55 +08:00 |
|
Tymur Maryokhin
|
e2ea98e8ab
|
Fixed typos
|
2014-11-29 20:23:55 +01:00 |
|
Tymur Maryokhin
|
dd9d40d8c0
|
Moved non-conflicting models
|
2014-11-29 20:04:50 +01:00 |
|
Tymur Maryokhin
|
2f03483f96
|
Removed unused models
|
2014-11-29 19:45:26 +01:00 |
|
Tom Christie
|
3a5b3772fe
|
Use ImproperlyConfigured when model meta lookup fails
|
2014-11-28 15:36:04 +00:00 |
|
Tom Christie
|
6fbd23ab34
|
Merge pull request #2086 from beck/doug/blow-up-with-bad-models
Ensure _resolve_model does not return None
|
2014-11-28 15:31:51 +00:00 |
|
Tom Christie
|
8d989bb16d
|
Merge pull request #2143 from linovia/bugfix/1850
Bugfix for #1850
|
2014-11-28 15:01:56 +00:00 |
|
Tom Christie
|
c8764de788
|
Drop defunct tests
|
2014-11-28 13:04:42 +00:00 |
|
Xavier Ordoquy
|
767414439b
|
Be nicer with __closable_objects.
|
2014-11-26 22:20:14 +01:00 |
|
Xavier Ordoquy
|
f5e5ed0077
|
Merge remote-tracking branch 'reference/master' into bugfix/1850
|
2014-11-26 16:36:56 +01:00 |
|
José Padilla
|
653d626b3c
|
Fix failing YAML tests
|
2014-11-25 11:33:18 -04:00 |
|
Tom Christie
|
9c58dfec4e
|
Fix shoddy test case
|
2014-11-25 10:34:21 +00:00 |
|
Tom Christie
|
8586290df8
|
Apply defaults and requiredness to unique_together fields. Closes #2092.
|
2014-11-19 13:55:10 +00:00 |
|
Tom Christie
|
e49d22dbda
|
Allow blank choices to render. Closes #2071.
|
2014-11-19 09:31:26 +00:00 |
|
Doug Beck
|
67735687b2
|
Ensure _resolve_model does not return None
|
2014-11-18 01:26:23 -05:00 |
|
Gregor Müllegger
|
ad060aa360
|
More helpful error message when default .create fails. Closes #2013.
|
2014-11-15 15:29:52 +01:00 |
|
Tom Christie
|
ea98de9b88
|
Model fields with .blank or .null now map to required=False. Closes #2017. Closes #2021.
|
2014-11-13 19:28:57 +00:00 |
|
Tom Christie
|
9e75c4d8ea
|
Reinstate OPTIONS tests
|
2014-11-13 16:24:03 +00:00 |
|
Tom Christie
|
502a86cedb
|
Remove tests/settings. Using conftest instead.
|
2014-11-13 16:10:48 +00:00 |
|
Tom Christie
|
e5cd693e7b
|
Remove test cruft
|
2014-11-13 16:07:25 +00:00 |
|
Tom Christie
|
f387cd89da
|
Uniqueness constraints imply a forced 'required=True'. Refs #1945
|
2014-11-10 12:21:27 +00:00 |
|
Tom Christie
|
db1dd8e240
|
Tests & fixes for list serialization
|
2014-11-06 17:32:33 +00:00 |
|
Tom Christie
|
9923a6ce90
|
Fix tests for py2/3 compat
|
2014-11-06 11:51:10 +00:00 |
|
Tom Christie
|
ed541864e6
|
Support for bulk create. Closes #1965.
|
2014-11-06 10:34:59 +00:00 |
|
Tom Christie
|
0a5d088287
|
Fix failing copy of fields when RegexValidator is used. Closes #1954.
|
2014-11-05 10:48:30 +00:00 |
|
Tom Christie
|
2b535954cd
|
Py2/3 compat for validation test
|
2014-11-03 14:14:12 +00:00 |
|
Tom Christie
|
003c42b0f5
|
Use invalid_data key for error message. Closes #2002.
|
2014-11-03 14:01:02 +00:00 |
|
Tom Christie
|
207208fedf
|
Lazy loading of fields and validators. Closes #1963.
|
2014-10-31 16:38:39 +00:00 |
|
Tom Christie
|
11075d3770
|
Merge branch 'master' into version-3.0
|
2014-10-31 16:05:45 +00:00 |
|
Tom Christie
|
0dea509dc9
|
Nested serializer tests
|
2014-10-30 15:59:16 +00:00 |
|
Tom Christie
|
9ebaabd6eb
|
unique_for_date/unique_for_month/unique_for_year
|
2014-10-28 16:21:49 +00:00 |
|
Tom Christie
|
ae53fdff9c
|
First pass at unique_for_date, unique_for_month, unique_for_year
|
2014-10-22 13:30:28 +01:00 |
|
Tom Christie
|
c5d1be8eac
|
.validate() can raise field errors or non-field errors
|
2014-10-22 10:32:32 +01:00 |
|
Tom Christie
|
05cbec9dd7
|
Use serializers.ValidationError
|
2014-10-17 13:23:14 +01:00 |
|
Tom Christie
|
3af5df1955
|
Performance for PK fields
|
2014-10-16 20:47:57 +01:00 |
|
Tom Christie
|
d9a199ca0d
|
exceptions.ValidationFailed, not Django's ValidationError
|
2014-10-10 14:16:09 +01:00 |
|
Tom Christie
|
5d247a65c8
|
First pass on nested serializers in HTML
|
2014-10-09 15:11:19 +01:00 |
|
Tom Christie
|
5f4cc52ef5
|
Tweaking
|
2014-10-09 10:11:44 +01:00 |
|
Tom Christie
|
5ead8dc89d
|
Support empty file fields
|
2014-10-08 16:59:52 +01:00 |
|
Tom Christie
|
af0f01c5b6
|
Move generic relation tests
|
2014-10-08 11:23:40 +01:00 |
|
Tom Christie
|
6b09e5f2bb
|
Tests for generic relationships
|
2014-10-08 11:22:10 +01:00 |
|
Tom Christie
|
093febb912
|
Tests for relational fields
|
2014-10-08 11:04:08 +01:00 |
|
Xavier Ordoquy
|
311d315a73
|
Reverted 59d0a0387d and fixed the tests
|
2014-10-08 08:33:28 +02:00 |
|
Tom Christie
|
6bfed6f852
|
Enforce uniqueness validation for relational fields
|
2014-10-07 17:04:53 +01:00 |
|
Jones Chi
|
2dfe75c23a
|
Fix follow does not work on APIClient
Handle follow just like Django's Client.
|
2014-10-06 15:10:35 +08:00 |
|
Craig de Stigter
|
857a8486b1
|
More spelling tweaks
|
2014-10-03 09:00:33 +13:00 |
|