django1/django/db/models/sql
Dan Davis 2bd8df243a Fixed #30184 -- Removed ellipsis characters from shell output strings.
Partially reverted 50b8493581 (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
2019-02-13 13:59:44 -05:00
..
__init__.py Fixed E117 and F405 flake8 warnings. 2019-01-30 13:06:09 +01:00
compiler.py Fixed #30159 -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
constants.py Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields. 2017-11-18 19:33:52 -05:00
datastructures.py Removed unused enumerate in django/db/models/sql/datastructures.py. 2018-08-13 18:41:24 -04:00
query.py Fixed #30184 -- Removed ellipsis characters from shell output strings. 2019-02-13 13:59:44 -05:00
subqueries.py Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts. 2018-08-03 17:40:46 -04:00
where.py Fixed typos in comments and docs. 2018-08-01 16:09:22 -04:00