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
e649d691f8
django1
/
django
/
db
/
models
/
sql
History
Simon Charette
3ca77e2b84
Replaced QueryWrapper single usage with RawSQL.
2019-11-18 10:45:24 +01:00
..
__init__.py
Removed some outdated backwards compatibility imports and misleading comments.
2019-09-24 15:18:53 +02:00
compiler.py
Replaced QueryWrapper single usage with RawSQL.
2019-11-18 10:45:24 +01:00
constants.py
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
datastructures.py
Removed some outdated backwards compatibility imports and misleading comments.
2019-09-24 15:18:53 +02:00
query.py
Fixed
#30971
-- Prevented Query.resolve_lookup_value() from coercing list values to tuples.
2019-11-13 08:27:26 +01:00
subqueries.py
Fixed
#23576
-- Implemented multi-alias fast-path deletion in MySQL backend.
2019-10-24 12:24:53 +02:00
where.py
Fixed
#29545
-- Fixed using filter lookups againts nested subquery expressions.
2019-08-17 11:24:35 +02:00