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-05-04 14:14:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Tim Graham
ed251246cc
Refs
#25550
-- Removed support for direct assignment to the reverse side of a related set.
2017-01-17 20:52:01 -05:00
..
backends
Refs
#19738
-- Removed timezone conversion in SQL queries executed outside of the ORM.
2017-01-17 14:09:29 -05:00
migrations
Refs
#27666
-- Added ProjectState.reload_models().
2017-01-17 08:12:53 -05:00
models
Refs
#25550
-- Removed support for direct assignment to the reverse side of a related set.
2017-01-17 20:52:01 -05:00
__init__.py
Fixed E305 flake8 warnings.
2016-11-14 12:30:46 -05:00
transaction.py
Fixed
#24921
-- set_autocommit(False) + ORM queries.
2015-09-21 22:21:53 +02:00
utils.py
Fixed
#25761
-- Added __cause__.__traceback__ to reraised exceptions.
2015-12-03 16:31:50 -05:00