summaryrefslogtreecommitdiff
path: root/tests/model_fields/tests.py
AgeCommit message (Expand)Author
2017-03-23[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...Kapil Garg
2016-12-14Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.Morgan Aubert
2016-12-14Moved test_field_ordering to the model_fields package.Morgan Aubert
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-03-23Split model_fields tests into different files.Tim Graham
2016-02-29Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-11Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-12-05Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.Attila Tovt
2015-11-24Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...George Marshall
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-18Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-03Removed unused Field.get_flatchoices() method.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-06-04Fixed #24677 -- Made TextField.to_python() return a string.Rolo
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-15Fixed model_fields tests to use django TestCase.Jon Dufresne
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten
2015-02-21Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti
2015-02-12Refs #24215 -- Prevented pending lookup pollution by abstract models.Simon Charette
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-07Fixed #24078 -- Removed empty strings from GenericIPAddressFieldJosh Smeaton
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-12Fixed #23455 -- Accept either bytes or text for related_name, convert to text.Carl Meyer
2014-11-27Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-05Removed code that assumed BooleanField could be null.Tim Graham
2014-07-30Fixed #23112 -- Field.get_choices tries to index an iterableareski
2014-07-30Fixed flake8 errors.Tim Graham
2014-07-27Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-21Fixed queries that may return unexpected results on MySQL due to typecasting.Erik Romijn
2014-04-09Used more specific test assertions.Aymeric Augustin
2014-03-25Fixed #12030 -- Validate integer field range at the model level.Simon Charette
2014-03-13Skip test for saving microseconds on backends which do not support it.Shai Berger
2014-03-12Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger