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-04-17 22:04:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Simon Charette
074d3183d9
Fixed
#22363
-- Correctly serialize
django.utils.datetime_safe
objects.
...
Thanks to linovia for the report.
2014-04-03 14:54:16 -04:00
..
backends
Fixed
#22359
-- Changing M2M field to blank=True failed on sqlite.
2014-03-31 06:13:19 -04:00
migrations
Fixed
#22363
-- Correctly serialize
django.utils.datetime_safe
objects.
2014-04-03 14:54:16 -04:00
models
Corrected many style guide violations that the newest version of flake8 catches
2014-03-30 12:11:05 -07:00
__init__.py
Removed unused imports.
2014-03-21 20:18:19 -04:00
transaction.py
Fixed
#22291
-- Avoided shadowing deadlock exceptions on MySQL.
2014-03-23 20:45:22 +01:00
utils.py
Removed deprecated TRANSACTIONS_MANAGED setting.
2014-03-21 21:34:47 +01:00