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-06 23:45:22 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
schema
History
Tim Graham
1c57d7e7fa
[1.8.x]
Fixed
#24893
-- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True
...
Backport of e1e6399c2ce39a3656155c4d704340eac83926a7 from master
2015-06-02 09:32:22 -04:00
..
__init__.py
…
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
#24893
-- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True
2015-06-02 09:32:22 -04:00
tests.py
[1.8.x]
Fixed
#24893
-- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True
2015-06-02 09:32:22 -04:00