Tim Graham
|
193c109327
Switched TestCase to SimpleTestCase where possible in Django's tests.
|
6 年之前 |
Nick Pope
|
c512912463
Refs #23801 -- Made integer field max_length warning show correct field type.
|
7 年之前 |
Franck Michea
|
7def8bed58
Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.
|
6 年之前 |
Tim Graham
|
c03e41712b
Refs #28748 -- Reallowed lazy model field choices.
|
6 年之前 |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
7 年之前 |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
8 年之前 |
Mariusz Felisiak
|
362813d628
Fixed hanging indentation in various code.
|
7 年之前 |
François Freitag
|
3aa9ab39cc
Refs #28748 -- Reallowed lazy values in model field choices.
|
7 年之前 |
François Freitag
|
f9844f4841
Fixed #28748 -- Made model field choices check more strict for named groups.
|
7 年之前 |
François Freitag
|
8cdeb8acfc
Added more tests for model field choices validation.
|
7 年之前 |
Adam Johnson
|
f816ceedf1
Made assertions in invalid_models_tests consistent.
|
7 年之前 |
Mariusz Felisiak
|
538bf43458
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
|
7 年之前 |
Carles Pina Estany
|
9f2e8b5bb7
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
|
8 年之前 |
Adam Chainz
|
a452dddb25
Fixed #27904 -- Added a system check that Field.validators are callable.
|
8 年之前 |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
Adam Chainz
|
391c450fba
Refs #25415 -- Made MySQL backend skip field validation of unsupported models.
|
8 年之前 |
Lex Berezhny
|
1a9bd75bfa
Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.
|
8 年之前 |
Henry Dang
|
7cddd8a02e
Fixed #27358 -- Added a system check to prevent FileField's upload_to from starting with a slash.
|
8 年之前 |
Michael Scott
|
ec9ed07488
Fixed #27188 -- Allowed using unique=True with FileField.
|
8 年之前 |
Tim Graham
|
02c276623d
Moved model_validation tests to invalid_models_tests.
|
8 年之前 |
Tim Graham
|
004ba0f99e
Removed unneeded hint=None/obj=None in system check messages.
|
9 年之前 |
Simon Charette
|
a08fda2111
Fixed #25746 -- Isolated inlined test models registration.
|
9 年之前 |
Simon Charette
|
976bd519a8
Revert "Fixed #25417 -- Added a field check for invalid default values."
|
9 年之前 |
Simon Charette
|
71ebcb85b9
Fixed #25417 -- Added a field check for invalid default values.
|
9 年之前 |
Simon Charette
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 年之前 |
Alasdair Nicol
|
d091b75eef
Fixed #24818 -- Prevented models.CharField from accepting a string as max_length
|
10 年之前 |
MattBlack85
|
e9d1f1182a
Fixed #23801 -- Added warning when max_length is used with IntegerField
|
10 年之前 |
Nicholas Serra
|
6c79d32977
Fixed #23684 -- Used correct package name for Pillow in Error hint.
|
10 年之前 |
Alex Gaynor
|
b6b873d2ad
Fixed several flake8 errors, including one where a test wouldn't be run
|
11 年之前 |