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
/
models.py
Age
Commit message (
Expand
)
Author
2015-11-25
[1.9.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...
Jacek Bzdak
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-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
2013-11-02
PEP8 cleanup
Jason Myers
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner