![]() |
vor 14 Jahren | |
---|---|---|
.. | ||
__init__.py | fbbbf8b9a1 Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute). | vor 18 Jahren |
models.py | 974e8076c6 Migrated null_queries doctests. Thanks to Stephan Jaekel. | vor 14 Jahren |
tests.py | afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: | vor 14 Jahren |