Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-162-0/+102
* Removed code that assumed BooleanField could be null.Tim Graham2014-08-051-3/+0
* Fixed flake8 warnings.Tim Graham2014-07-311-1/+1
* Fixed the previous commit for Python3.Florian Apolloner2014-07-301-2/+3
* Fixed #23112 -- Field.get_choices tries to index an iterableareski2014-07-302-1/+50
* Fixed flake8 errors.Tim Graham2014-07-301-1/+1
* Fixed #23098 -- Checked that lazy choices are not evaluat...Florian Apolloner2014-07-271-0/+7
* Created import-time test temp dirs in known locationClaude Paroz2014-06-231-1/+1
* Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer2014-05-251-0/+2
* Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin2014-05-161-1/+11
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-4/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+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-252-26/+101
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-212-14/+12
* 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-122-1/+18
* Flake8 correctionsShai Berger2014-03-121-0/+1
* 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-102-1/+14
* 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-152-2/+22
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+5
* Fixed #21512 -- Added more complete information about Pil...Vajrasky Kok2013-11-261-8/+8
* PEP8 cleanupJason Myers2013-11-031-0/+8
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-6/+6
* Removed unused local variables in tests.Tim Graham2013-10-192-2/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signal...Simon Charette2013-10-042-14/+41
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-282-4/+10
* 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
* Altered test introduced in f19a3669b8 for the sake of rea...Simon Charette2013-08-291-4/+9
* Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep...Tim Graham2013-08-291-0/+18
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-162-7/+20
* Fixed #20649 -- Allowed blank field display to be defined...Alex Couper2013-07-311-0/+4
* Fixed #20348 -- Consistently handle Promise objects in mo...Tai Lee2013-07-311-13/+178
* Removed most of absolute_import importsClaude Paroz2013-07-292-2/+2
* Fixed #20740 -- GenericIPAddressField should pass protoco...Tim Graham2013-07-121-0/+13
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-2/+2
* Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz2013-06-291-0/+11
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-7/+7
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-152-13/+12
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-5/+0
* Marked tests of BinaryFields as expected failures on MySQ...Aymeric Augustin2013-05-081-1/+5
* Modified model_fields for unittest2 discovery.Preston Timmons2013-04-122-1/+1
* Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin2013-03-241-1/+13
* Add a BinaryField model fieldClaude Paroz2013-03-022-2/+28