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-03-14 03:10:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Sanyam Khurana
c86a3d80a2
Fixed
#29721
-- Ensured migrations are applied and recorded atomically.
2018-10-24 19:29:11 -04:00
..
backends
Fixed F841 flake8 warning.
2018-10-24 09:13:10 -04:00
migrations
Fixed
#29721
-- Ensured migrations are applied and recorded atomically.
2018-10-24 19:29:11 -04:00
models
Fixed
#27595
-- Made ForeignKey.get_col() follow target chains.
2018-10-22 09:49:34 -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