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
770449e24b3b0fa60d870bc3404961ddca754c3b
django
/
django
/
db
History
Tim Graham
770449e24b
Removed unused Field.get_flatchoices() method.
...
Unused since
c2ba59fc1d
(Django 1.0). Thanks Andy Baker for the report.
2015-08-03 13:08:24 -04:00
..
backends
Fixed
#25128
-- Fixed SQLite SchemaEditor crash when adding a ForeignObject field.
2015-07-15 15:22:52 -04:00
migrations
Fixed
#25185
-- Added support for functools.partial serialization in migrations
2015-07-29 10:15:50 -04:00
models
Removed unused Field.get_flatchoices() method.
2015-08-03 13:08:24 -04:00
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
transaction.py
Fixed
#21803
-- Added support for post-commit callbacks
2015-06-30 14:51:00 -04:00
utils.py
Fixed db.utils.load_backend() on non-ASCII paths.
2015-07-17 08:21:43 -04:00