Tom Christie
|
b6c4d8c25a
|
Resolve duplicate error for IPAddressField. Closes #3250.
|
2015-08-20 12:38:48 +01:00 |
|
Tom Christie
|
27ac5a3680
|
Support grouped choices
|
2015-08-06 11:43:03 +01:00 |
|
Tom Christie
|
650866cc43
|
Blank relational fields map to required=False serializer fields. Closes #3210.
|
2015-08-03 09:48:03 +01:00 |
|
Tom Christie
|
e68d737825
|
Respect blank on many to many, and set allow_empty=False if it is not present. Closes #2804.
|
2015-07-30 17:03:08 +01:00 |
|
José Padilla
|
7351a3f6ca
|
Sort imports with isort
|
2015-06-25 16:55:51 -04:00 |
|
José Padilla
|
83c9136c90
|
Cleanup import following PEP 8 style guide
|
2015-06-25 16:10:17 -04:00 |
|
Tom Christie
|
8d4c96ecd6
|
Merge pull request #3012 from jannon/fix-allow-blank-mapping
only include 'allow_blank' on supported fields
|
2015-06-24 11:01:10 +01:00 |
|
Jannon Frank
|
2c415d7e03
|
models.TextFields get mapped to serializers.CharField too
|
2015-06-16 14:05:19 -07:00 |
|
Jannon Frank
|
b0752217ae
|
only include 'allow_blank' on CharField
|
2015-06-05 02:21:13 -07:00 |
|
Udi Oron
|
b95ef25cbb
|
Wrong error message on bad field lookup
|
2015-03-26 20:13:35 +02:00 |
|
Tom Christie
|
889a07f556
|
Support assignment in ClassLookupDict
|
2015-01-23 15:32:21 +00:00 |
|
Tom Christie
|
8cf3744971
|
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
|
2015-01-05 10:52:18 +00:00 |
|
Tom Christie
|
ef2eff2aba
|
Only pass max_length for CharField. Closes #2317.
|
2014-12-28 11:07:38 +00:00 |
|
Remi Paulmier
|
6c5ff71278
|
fix the way to use textarea rather than input with models.TextField
|
2014-12-22 18:05:07 +01:00 |
|
Tom Christie
|
7d70e56ce3
|
Copy model field validators, don't reuse the same list.
|
2014-12-09 16:25:10 +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
|
4e03518438
|
required=False for nullable relationships
|
2014-11-13 23:30:42 +00: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
|
e399140031
|
Minor tweaks
|
2014-11-07 10:51:08 +00:00 |
|
Tom Christie
|
14ae52a24e
|
More gradual deprecation
|
2014-10-08 16:09:37 +01:00 |
|
Tom Christie
|
6bfed6f852
|
Enforce uniqueness validation for relational fields
|
2014-10-07 17:04:53 +01:00 |
|
Tom Christie
|
df7b6fcf58
|
First pass on incorperating the form rendering into the browsable API
|
2014-10-02 16:24:24 +01:00 |
|
Tom Christie
|
c171fa21ac
|
First pass at HTML form rendering
|
2014-10-01 19:44:46 +01:00 |
|
Tom Christie
|
43fd5a8730
|
Uniqueness validation
|
2014-09-29 09:24:03 +01:00 |
|
Tom Christie
|
f4b1dcb167
|
OPTIONS support
|
2014-09-24 14:09:49 +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
|
5b7e4af0d6
|
get_base_field() refactor
|
2014-09-18 11:20:56 +01:00 |
|