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-20 22:34:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
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 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite for refs
#28896
.
2017-12-12 17:11:58 -10:00
..
__init__.py
…
models.py
…
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