index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
raw_query
Age
Commit message (
Expand
)
Author
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2024-03-07
Fixed typos in docstrings and docs.
cuinix
2022-04-18
Fixed various tests on MySQL with MyISAM storage engine.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-02
Refs #32956 -- Corrected spelling of "gray".
David Smith
2021-08-02
Refs #32956 -- Corrected usage of "insure" and "assure".
David Smith
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-05
Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.
Alexander Lyabah
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2017-05-18
Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-01
Refs #27546 -- Tested some __repr__() methods.
Keda87
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-17
Fixed flake8 typo.
Tim Graham
2016-02-17
Fixed #26219 -- Fixed crash when filtering by Decimal in RawQuery.
Akshesh
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-23
Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
Matt Johnson
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-14
Fixed #21603 (again) -- Made a raw query in a test Oracle-compliant
Shai Berger
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner