django/tests/queries
Diederik van der Boor 25f21bd237 Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values.
Co-authored-by: Diederik van der Boor <vdboor@edoburu.nl>
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
2019-08-05 08:41:29 +02:00
..
__init__.py
models.py Fixed #30628 -- Adjusted expression identity to differentiate bound fields. 2019-07-10 07:46:08 +02:00
test_bulk_update.py
test_explain.py
test_iterator.py
test_q.py
test_qs_combinators.py Fixed #27995 -- Added error messages on unsupported operations following union(), intersection(), and difference(). 2019-07-25 12:39:55 +02:00
test_query.py
tests.py Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values. 2019-08-05 08:41:29 +02:00