summaryrefslogtreecommitdiff
path: root/tests/model_fields
AgeCommit message (Expand)Author
2014-12-12[1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert...Carl Meyer
2014-07-31[1.7.x] Fixed flake8 warnings.Tim Graham
2014-07-30[1.7.x] Fixed the previous commit for Python3.Florian Apolloner
2014-07-30[1.7.x] Fixed #23112 -- Field.get_choices tries to index an iterableareski
2014-07-30[1.7.x] Fixed flake8 errors.Tim Graham
2014-07-27[1.7.x] Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
2014-06-23[1.7.x] Created import-time test temp dirs in known locationClaude Paroz
2014-05-08[1.7.x] Replaced vendor checks by three feature flags.Aymeric Augustin
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-03-25[1.7.x] Fixed #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
2014-03-12Flake8 correctionsShai Berger
2014-03-12Fixed test failure on Oracle: model_fields.tests.test_float_validates_objectShai Berger
2014-03-10Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-15Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-26Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok
2013-11-02PEP8 cleanupJason Myers
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-03Removed references to django.utils.unittest which is PendingDeprecationTim Graham
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-29Altered test introduced in f19a3669b8 for the sake of readability. refs #14786Simon Charette
2013-08-29Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...Tim Graham
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner