Tom Christie
|
aa349fe767
|
Handle non-string input for IP fields (#4338)
|
2016-08-01 16:14:26 +01:00 |
|
kiyoqoko
|
6338ce80ab
|
Add localize keyword argument to DecimalField (#4233)
Add `localize` keyword argument for DecimalField
|
2016-07-06 16:07:16 +01:00 |
|
Tom Christie
|
9406e45b2c
|
Pass through strings as-in with DateTimeField (#4196)
|
2016-06-14 12:23:39 +01:00 |
|
Tom Christie
|
ebb4070467
|
Resolve TimeField representation for midnight value. (#4107)
|
2016-05-10 11:56:36 +01:00 |
|
Daniele Varrazzo
|
88c80fe2e9
|
Fixed DecimalField arbitrary precision support (#4075)
|
2016-04-27 17:04:01 +01:00 |
|
José Padilla
|
69c0de4faa
|
Merge pull request #3953 from akarambir/remove-old-django-checks
Closes #3952: Remove old django checks from tests and compat
|
2016-02-19 11:08:45 -04:00 |
|
Karambir Singh Nain
|
69f1e3a9fd
|
Remove old django checks from tests and compat
Remove skipping of tests for Django<1.8. Remove several functions from compat.py not needed for Django>=1.8
|
2016-02-19 01:47:45 +05:30 |
|
Erick Wilder
|
8109752061
|
Closes #3937. Support callable as the value of initial for any serializer.Field
|
2016-02-17 10:52:21 +01:00 |
|
areski
|
4e01796303
|
Test for TimeField not handling empty values
|
2016-01-11 12:16:26 +01:00 |
|
Mikalai Radchuk
|
6b207d93d6
|
DateField.to_representation unicode compatibility
|
2016-01-11 13:11:01 +03:00 |
|
mjparker777
|
fc08236ab8
|
updated timefield also
|
2015-12-13 16:09:56 -07:00 |
|
mjparker777
|
81775dfbae
|
added missing comma
|
2015-12-13 12:27:08 -07:00 |
|
mjparker777
|
bf60c08010
|
Issue 3726 DateTimeField not handling empty values
|
2015-12-13 12:21:13 -07:00 |
|
bphillips
|
c153bcb479
|
Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc).
|
2015-12-01 14:09:10 -05:00 |
|
Dawn Pattison
|
3ddbf92bf9
|
Remove unicode from exception value.
|
2015-11-13 10:41:57 -05:00 |
|
Dawn Pattison
|
5fdc4f22cf
|
Add tests to ensure ListField does not except dictionary as input.
|
2015-11-13 10:17:09 -05:00 |
|
Tom Christie
|
dad207de66
|
Don't attempt to test dicts (unordered)
|
2015-09-28 17:41:09 +01:00 |
|
Tom Christie
|
ec8098b7e2
|
Work around 2.x/3.x json.dumps() return type fuzziness
|
2015-09-28 17:32:36 +01:00 |
|
Tom Christie
|
10dbf1316f
|
Added JSONField. Closes #3170.
|
2015-09-28 17:25:52 +01:00 |
|
Steven Loria
|
284f9faa07
|
Correctly handle [] and {} as invalid inputs to BooleanField
|
2015-09-11 23:12:18 -04:00 |
|
raphaelmerx
|
b9782b6850
|
DurationField accepts integers
|
2015-09-02 16:47:50 -07:00 |
|
Tom Christie
|
9ac646385f
|
Resolve empty HTML charfield behavior. Closes #3318.
|
2015-08-24 10:13:16 +01:00 |
|
José Padilla
|
8af366a732
|
Raise error when source= use on a child.
Closes #3292
|
2015-08-19 12:32:16 -04:00 |
|
Tom Christie
|
18af181191
|
Fix boolean checkboxes setting to False. Closes #3258. Closes #2776.
|
2015-08-13 09:56:03 +01:00 |
|
Keryn Knight
|
08d60f5cc2
|
Refs #3235 - Test demonstrating a single value passed to ListField is lost.
|
2015-08-07 11:41:56 +01:00 |
|
Tom Christie
|
33d6d4a420
|
Test more types of behavior in test_iter_options
|
2015-08-06 12:30:26 +01:00 |
|
Tom Christie
|
24dec32e7a
|
Added test_iter_options
|
2015-08-06 12:18:09 +01:00 |
|
Tom Christie
|
95a1550388
|
Merge branch 'grouped-choices-fix' of https://github.com/maxpeterson/django-rest-framework into maxpeterson-grouped-choices-fix
|
2015-08-06 10:04:52 +01:00 |
|
Tom Christie
|
38a1b3ec6b
|
Rationalize decimal logic. Closes #3222.
|
2015-08-06 09:51:00 +01:00 |
|
Tom Christie
|
8d7c0a8474
|
Merge branch 'feature/filepathfield' of https://github.com/Ins1ne/django-rest-framework into Ins1ne-feature/filepathfield
|
2015-08-03 10:09:46 +01:00 |
|
Tom Christie
|
c5a04a8516
|
Add test for nullable ChoiceField and blank HTML input. Closes #2623.
|
2015-07-27 13:51:03 +01:00 |
|
Aider Ibragimov
|
d845157983
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework into feature/filepathfield
|
2015-07-18 23:34:07 +03:00 |
|
Tom Christie
|
0ccb148183
|
Support QueryDict list arguments with ListField. Closes #3155.
|
2015-07-16 15:59:15 +01:00 |
|
Tom Christie
|
264d423493
|
Added allow_empty flag for ListField, ListSerializer, ManyRelation, MultipleChoiceField.
|
2015-07-16 13:51:15 +01:00 |
|
Tom Christie
|
d231f36588
|
Support default values being used for empty HTML fields. Closes #3130.
|
2015-07-16 11:47:40 +01:00 |
|
Max Peterson
|
56b3f19605
|
Add support for grouped choices.
This also adds support for mixing single and paired choices:
```
[
('poor', 'Poor quality'),
'medium',
('good', 'Good quality'),
]
```
|
2015-07-03 12:27:01 +01:00 |
|
José Padilla
|
7351a3f6ca
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
|
Tom Christie
|
39ece9bee0
|
Support allow_blank=False with trim_whitespace=True.
|
2015-06-24 13:32:54 +01:00 |
|
Xavier Ordoquy
|
dee5fb5647
|
Merge remote-tracking branch 'reference/master' into feature/ipaddress-fix
Conflicts:
docs/api-guide/fields.md
|
2015-06-04 14:21:33 +01:00 |
|
Xavier Ordoquy
|
0c66c7cfa6
|
Merge pull request #3000 from linovia/ovangle/uuid_format2
Add 'format' argument to UUIDField
|
2015-06-03 12:32:23 +01:00 |
|
Xavier Ordoquy
|
f8eacc5bc0
|
Merge pull request #2993 from linovia/bug/2894
MultipleChoiceField empties incorrectly on a partial update using multipart/form-data (#2894)
|
2015-06-01 17:48:20 +01:00 |
|
Xavier Ordoquy
|
14055dd3f4
|
Merge pull request #2989 from ticosax/duration-field
Add DurationField
|
2015-06-01 17:38:57 +01:00 |
|
Nicolas Delaby
|
f701ecceb7
|
Add DurationField
|
2015-06-01 18:20:53 +02:00 |
|
Xavier Ordoquy
|
94e2d3ca61
|
Test case upgrade to use partial data
|
2015-06-01 16:13:12 +01:00 |
|
Xavier Ordoquy
|
989c08109b
|
Failing test case for #2894
|
2015-06-01 16:04:05 +01:00 |
|
Xavier Ordoquy
|
2f524ec1a3
|
Remove an extra MockHTMLDict definition.
|
2015-06-01 15:46:27 +01:00 |
|
Michał Hernas
|
069ea31cfb
|
Added test ensuring DecimalField accepts 2E+2 as 200 and validates
decimal place correctly.
|
2015-05-18 16:42:24 +02:00 |
|
David Sanders
|
8e84a9f6d0
|
Allow invalid outputs to pass through to_representation() for ChoiceField & MultipleChoiceField
|
2015-05-15 18:59:10 +10:00 |
|
Ryan Allen
|
cbea03c85b
|
DateField to_representation can handle str and empty values. Fixes #2656, #2687.
|
2015-04-23 19:31:46 -05:00 |
|
Ryan Allen
|
1f10a39d31
|
Match IntegerField validation with Django's, preventing decimal values being stored as ints, fixes #2835.
Match IntegerField validation with Django IntegerField, prevents decimal values being stored as ints, fixes #2835
On branch master
|
2015-04-20 11:03:05 -04:00 |
|
Thomas Stephenson
|
236b731072
|
Add 'format' argument to UUIDField
To allow serializations to control the representation format of a
UUID value
|
2015-04-12 22:07:25 +10:00 |
|
Andrea Grandi
|
a0049dd489
|
Add a blank line to make lint happier
|
2015-03-22 23:21:09 +00:00 |
|
Andrea Grandi
|
1d883e0825
|
Add two more tests for IPAddressField, checking the IPv4 and IPv6 protocols separately
|
2015-03-22 16:46:16 +00:00 |
|
Aider Ibragimov
|
5f8338e276
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework into feature/filepathfield
|
2015-03-03 14:34:18 +03:00 |
|
Aider Ibragimov
|
c20a0250df
|
add FilePathField, update docs
|
2015-03-03 14:34:06 +03:00 |
|
Kevin Wood
|
b582d52afb
|
Fix docstring formatting
|
2015-02-28 13:06:47 -08:00 |
|
Aider Ibragimov
|
de72022f80
|
Merge branch 'master' of https://github.com/Ins1ne/django-rest-framework into feature/ipaddress
|
2015-02-28 14:29:27 +03:00 |
|
Aider Ibragimov
|
4d5eee04a0
|
add IPAddressField, update docs
|
2015-02-28 10:11:38 +03:00 |
|
Kevin Wood
|
78e8b1b010
|
Updated CreateOnlyDefault to call set_context on its default (if callable)
|
2015-02-27 22:14:15 -08:00 |
|
Evan Heidtmann
|
16ffe5e31f
|
Add tests for callable attributes raising exceptions
|
2015-02-26 09:05:37 -08:00 |
|
Tom Christie
|
dec3493d7c
|
Minor cleanup
|
2015-02-06 14:43:43 +00:00 |
|
José Padilla
|
7f801b9a01
|
Add trim_whitespace to CharField #2517
If set to `True` then leading and trailing
whitespace is trimmed. Defaults to `True`.
|
2015-02-06 01:09:19 -04:00 |
|
Tom Christie
|
4ee4b4f2dc
|
Merge master
|
2015-01-30 14:00:25 +00:00 |
|
Tom Christie
|
35f6a82462
|
Added DictField and support for HStoreField.
|
2015-01-23 16:27:23 +00:00 |
|
Tom Christie
|
e8db1834d3
|
Added UUIDField.
|
2015-01-23 15:24:06 +00:00 |
|
Tom Christie
|
11efde8905
|
Merge pull request #2373 from jakul/document-translations-3.1
Document how to translate DRF error messages (version 3.1)
|
2015-01-09 11:57:02 +00:00 |
|
Craig Blaszczyk
|
7f8d314101
|
update tests to expect new error messages
|
2015-01-08 17:16:47 +00:00 |
|
Craig Blaszczyk
|
91e316f781
|
prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings
|
2015-01-07 12:46:23 +00:00 |
|
Craig Blaszczyk
|
32506e2075
|
update expected error messages in tests
|
2015-01-02 11:08:39 +00:00 |
|
Tom Christie
|
77e3021fea
|
Better behaviour with null and '' for blank HTML fields.
|
2014-12-20 16:26:51 +00:00 |
|
Tom Christie
|
1087ccbb25
|
Drop print statements in tests
|
2014-12-18 10:39:00 +00:00 |
|
Tom Christie
|
87ac64e41b
|
Fixes for behavior with empty HTML fields.
|
2014-12-18 10:36:52 +00:00 |
|
Tom Christie
|
3fff5cb6e0
|
Fix empty HTML values when a default is provided.
|
2014-12-17 15:13:48 +00:00 |
|
Tom Christie
|
72e08a3e8b
|
Use unicode internally everywhere for 'repr'
|
2014-12-15 11:55:17 +00:00 |
|
José Padilla
|
afe7ed9333
|
Add allow_blank for ChoiceField #2184
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
2014-12-09 09:25:06 -04:00 |
|
Tom Christie
|
e49d22dbda
|
Allow blank choices to render. Closes #2071.
|
2014-11-19 09:31:26 +00:00 |
|
Tom Christie
|
ed541864e6
|
Support for bulk create. Closes #1965.
|
2014-11-06 10:34:59 +00:00 |
|
Tom Christie
|
207208fedf
|
Lazy loading of fields and validators. Closes #1963.
|
2014-10-31 16:38:39 +00:00 |
|
Tom Christie
|
9ebaabd6eb
|
unique_for_date/unique_for_month/unique_for_year
|
2014-10-28 16:21:49 +00:00 |
|
Tom Christie
|
05cbec9dd7
|
Use serializers.ValidationError
|
2014-10-17 13:23:14 +01:00 |
|
Tom Christie
|
d9a199ca0d
|
exceptions.ValidationFailed, not Django's ValidationError
|
2014-10-10 14:16:09 +01:00 |
|
Tom Christie
|
5ead8dc89d
|
Support empty file fields
|
2014-10-08 16:59:52 +01:00 |
|
Tom Christie
|
d1b2c8ac7f
|
Absolute URLs for file fields
|
2014-09-29 14:12:26 +01:00 |
|
Tom Christie
|
dee3f78cb6
|
FileField and ImageField
|
2014-09-26 17:06:20 +01:00 |
|
Tom Christie
|
8be4496586
|
Drop erronous print statements
|
2014-09-26 13:59:37 +01:00 |
|
Tom Christie
|
2e87de0143
|
Added ListField
|
2014-09-26 13:08:20 +01:00 |
|
Tom Christie
|
2859eaf524
|
request.data attribute
|
2014-09-26 10:46:52 +01:00 |
|
Tom Christie
|
8ee92f8a18
|
Refuse to downcast from datetime to date or time
|
2014-09-25 13:10:33 +01:00 |
|
Tom Christie
|
b47ca158b9
|
Check for redundant on SerializerMethodField
|
2014-09-25 12:09:12 +01:00 |
|
Tom Christie
|
1420c76453
|
Ensure proper sorting of 'choices' attribute on ChoiceField
|
2014-09-25 10:49:25 +01:00 |
|
Tom Christie
|
fb1546ee50
|
Enforce field_name != source
|
2014-09-24 20:53:37 +01:00 |
|
Tom Christie
|
0404f09a7e
|
NullBooleanField
|
2014-09-23 14:30:17 +01:00 |
|
Tom Christie
|
f22d0afc3d
|
Tests for field choices
|
2014-09-23 14:15:00 +01:00 |
|
Tom Christie
|
5d80f7f932
|
allow_blank, allow_null
|
2014-09-22 17:46:02 +01:00 |
|
Tom Christie
|
5a95baf2a2
|
Tests & tweaks for ChoiceField
|
2014-09-22 16:52:57 +01:00 |
|
Tom Christie
|
b5454dd022
|
Tests and tweaks for choice fields
|
2014-09-22 16:50:04 +01:00 |
|
Tom Christie
|
e5f0a97595
|
More compat fixes
|
2014-09-22 16:45:06 +01:00 |
|
Tom Christie
|
5586b6581d
|
Support format=None for date/time fields
|
2014-09-22 16:02:59 +01:00 |
|
Tom Christie
|
4db23cae21
|
Tweaks to DecimalField
|
2014-09-22 15:34:06 +01:00 |
|
Tom Christie
|
249253a144
|
Fix compat issues
|
2014-09-22 14:54:33 +01:00 |
|