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-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
fc1e9107d7d750f6eed3c8e679dfe96af8f05150
django
/
django
/
db
History
Tim Graham
fc1e9107d7
[1.8.x] Added UUIDField.deconstruct()
...
Backport of
0f54cf28c0
from master
2015-02-05 19:15:37 -05:00
..
backends
[1.8.x] Removed threading fallback imports.
2015-02-01 18:45:01 -05:00
migrations
[1.8.x] Fixed typos in code comments.
2015-01-20 12:18:29 -05:00
models
[1.8.x] Added UUIDField.deconstruct()
2015-02-05 19:15:37 -05:00
__init__.py
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
transaction.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00
utils.py
Fixed
#22583
-- Allowed RunPython and RunSQL to provide hints to the db router.
2015-01-10 00:30:48 +07:00