This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
19126339f3
django1
/
django
/
db
History
aspalding
834c4ec8e4
Moved make_hashable() to django.utils and added tests.
2018-10-17 11:17:23 -04:00
..
backends
Fixed
#21171
-- Avoided starting a transaction when a single (or atomic queries) are executed.
2018-10-17 12:19:02 +02:00
migrations
Fixed
#29814
-- Added support for NoneType serialization in migrations.
2018-10-11 09:02:14 -04:00
models
Moved make_hashable() to django.utils and added tests.
2018-10-17 11:17:23 -04:00
__init__.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00
transaction.py
Fixed
#21171
-- Avoided starting a transaction when a single (or atomic queries) are executed.
2018-10-17 12:19:02 +02:00
utils.py
Ref
#23919
-- Replaced some os.path usage with pathlib.Path.
2018-04-19 21:30:00 -04:00