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
2fb872e56f
django1
/
django
/
db
/
models
/
sql
History
aaktsipetrov
4edad1ddf6
Fixed
#30668
-- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable.
2019-08-02 15:06:00 +02:00
..
__init__.py
Fixed E117 and F405 flake8 warnings.
2019-01-30 13:06:09 +01:00
compiler.py
Refs
#30557
-- Fixed crash of ordering by ptr fields when Meta.ordering contains F() expressions.
2019-07-11 13:40:36 +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 unused enumerate in django/db/models/sql/datastructures.py.
2018-08-13 18:41:24 -04:00
query.py
Fixed
#30668
-- Made QuerySet.filter() raise NotSupportedError if any of source expressions is not filterable.
2019-08-02 15:06:00 +02:00
subqueries.py
Fixed
#28668
-- Allowed QuerySet.bulk_create() to ignore insert conflicts.
2018-08-03 17:40:46 -04:00
where.py
Refs
#27149
-- Moved subquery expression resolving to Query.
2019-03-21 20:36:31 -04:00