summaryrefslogtreecommitdiff
path: root/tests/model_fields
AgeCommit message (Expand)Author
2016-04-29[1.8.x] Fixed #26557 -- Converted empty strings to None when saving GenericIP...Joshua Phillips
2016-03-10[1.8.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-24[1.8.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-05-12[1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value()Abhaya Agarwal
2015-04-28[1.8.x] Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-27[1.8.x] Used assertIsInstance in tests.Alasdair Nicol
2015-04-20[1.8.x] Fixed #24667 --- Repaired model_fields cardinality testYoong Kang Lim
2015-04-15[1.8.x] Fixed model_fields tests to use django TestCase.Jon Dufresne
2015-04-13[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger
2015-02-23[1.8.x] Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-21[1.8.x] Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti
2015-02-20[1.8.x] Fixed #24343 -- Ensure db converters are used for foreign keys.Marc Tamlyn
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-13[1.8.x] Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-09[1.8.x] Fixed #24302 -- Added DurationField.formfield()Tim Graham
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-05[1.8.x] Added UUIDField.deconstruct()Tim Graham
2015-02-03[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
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-07Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichał Modzelewski
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-06Removed warning handling that should have been removed in refs #23891.Tim Graham
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-20Fixed #2443 -- Added DurationField.Marc Tamlyn
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-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-08-05Removed code that assumed BooleanField could be null.Tim Graham
2014-07-31Fixed flake8 warnings.Tim Graham
2014-07-30Fixed the previous commit for Python3.Florian Apolloner
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-06-23Created import-time test temp dirs in known locationClaude Paroz
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-05-16Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin
2014-05-08Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
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