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
3f9fbf424304e82480b0c8cf73df81af7140e44c
django
/
django
/
db
History
Josh Soref
8897f4b0df
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
...
Backport of
93452a70e8
from master
2015-12-03 12:49:03 -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
#25807
-- Instructed the migration writer about lazy objects.
2015-11-26 11:21:35 -05:00
models
[1.9.x] Fixed many spelling mistakes in code, comments, and docs.
2015-12-03 12:49:03 -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