Jon Dufresne
|
b3b47bf515
Added tests for using bytearray with BinaryField and corrected docs.
|
6 years ago |
Jon Dufresne
|
fb2964a410
Added test of filtering on BinaryField and corrected docs.
|
6 years ago |
Jon Dufresne
|
8c3e0eb1c1
Normalized spelling of "lowercase" and "lowercased".
|
6 years ago |
Curtis Maloney
|
c49ea6f591
Refs #20910 -- Replaced snippet directive with code-block.
|
6 years ago |
Matt Wiens
|
c122a7c53c
Fixed typo in docs/ref/models/fields.txt.
|
6 years ago |
Jeff
|
3fa3de5415
Fixed #29646 -- Doc'd the validators that each model and form field uses.
|
6 years ago |
Claude Paroz
|
6e78e10549
Added doc links for django.utils.html.escape().
|
6 years ago |
Tim Graham
|
8b1d361f28
Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.
|
6 years ago |
Srinivas Reddy Thatiparthy
|
4c35a173e8
Fixed #29423 -- Documented Field.value_from_object().
|
6 years ago |
Tim Graham
|
e038f98bf3
Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related models.
|
6 years ago |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
7 years ago |
Cameron Curry
|
622ead6aaf
Fixed #28937 -- Allowed BinaryField to be editable=True.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Tim Graham
|
6e4a34580d
Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name in docs.
|
7 years ago |
Tim Graham
|
50a97edc1a
Fixed #28466 -- Clarified the definition of a lazy relationship.
|
7 years ago |
Tim Graham
|
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
|
7 years ago |
Josh Schneier
|
98ee57e343
Removed nonexistent methods from File's docs.
|
7 years ago |
Taavi Teska
|
5dbf1c4b23
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms.
|
7 years ago |
Mariusz Felisiak
|
a3af8c99d9
Removed extra characters in docs header underlines.
|
7 years ago |
Tim Graham
|
2d96c027f5
Refs #23919 -- Removed obsolete MySQLdb references.
|
7 years ago |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
Tim Graham
|
bcf3532ede
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
|
8 years ago |
Tim Graham
|
ddd3268975
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
|
8 years ago |
Tim Graham
|
55adfc0760
Fixed #27511 -- Corrected Field.related_model docs about GenericRelation.
|
8 years ago |
Jonatas CD
|
9da45ff352
Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
|
8 years ago |
Michael Scott
|
ec9ed07488
Fixed #27188 -- Allowed using unique=True with FileField.
|
8 years ago |
zhuanyenan
|
17677d510f
Corrected docs for return type of Field.formfield().
|
8 years ago |
Victor Oliveira da Silva
|
d7804662f8
Made cosmetic edits to Field.default docs.
|
8 years ago |
Jon Dufresne
|
267dc4addd
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
|
8 years ago |
Ed Henderson
|
4a4d7f980e
Fixed #26021 -- Applied hanging indentation to docs.
|
8 years ago |