summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_textfield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+6
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-4/+1
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-1/+11
* Fixed #28319 -- Made TextField with choices use a Select widget.Maciej Jaworski2017-06-171-0/+6
* 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/+25