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-10-26 23:26:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
f8c3d38c2d26f99ca620d76a0d88b69eeeb88c2c
django
/
tests
/
schema
History
Tim Graham
f8c3d38c2d
[1.8.x]
Fixed
#26034
-- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
...
Thanks Simon Charette for review. Backport of
56aaae58a7
from master
2016-01-08 14:47:05 -05:00
..
__init__.py
Merge branch 'master' into schema-alteration
2013-04-18 17:16:39 +01:00
fields.py
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00
models.py
[1.8.x]
Fixed
#24972
-- Fixed removing unique_together indexes on MySQL.
2015-06-15 17:32:07 -04:00
tests.py
[1.8.x]
Fixed
#26034
-- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
2016-01-08 14:47:05 -05:00