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-03-12 02:12:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
model_indexes
History
Simon Charette
a02a6fd580
Refs
#28478
-- Prevented connection creation in model_indexes tests.
...
Entering a SchemaEditor instance creates a connection but it isn't needed for this test.
2019-01-13 13:47:08 -05:00
..
__init__.py
…
models.py
Fixed
#28597
-- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
2017-09-18 14:06:00 -04:00
tests.py
Refs
#28478
-- Prevented connection creation in model_indexes tests.
2019-01-13 13:47:08 -05:00