Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/introspection
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+7
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* 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 ↵Claude Paroz2015-01-122-5/+19
| | | | | | | introspection Thanks Thomas Güttler for the report and the initial patch, and Tim Graham for the review.
* 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 ↵Diego Guimarães2014-12-061-5/+1
| | | | effect.
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-2/+5
| | | | Each TestCase is also now wrapped in a class-wide transaction.
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-3/+3
| | | | Django test suite.
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
|
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ↵Thomas Chaumeny2014-09-281-3/+3
| | | | | | 3282. Thanks Collin Anderson for the review.
* Changed Oracle test-user creation to grant privileges ↵Shai Berger2014-09-241-1/+1
| | | | | | | | | | | | | instead of roles because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton
* Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz2014-09-231-0/+18
| | | | | Thanks rodolfo_3 for the report and the initial patch, and Josh Smeaton, Shai Berger and Tim Graham for the reviews.
* Fixed #23357 -- Added small int introspection support to ↵Jon Dufresne2014-08-272-2/+4
| | | | | | | | | MySQL backend. In the MySQL backend, updated the can_introspect_small_integer feature flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a SmallIntegerField. Added test to verify introspecting SmallIntegerFields and fixed existing tests influenced by this change.
* Fixed #22988 -- Adjusted an introspection test assertion.Josh Smeaton2014-07-101-2/+2
| | | | Also changed test to use assertNotIn.
* Fixed #20631 -- Increased the default EmailField ↵Tim Graham2014-07-041-1/+1
| | | | | | max_length to 254. Thanks pmartin for the report.
* Fixed #22816 -- Corrected Oracle feature flag and fixed ↵Shai Berger2014-06-131-3/+2
| | | | introspection test
* Added a flag for the ability to introspect nullable fields.Aymeric Augustin2014-06-051-5/+4
| | | | Previously this was conflated with another Oracle-specific behavior.
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-1/+2
| | | | Thanks Shai for the thorough review.
* 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
| | | | | | This commit touchs various parts of the code base and test framework. Any found usage of opening a cursor for the sake of initializing a connection has been replaced with 'ensure_connection()'.
* Fixed #21097 - Added ↵Michael Manfre2013-09-141-2/+3
| | | | DatabaseFeature.can_introspect_autofield
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
| | | | Refs #20680.
* Add introspection support for BinaryFieldClaude Paroz2013-03-022-2/+7
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+183