Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-221-1/+6
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-181-0/+18
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-5/+0
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+3
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-2/+12
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-2/+3
* Fixed #24677 -- Made TextField.to_python() return a string.Rolo2015-06-041-0/+7
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-1/+44
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* Fixed #24714 -- Used more specific assertions than assert...Alasdair Nicol2015-04-281-1/+1
* Fixed model_fields tests to use django TestCase.Jon Dufresne2015-04-151-4/+5
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-25/+34
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24483 -- Prevented keepdb from breaking with gener...David Szotten2015-03-241-7/+0
* Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti2015-02-211-1/+1
* Refs #24215 -- Prevented pending lookup pollution by abst...Simon Charette2015-02-121-5/+39
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-14/+14
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-191-17/+1
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-0/+5
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-1/+0
* Fixed #24078 -- Removed empty strings from GenericIPAddre...Josh Smeaton2015-01-071-5/+13
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-011-4/+18
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-11/+9
* Fixed #23455 -- Accept either bytes or text for related_n...Carl Meyer2014-12-121-0/+4
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-281-0/+18
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Removed code that assumed BooleanField could be null.Tim Graham2014-08-051-3/+0
* Fixed #23112 -- Field.get_choices tries to index an iterableareski2014-07-301-1/+27
* Fixed flake8 errors.Tim Graham2014-07-301-1/+1
* Fixed #23098 -- Checked that lazy choices are not evaluat...Florian Apolloner2014-07-271-0/+7
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-4/+1
* Fixed queries that may return unexpected results on MySQL...Erik Romijn2014-04-221-1/+33
* Used more specific test assertions.Aymeric Augustin2014-04-091-1/+1
* Fixed #12030 -- Validate integer field range at the model...Simon Charette2014-03-251-25/+84
* Skip test for saving microseconds on backends which do no...Shai Berger2014-03-121-0/+1
* Fixed #20292: Pass datetime objects (not formatted dates)...Shai Berger2014-03-121-1/+12
* Fixed test failure on Oracle: model_fields.tests.test_flo...Shai Berger2014-03-121-3/+15
* Fixed #22210 -- Saving model instances to non-related fie...Daniel Pyrathon2014-03-101-1/+11
* Fixed #22206 -- Passed models.TextField.max_length to for...Chris Wilson2014-03-051-0/+15
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #19299 -- Fixed Nullification of Foreign Keys To Ch...Albert Wang2014-02-151-2/+13
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+5
* PEP8 cleanupJason Myers2013-11-031-0/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-3/+6
* Removed references to django.utils.unittest which is Pend...Tim Graham2013-09-031-2/+1
* Fixed #20999 - Allow overriding formfield class with choi...Carl Meyer2013-08-311-7/+5