Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/inspectdb
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+22
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-192-3/+0
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-011-6/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-2/+4
* Fixed #23679 -- Fixed null introspection for char/text fi...Claude Paroz2014-10-202-0/+2
* Fixed #22738 -- made finer distinctions for when Boolean ...Shai Berger2014-09-271-10/+11
* Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz2014-09-261-4/+5
* 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
* Fixed #20631 -- Increased the default EmailField max_leng...Tim Graham2014-07-041-1/+1
* Replaced an explicit vendor check by a feature flag.Aymeric Augustin2014-06-061-4/+3
* Checked can_introspect_null feature in a test.Aymeric Augustin2014-06-061-2/+8
* Set straight the sense of 'uppercases_column_names' featu...Shai Berger2014-05-281-1/+1
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-2/+2
* 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
* Made Oracle introspect FloatFields correctlyShai Berger2014-01-291-27/+39
* Adjusted inspectdb management command to yield PEP 8-comp...JustinTArthur2014-01-181-2/+2
* PEP8 cleanupJason Myers2013-11-032-1/+8
* 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 DatabaseFeature.can_introspect_autof...Michael Manfre2013-09-141-1/+2
* Fixed #21090 -- Allowed backends to provide dotted field ...Michael Manfre2013-09-111-1/+23
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-091-1/+0
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz2013-04-012-1/+11
* Fixed #5014 -- Guessed max_digits and decimal_places for ...Claude Paroz2013-04-011-2/+3
* Fixed getting max_digits for MySQL decimal fieldsClaude Paroz2013-04-011-2/+0
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+216