index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
inspectdb
Age
Commit message (
Expand
)
Author
2019-01-14
[2.1.x] Refs #29004 -- Prevented inspectdb tests from flushing all tables data.
Simon Charette
2018-10-09
[2.1.x] Capitalized "Python" in docs and comments.
Jon Dufresne
2018-03-21
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-12
Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by ...
Mariusz Felisiak
2018-03-12
Added functions for inspectdb table filtering in tests.
Tim Graham
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-07
Fixed #27700 -- Optimized inspectdb tests by specifying database tables.
Mariusz Felisiak
2016-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-07-20
Refs #24928 -- Added introspection support for UUIDField
Claude Paroz
2016-03-18
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
José Tomás Tocino
2016-02-25
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2015-11-25
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Jacek Bzdak
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
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
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
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
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-06-06
Replaced an explicit vendor check by a feature flag.
Aymeric Augustin
2014-06-06
Checked can_introspect_null feature in a test.
Aymeric Augustin
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
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-30
Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2013-11-02
PEP8 cleanup
Jason Myers
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
[next]