This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
inspectdb
History
Tim Graham
a7b4a04d6c
Refs
#31630
-- Added CharField and IntegerField to DatabaseFeatures.introspected_field_types.
...
CockroachDB introspects CharField as TextField and IntegerField as BigIntegerField.
2020-06-04 08:46:06 +02:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
Fixed
#12990
, Refs
#27694
-- Added JSONField model field.
2020-05-08 07:23:31 +02:00
tests.py
Refs
#31630
-- Added CharField and IntegerField to DatabaseFeatures.introspected_field_types.
2020-06-04 08:46:06 +02:00