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
681f7e2b13
django1
/
django
/
db
/
models
/
sql
History
Hasan Ramezani
6a75cea76a
Fixed
#30854
-- Fixed QuerySet.select_related() with multiple FilteredRelations.
2019-10-11 08:10:48 +02:00
..
__init__.py
Removed some outdated backwards compatibility imports and misleading comments.
2019-09-24 15:18:53 +02:00
compiler.py
Fixed
#30854
-- Fixed QuerySet.select_related() with multiple FilteredRelations.
2019-10-11 08:10:48 +02:00
constants.py
Fixed
#26184
-- Allowed using any lookups in ModelAdmin.search_fields.
2017-11-18 19:33:52 -05:00
datastructures.py
Removed some outdated backwards compatibility imports and misleading comments.
2019-09-24 15:18:53 +02:00
query.py
Fixed
#30796
-- Prevented select_related() from mutating a queryset on chaining.
2019-09-24 09:17:45 +02:00
subqueries.py
Fixed
#28668
-- Allowed QuerySet.bulk_create() to ignore insert conflicts.
2018-08-03 17:40:46 -04:00
where.py
Fixed
#29545
-- Fixed using filter lookups againts nested subquery expressions.
2019-08-17 11:24:35 +02:00