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
/
model_indexes
History
Mariusz Felisiak
f79d9a322c
Refs
#28876
-- Fixed incorrect class-based model index name generation for models with quoted db_table.
...
Thanks Simon Charette and Tim Graham for the review and Carlos E. C. Leite for the report.
2017-12-05 21:05:10 +01:00
..
__init__.py
Fixed
#26709
-- Added class-based indexes.
2016-06-27 10:41:01 -04:00
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
#28876
-- Fixed incorrect class-based model index name generation for models with quoted db_table.
2017-12-05 21:05:10 +01:00