summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_ordinary_fields.py
AgeCommit message (Expand)Author
2025-12-28Refs #24920 -- Made DecimalField system checks database dependent.Mariusz Felisiak
2025-12-22Fixed #36806 -- Added system check for null kwarg in GeneratedField.Nilesh Kumar Pahari
2025-11-19Fixed #26609 -- Extended fields.E004 system check for unordered iterables.Mariusz Felisiak
2025-11-17Fixed #24920 -- Added support for DecimalField with no precision.Mariusz Felisiak
2024-11-11Fixed #35815 -- Made system check accept db_default literals when DatabaseFea...Tim Graham
2023-11-14Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-09-14Fixed #24561 -- Added support for callables on model fields' choices.Natalia
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-08Added IntegerField tests for checks for invalid choices.Nick Pope
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2022-12-28Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-30Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in def...Chris Jerdonek
2020-09-21Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-03-20Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit
2020-03-19Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak
2020-02-24Fixed #31286 -- Made database specific fields checks databases aware.Taoup
2020-01-11Fixed #31155 -- Fixed a system check for the longest choice when a named grou...Mariusz Felisiak
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-09-09Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...Nick Pope
2019-08-20Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...Nick Pope
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-03-25Fixed #28431 -- Added a system check for BinaryField to prevent strings defau...Hasan Ramezani
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2019-01-14Refs #28478 -- Prevented database feature based skipping on tests disallowing...Simon Charette
2018-11-27Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham
2018-11-23Refs #23801 -- Made integer field max_length warning show correct field type.Nick Pope
2018-08-22Fixed #29698 -- Fixed Field._check_choices() crash on invalid choices.Franck Michea
2018-05-29Refs #28748 -- Reallowed lazy model field choices.Tim Graham
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-16Fixed hanging indentation in various code.Mariusz Felisiak
2018-01-27Refs #28748 -- Reallowed lazy values in model field choices.François Freitag
2018-01-24Fixed #28748 -- Made model field choices check more strict for named groups.François Freitag
2018-01-24Added more tests for model field choices validation.François Freitag
2017-07-11Made assertions in invalid_models_tests consistent.Adam Johnson
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-04-24Fixed #28120 -- Checked that CharField.max_length is not a boolean.Carles Pina Estany
2017-03-11Fixed #27904 -- Added a system check that Field.validators are callable.Adam Chainz
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-29Refs #25415 -- Made MySQL backend skip field validation of unsupported models.Adam Chainz
2016-11-30Refs #27358 -- Fixed system check crash with an empty FileField.upload_to.Lex Berezhny
2016-11-29Fixed #27358 -- Added a system check to prevent FileField's upload_to from st...Henry Dang
2016-10-28Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott