Caio Ariede
|
555bebe774
Fixed #30987 -- Added models.PositiveBigIntegerField.
|
5 years ago |
Diederik van der Boor
|
25f21bd237
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values.
|
7 years ago |
Matthias Kestenholz
|
ea60b7bc74
Removed redundant model field choices tests.
|
6 years ago |
Simon Charette
|
218a485bf1
Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.
|
6 years ago |
Joshua Cannon
|
16a5a2a2c8
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
|
6 years ago |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
8 years ago |
Sergey Fedoseev
|
b5ecbf1e12
Simplified choices iterators in tests.model_fields.models.
|
7 years ago |
Tim Graham
|
e5bd585c6e
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
|
7 years ago |
Florian Apolloner
|
d611a89238
Decreased max_length for char fields unless absolutely needed. (#8485)
|
7 years ago |
Claude Paroz
|
8346680e1c
Refs #27795 -- Removed unneeded force_text calls
|
8 years ago |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 years ago |
Claude Paroz
|
2b281cc35e
Refs #23919 -- Removed most of remaining six usage
|
8 years ago |
Tim Graham
|
bcf3532ede
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
|
8 years ago |
Ramin Farajpour Cami
|
967be82443
Fixed E305 flake8 warnings.
|
8 years ago |
Michael Scott
|
ec9ed07488
Fixed #27188 -- Allowed using unique=True with FileField.
|
8 years ago |
Tim Graham
|
3c1b572f18
Split model_fields tests into different files.
|
9 years ago |
Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Tim Graham
|
b60375d4bb
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
|
9 years ago |
Edward Henderson
|
f8cc464452
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
|
10 years ago |
Abhaya Agarwal
|
7c7b855106
[1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() test and release notes.
|
10 years ago |
Alex Hill
|
720ff740e7
Fixed #24215 -- Refactored lazy model operations
|
10 years ago |
Aymeric Augustin
|
934400759d
Guaranteed removal of temporary files during tests.
|
10 years ago |
Michael Angeletti
|
ea3168dc6c
Fixed #24376 -- added verbose_name arg to UUIDField
|
10 years ago |
Marc Tamlyn
|
4755f8fc25
Fixed #24343 -- Ensure db converters are used for foreign keys.
|
10 years ago |
Simon Charette
|
9239f1dda7
Refs #24215 -- Prevented pending lookup pollution by abstract models.
|
10 years ago |
Collin Anderson
|
db77915c9f
Fixed E265 comment style
|
10 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
Tim Graham
|
33457cd3b0
Removed IPAddressField per deprecation timeline; refs #20439.
|
10 years ago |
Michał Modzelewski
|
ee86e59051
Refs #2443 -- Allowed creation of objects with NULL DurationFields
|
10 years ago |