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
082c52dbed
django1
/
django
/
db
/
models
/
sql
History
David Sanders
a84344bc53
Fixed
#19513
,
#18580
-- Fixed crash on QuerySet.update() after annotate().
2016-06-29 14:08:13 -04:00
..
__init__.py
Sorted imports in __init__.py files.
2015-06-27 11:53:33 -04:00
compiler.py
Fixed E128 flake8 warnings in django/.
2016-04-08 09:51:06 -04:00
constants.py
Fixed
#24020
-- Refactored SQL compiler to use expressions
2015-01-08 14:07:54 -05:00
datastructures.py
Fixed
#25331
-- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
query.py
Fixed
#26515
-- Fixed Query.trim_joins() for nested ForeignObjects.
2016-05-19 09:56:24 -04:00
subqueries.py
Fixed
#19513
,
#18580
-- Fixed crash on QuerySet.update() after annotate().
2016-06-29 14:08:13 -04:00
where.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00