1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/db_functions
Simon Charette ea3beb4f5a Refs #30446 -- Defined default output_field of text database functions.
This prevented the default behavior of
BaseExpression._resolve_output_field from error'ing out when such
functions accepted both expressions from mixed types
(e.g. SubStr(CharField, IntegerField, IntegerField)).
2020-06-16 10:08:02 +02:00
..
comparison Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
datetime
math Used more specific unittest assertions in tests. 2019-10-29 12:37:30 +01:00
migrations
text Refs #30446 -- Defined default output_field of text database functions. 2020-06-16 10:08:02 +02:00
window
__init__.py
models.py Removed unused __str__() methods in tests models. 2020-04-30 09:13:23 +02:00
tests.py