index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_charfield.py
Age
Commit message (
Expand
)
Author
2023-09-14
Fixed #24561 -- Added support for callables on model fields' choices.
Natalia
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-09-25
Used assertRaisesMessage() in CharField tests.
David Smith
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2019-10-21
Replaced deprecated assertEquals() with assertEqual().
Jon Dufresne
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2018-04-20
Moved tests for model Field.get_choices().
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-03-23
Split model_fields tests into different files.
Tim Graham