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-16 05:14:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Anssi Kääriäinen
227a4c48be
Refs
#2443
-- fixed format_dtdelta on SQLite
...
A test failed on Python 2 32-bit.
2014-12-23 07:05:44 -05:00
..
backends
Refs
#2443
-- fixed format_dtdelta on SQLite
2014-12-23 07:05:44 -05:00
migrations
Fixed
#23998
-- Added datetime.time support to migrations questioner.
2014-12-22 07:24:54 -05:00
models
Refs
#2443
-- Move the durationfield converter logic.
2014-12-23 10:41:42 +00: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
Restored the 'TEST_' prefix in the warning about deprecated test database settings
2014-12-01 02:12:19 +02:00