This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
db
History
chillaranand
451b585c2f
Refs
#27914
-- Used __qualname__ in model operations' deconstruct().
2017-06-14 10:10:22 -04:00
..
backends
Fixed
#27830
-- Used distutils.version.LooseVersion for version parsing.
2017-06-13 10:53:39 -04:00
migrations
Refs
#27914
-- Used __qualname__ in model operations' deconstruct().
2017-06-14 10:10:22 -04:00
models
Fixed
#27914
-- Added support for nested classes in Field.deconstruct()/__repr__().
2017-06-14 10:10:17 -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
Fix a typo in django/db/transaction.py
2017-04-19 16:36:06 +02:00
utils.py
Refs
#23919
-- Used "raise from" instead of __cause__ in reraising backend-specific database exceptions.
2017-04-25 08:29:54 +02:00