This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
inspectdb
History
Jon Dufresne
d6aff369ad
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
...
The method has been available since Python 3.6. The shorter syntax is also marginally faster.
2020-05-11 12:01:28 +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
#30116
-- Simplified regex match group access with Match.__getitem__().
2020-05-11 12:01:28 +02:00