This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
/
models
/
sql
History
Tim Graham
fd6a299cd0
Refs
#14030
-- Removed backwards compatiblity for old-style aggregates.
...
Per deprecation timeline.
2015-09-23 19:31:10 -04:00
..
__init__.py
…
compiler.py
Removed SQLCompiler.__call__() per deprecation timeline.
2015-09-23 19:31:09 -04:00
constants.py
…
datastructures.py
Fixed
#25331
-- Removed trailing blank lines in docstrings.
2015-08-31 17:37:21 -04:00
query.py
Refs
#14030
-- Removed backwards compatiblity for old-style aggregates.
2015-09-23 19:31:10 -04:00
subqueries.py
Fixed
#24509
-- Added Expression support to SQLInsertCompiler
2015-09-22 23:35:24 +10:00
where.py
Sorted imports with isort; refs
#23860
.
2015-02-06 08:16:28 -05:00