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-30 17:16:10 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
11d54e8f0da96d355b8dff17af8d5aa6bb3386db
django
/
django
/
db
History
George Marshall
11d54e8f0d
[1.9.x]
Fixed
#25767
-- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL.
...
Backport of
710e11d076
from master
2015-11-24 11:10:19 -05:00
..
backends
[1.9.x]
Fixed
#25767
-- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL.
2015-11-24 11:10:19 -05:00
migrations
[1.9.x]
Fixed
#25627
, refs
#25618
-- Removed detection of south migrations in loader.
2015-10-29 07:37:47 -04:00
models
[1.9.x]
Fixed
#25685
-- Fixed a duplicate query regression on deletion of proxied models.
2015-11-22 23:12:31 -05:00
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
transaction.py
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
utils.py
Fixed
#25175
-- Renamed the postgresql_psycopg2 database backend to postgresql.
2015-08-07 09:33:17 -04:00