Mariusz Felisiak
|
5875f03ce6
Fixed #34944 -- Made GeneratedField.output_field required.
|
1 年之前 |
Tim Graham
|
208870b612
Refs #31300 -- Allowed testing GeneratedField without collation.
|
1 年之前 |
Natalia
|
691f70c477
Fixed #24561 -- Added support for callables on model fields' choices.
|
1 年之前 |
Jeremy Nauta
|
f333e3513e
Fixed #31300 -- Added GeneratedField model field.
|
1 年之前 |
Nick Pope
|
500e01073a
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.
|
1 年之前 |
Natalia
|
f1c0a3baf7
Added tests for model field's choices iterator/iterable values.
|
1 年之前 |
T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2 年之前 |
David Smith
|
097e3a70c1
Refs #33476 -- Applied Black's 2023 stable style.
|
2 年之前 |
Claude Paroz
|
4488a25cc9
Removed unused path variable in model_fields tests.
|
2 年之前 |
Mariusz Felisiak
|
aaf00450d2
Removed obsolete assertions in BooleanFieldTests.test_return_type().
|
2 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Mariusz Felisiak
|
d992f4e3c2
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
|
4 年之前 |
Ian Foote
|
8b040e3cbb
Fixed #25534, Fixed #31639 -- Added support for transform references in expressions.
|
4 年之前 |
sage
|
6789ded0a6
Fixed #12990, Refs #27694 -- Added JSONField model field.
|
5 年之前 |
Nick Pope
|
335c9c94ac
Simplified imports from django.db and django.contrib.gis.db.
|
5 年之前 |
Caio Ariede
|
555bebe774
Fixed #30987 -- Added models.PositiveBigIntegerField.
|
5 年之前 |
Diederik van der Boor
|
25f21bd237
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values.
|
7 年之前 |
Matthias Kestenholz
|
ea60b7bc74
Removed redundant model field choices tests.
|
6 年之前 |
Simon Charette
|
218a485bf1
Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.
|
6 年之前 |
Joshua Cannon
|
16a5a2a2c8
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
|
6 年之前 |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
8 年之前 |
Sergey Fedoseev
|
b5ecbf1e12
Simplified choices iterators in tests.model_fields.models.
|
7 年之前 |
Tim Graham
|
e5bd585c6e
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
|
7 年之前 |
Florian Apolloner
|
d611a89238
Decreased max_length for char fields unless absolutely needed. (#8485)
|
8 年之前 |
Claude Paroz
|
8346680e1c
Refs #27795 -- Removed unneeded force_text calls
|
8 年之前 |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 年之前 |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 年之前 |
Tim Graham
|
bcf3532ede
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
|
8 年之前 |
Ramin Farajpour Cami
|
967be82443
Fixed E305 flake8 warnings.
|
8 年之前 |
Michael Scott
|
ec9ed07488
Fixed #27188 -- Allowed using unique=True with FileField.
|
8 年之前 |