Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/introspection
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+7
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-2/+2
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #17785 -- Preferred column names in get_relations i...Claude Paroz2015-01-122-5/+19
* Introspected alternate SQLite FK definitionsClaude Paroz2015-01-101-1/+13
* Updated introspection test to use skipUnlessDBFeatureClaude Paroz2015-01-101-7/+4
* Refs #23947 -- Fixed introspection test that had a side e...Diego Guimarães2014-12-061-5/+1
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-2/+5
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-3/+3
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-3/+3
* Changed Oracle test-user creation to grant privileges ins...Shai Berger2014-09-241-1/+1
* Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz2014-09-231-0/+18
* Fixed #23357 -- Added small int introspection support to ...Jon Dufresne2014-08-272-2/+4
* Fixed #22988 -- Adjusted an introspection test assertion.Josh Smeaton2014-07-101-2/+2
* Fixed #20631 -- Increased the default EmailField max_leng...Tim Graham2014-07-041-1/+1
* Fixed #22816 -- Corrected Oracle feature flag and fixed i...Shai Berger2014-06-131-3/+2
* Added a flag for the ability to introspect nullable fields.Aymeric Augustin2014-06-051-5/+4
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-1/+2
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-12/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-30/+30
* Fixed #21097 - Added DatabaseFeature.can_introspect_autof...Michael Manfre2013-09-141-2/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Add introspection support for BinaryFieldClaude Paroz2013-03-022-2/+7
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+183