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
bakabiko
a7bc1aea03
Fixed
#29380
-- Added support for QuerySet.select_for_update()'s nowait and skip_locked options on MySQL 8+.
2018-05-18 19:37:36 -04:00
..
backends
Fixed
#29380
-- Added support for QuerySet.select_for_update()'s nowait and skip_locked options on MySQL 8+.
2018-05-18 19:37:36 -04:00
migrations
Fixed
#28913
-- Fixed error handling when MIGRATIONS_MODULES specifies a nonexistent top-level package.
2018-05-05 18:26:33 -04:00
models
Fixed
#8936
-- Added a view permission and a read-only admin.
2018-05-16 06:44:55 -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
Ref
#23919
-- Replaced some os.path usage with pathlib.Path.
2018-04-19 21:30:00 -04:00