T. Franzel
|
a2eaea8f22
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Hasan Ramezani
|
275dd4ebba
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
|
4 年之前 |
David Smith
|
4b032142fa
Used assertRaisesMessage() in CharField tests.
|
4 年之前 |
Tom Carrick
|
e387f191f7
Fixed #31777 -- Added support for database collations to Char/TextFields.
|
4 年之前 |
Jon Dufresne
|
2f72480fbd
Replaced deprecated assertEquals() with assertEqual().
|
5 年之前 |
Shai Berger
|
72ebe85a26
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
|
6 年之前 |
Tim Graham
|
e35004966b
Moved tests for model Field.get_choices().
|
7 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 年之前 |
Dmitry Medvinsky
|
1a9f6db5ff
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte characters.
|
8 年之前 |
Tim Graham
|
3c1b572f18
Split model_fields tests into different files.
|
9 年之前 |