| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-01 | Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. | Tim Graham | |
| Thanks Markus Holtermann for review. | |||
| 2014-12-30 | Applied ignore_warnings to Django tests | Claude Paroz | |
| 2014-10-20 | Fixed #23679 -- Fixed null introspection for char/text fields | Claude Paroz | |
| Thanks Paul Dejean for the report. | |||
| 2014-09-27 | Fixed #22738 -- made finer distinctions for when Boolean is not detected on ↵ | Shai Berger | |
| Oracle Thanks Claude Paroz for partial fix and Simon Charrette for review | |||
| 2014-09-26 | Fixed #22738 -- Abstracted boolean field type introspection | Claude Paroz | |
| Thanks maxi for the report, Shai Berger for his help with the patch and Tim Graham for the review. | |||
| 2014-07-18 | Fixed #23028: Added unique_togther support to inspectdb. | Damien Nozay | |
| 2014-07-06 | Fixed #21079 -- Further normalized table names in inspectdb | Claude Paroz | |
| Thanks Michael Manfre for the report and Tim Graham for the review. | |||
| 2014-07-04 | Fixed #20631 -- Increased the default EmailField max_length to 254. | Tim Graham | |
| Thanks pmartin for the report. | |||
| 2014-06-06 | Replaced an explicit vendor check by a feature flag. | Aymeric Augustin | |
| Forward-port of c9aedce0 from stable/1.7.x. | |||
| 2014-06-06 | Checked can_introspect_null feature in a test. | Aymeric Augustin | |
| Forward-port of 1238f92c from stable/1.7.x. | |||
| 2014-05-28 | Set straight the sense of 'uppercases_column_names' feature flag | Shai Berger | |
| 2014-05-10 | Adjusted refactoring of vendor checks. | Aymeric Augustin | |
| Thanks Shai for the thorough review. | |||
| 2014-05-08 | Added feature flags for introspection capabilities. | Aymeric Augustin | |
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2014-01-30 | Made Oracle introspect FloatFields correctly | Shai Berger | |
| 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. | |||
| 2014-01-17 | Adjusted inspectdb management command to yield PEP 8-compliant output ↵ | JustinTArthur | |
| barring Django Coding Style exceptions. | |||
| 2013-11-02 | PEP8 cleanup | Jason Myers | |
| Signed-off-by: Jason Myers <jason@jasonamyers.com> | |||
| 2013-10-26 | Fix all violators of E231 | Alex Gaynor | |
| 2013-10-24 | Start attacking E231 violations | Alex Gaynor | |
| 2013-10-23 | Fixed #21298 -- Fixed E301 pep8 warnings | Alasdair Nicol | |
| 2013-09-28 | Fixed #20439 -- Started deprecation of IPAddressField | Erik Romijn | |
| 2013-09-14 | Fixed #21097 - Added DatabaseFeature.can_introspect_autofield | Michael Manfre | |
| 2013-09-11 | Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb. | Michael Manfre | |
| 2013-09-09 | Removed unneeded imports in tests's __init__.py and unified them. | Florian Apolloner | |
| 2013-08-15 | Fixed #20895 -- Made check management command warn if a BooleanField does ↵ | Alasdair Nicol | |
| not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-04-01 | Fixed #16737 -- Support non-ascii column names in inspectdb | Claude Paroz | |
| Thanks moof at metamoof.net for the report. | |||
| 2013-04-01 | Fixed #5014 -- Guessed max_digits and decimal_places for SQLite | Claude Paroz | |
| Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments. | |||
| 2013-04-01 | Fixed getting max_digits for MySQL decimal fields | Claude Paroz | |
| Refs #5014. | |||
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
