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
ac5f886c56
django1
/
django
/
db
/
models
/
sql
History
Lex Berezhny
ac5f886c56
Fixed
#27800
-- Fixed QuerySet.annotate(Length(...)).distinct() crash.
2017-01-31 18:45:55 -05:00
..
__init__.py
Moved EmpytResultSet to django.core.exceptions.
2016-08-08 10:43:34 -04:00
compiler.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
constants.py
Fixed
#24020
-- Refactored SQL compiler to use expressions
2015-01-08 14:07:54 -05:00
datastructures.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00
query.py
Fixed
#27800
-- Fixed QuerySet.annotate(Length(...)).distinct() crash.
2017-01-31 18:45:55 -05:00
subqueries.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
where.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00