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-01 12:06:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Simon Charette
2faeb21d2f
Moved _get_model_tuple() to the base Operation class.
...
This allows field and special operations to use this logic.
2017-12-30 14:50:43 -05:00
..
backends
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widget_attrs() to improve performance.
2017-12-30 18:05:15 +01:00
migrations
Moved _get_model_tuple() to the base Operation class.
2017-12-30 14:50:43 -05:00
models
Fixed
#28926
-- Fixed loss of precision of big DurationField values on SQLite and MySQL.
2017-12-28 17:35:41 -05: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