summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_charfield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-22/+20
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-4/+1
* Used assertRaisesMessage() in CharField tests.David Smith2020-09-251-4/+8
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-0/+10
* Replaced deprecated assertEquals() with assertEqual().Jon Dufresne2019-10-211-2/+2
* Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger2019-09-041-0/+27
* Moved tests for model Field.get_choices().Tim Graham2018-04-201-12/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...Dmitry Medvinsky2016-09-191-1/+12
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+59