This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
a0608c4b11
django1
/
django
/
db
/
models
/
sql
History
非法操作
19dc3f0f96
Fixed typo in Query.clone()'s docstring.
2022-05-13 06:56:20 +02:00
..
__init__.py
Fixed
#29865
-- Added logical XOR support for Q() and querysets.
2022-03-04 12:55:37 +01:00
compiler.py
Fixed
#29538
-- Fixed crash of ordering by related fields when Meta.ordering contains expressions.
2022-05-12 07:19:16 +02:00
constants.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
datastructures.py
Refs
#33476
-- Refactored code to strictly match 88 characters line length.
2022-02-07 20:37:05 +01:00
query.py
Fixed typo in Query.clone()'s docstring.
2022-05-13 06:56:20 +02:00
subqueries.py
Fixed
#33618
-- Fixed MTI updates outside of primary key chain.
2022-04-07 07:54:56 +02:00
where.py
Fixed
#29865
-- Added logical XOR support for Q() and querysets.
2022-03-04 12:55:37 +01:00