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-09 07:56:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Cole Maclean
20ff296cb1
Fixed
#24859
-- Made QuerySet.get() with UUIDField raise TypeError on bad value.
...
For consistency with AutoField.
2015-06-06 19:46:05 -04:00
..
backends
Imported sqlite3 instead of _sqlite3
2015-06-06 11:35:02 -04:00
migrations
Fixed
#24899
-- Split migrations autodetector._detect_changes() method
2015-06-04 22:35:33 -04:00
models
Fixed
#24859
-- Made QuerySet.get() with UUIDField raise TypeError on bad value.
2015-06-06 19:46:05 -04:00
__init__.py
Fixed
#23820
-- Supported per-database time zone.
2015-05-17 09:40:28 +02:00
transaction.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00
utils.py
Fixed
#23820
-- Supported per-database time zone.
2015-05-17 09:40:28 +02:00