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
9704b0a82e
django1
/
django
/
db
/
models
/
sql
History
Tim Graham
2cd00424c4
Removed support for callable QuerySet arguments per deprecation timeline; refs
#11629
.
2015-01-18 14:01:25 -05:00
..
__init__.py
Fixed
#21302
-- Fixed unused imports and import *.
2013-11-02 15:24:56 -04:00
aggregates.py
Renamed qn to compiler
2014-11-16 13:19:34 +01:00
compiler.py
Fixed
#24031
-- Added CASE expressions to the ORM.
2015-01-12 18:15:34 -05:00
constants.py
Fixed
#24020
-- Refactored SQL compiler to use expressions
2015-01-08 14:07:54 -05:00
datastructures.py
Fixed
#21414
-- Removed RelatedObject and deprecated Field.related.
2014-12-23 10:54:25 -05:00
query.py
Removed support for callable QuerySet arguments per deprecation timeline; refs
#11629
.
2015-01-18 14:01:25 -05:00
subqueries.py
Fixed
#24020
-- Refactored SQL compiler to use expressions
2015-01-08 14:07:54 -05:00
where.py
Replaced inner functions by class methods.
2015-01-15 13:03:34 -05:00