Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/inspectdb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-282-12/+22
| | | | on_delete for ForeignKey/OneToOneField
* Removed IPAddressField per deprecation timeline; refs ↵Tim Graham2015-01-192-3/+0
| | | | #20439.
* Fixed #23891 -- Moved deprecation of IPAddressField to ↵Tim Graham2015-01-011-6/+1
| | | | | | system check framework. Thanks Markus Holtermann for review.
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-2/+4
|
* Fixed #23679 -- Fixed null introspection for char/text ↵Claude Paroz2014-10-202-0/+2
| | | | | | fields Thanks Paul Dejean for the report.
* Fixed #22738 -- made finer distinctions for when Boolean ↵Shai Berger2014-09-271-10/+11
| | | | | | is not detected on Oracle Thanks Claude Paroz for partial fix and Simon Charrette for review
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-4/+5
| | | | | Thanks maxi for the report, Shai Berger for his help with the patch and Tim Graham for the review.
* Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay2014-07-182-0/+16
|
* Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz2014-07-062-2/+19
| | | | Thanks Michael Manfre for the report and Tim Graham for the review.
* Fixed #20631 -- Increased the default EmailField ↵Tim Graham2014-07-041-1/+1
| | | | | | max_length to 254. Thanks pmartin for the report.
* Replaced an explicit vendor check by a feature flag.Aymeric Augustin2014-06-061-4/+3
| | | | Forward-port of c9aedce0 from stable/1.7.x.
* Checked can_introspect_null feature in a test.Aymeric Augustin2014-06-061-2/+8
| | | | Forward-port of 1238f92c from stable/1.7.x.
* Set straight the sense of 'uppercases_column_names' ↵Shai Berger2014-05-281-1/+1
| | | | feature flag
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-2/+2
| | | | Thanks Shai for the thorough review.
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-32/+52
|
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-2/+2
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Made Oracle introspect FloatFields correctlyShai Berger2014-01-291-27/+39
| | | | | | | | | | Broke InspectDBTestCase.test_field_types in two: - a test_number_field_types, which now passes on Oracle too - a test_field_types, for all non-numeric fields, which is still expected to fail Also made some pep8 fixes in the tests file. Refs #19884 Thanks Tim Graham for review.
* Adjusted inspectdb management command to yield PEP ↵JustinTArthur2014-01-181-2/+2
| | | | 8-compliant output barring Django Coding Style exceptions.
* PEP8 cleanupJason Myers2013-11-032-1/+8
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
|
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
|
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
|
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
|
* Fixed #21097 - Added ↵Michael Manfre2013-09-141-1/+2
| | | | DatabaseFeature.can_introspect_autofield
* Fixed #21090 -- Allowed backends to provide dotted field ↵Michael Manfre2013-09-111-1/+23
| | | | path to inspectdb.
* Removed unneeded imports in tests's __init__.py and ↵Florian Apolloner2013-09-091-1/+0
| | | | unified them.
* Fixed #20895 -- Made check management command warn if a ↵Alasdair Nicol2013-08-161-1/+1
| | | | | | | BooleanField does not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz2013-04-012-1/+11
| | | | Thanks moof at metamoof.net for the report.
* Fixed #5014 -- Guessed max_digits and decimal_places for ↵Claude Paroz2013-04-011-2/+3
| | | | | | | SQLite Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.
* Fixed getting max_digits for MySQL decimal fieldsClaude Paroz2013-04-011-2/+0
| | | | Refs #5014.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+216