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
d0a42a14c0
django1
/
tests
/
custom_lookups
History
Sergey Fedoseev
10bfa876be
Refs
#27985
-- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.
...
Regression in
58da81a5a3
and prerequisite for refs
#28896
.
2017-12-12 17:11:58 -10:00
..
__init__.py
Fixed
#16187
-- refactored ORM lookup system
2014-01-18 11:46:19 +02:00
models.py
Refs
#23919
-- Removed python_2_unicode_compatible decorator usage
2017-01-18 13:44:34 +01:00
tests.py
Refs
#27985
-- Reallowed using __exact=None as an alias for __isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.
2017-12-12 17:11:58 -10:00