index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2021-03-24
Fixed #32460 -- Allowed "label"/"do_not_call_in_templates" members in model c...
Nick Pope
2021-03-24
Refs #32460 -- Doc'd and tested that property names of model choice enums can...
Nick Pope
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-03-23
Refs #32353, Refs #32352 -- Fixed GIS tests with PROJ 7.X.
Mariusz Felisiak
2021-03-23
Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transf...
Mariusz Felisiak
2021-03-23
Refs #32483 -- Added tests QuerySet.values()/values_list() on key transforms ...
Mariusz Felisiak
2021-03-23
Refs #31936 -- Added tests for __in lookup on JSONField key transforms with b...
Mariusz Felisiak
2021-03-22
Refs #31732 -- Fixed django.utils.inspect caching for bound methods.
Adam Johnson
2021-03-22
Refs #31372 -- Added django.utils.inspect tests for bound methods.
Adam Johnson
2021-03-22
Made CsrfViewMiddlewareTestMixin._get_GET_no_csrf_cookie_request() return GET...
Mariusz Felisiak
2021-03-22
Fixed #32581 -- Prevented to_locale() from corrupting locale names.
Claude Paroz
2021-03-22
Added to_locale() tests for 3-char language codes.
Claude Paroz
2021-03-19
Fixed #32556 -- Fixed handling empty string as non-boolean attributes value b...
Baptiste Mispelon
2021-03-19
Fixed #32571 -- Made CsrfViewMiddleware handle invalid URLs in Referer header.
Adam Donaghy
2021-03-19
Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.core.
Daniyal
2021-03-18
Fixed #16010 -- Added Origin header checking to CSRF middleware.
Tim Graham
2021-03-18
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-03-18
Fixed #32556 -- Fixed assertHTMLEqual() to handle empty string as boolean att...
Hasan Ramezani
2021-03-18
Fixed #31370 -- Added support for parallel tests with --buffer.
Adam Johnson
2021-03-18
Refs #31370 -- Made RemoteTestResult subclass unittest.TestResult.
Adam Johnson
2021-03-18
Refs #31370 -- Added test for pickling RemoteTestResult.
Adam Johnson
2021-03-18
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
Johannes Maron
2021-03-18
Refs #29138 -- Added extra tests for autocomplete FK to_field variations.
Johannes Maron
2021-03-17
Fixed #32548 -- Fixed crash when combining Q() objects with boolean expressions.
Jonathan Richards
2021-03-17
Refs #32548 -- Added tests for passing conditional expressions to Q().
Mariusz Felisiak
2021-03-17
Refs #24121 -- Added __repr__() to Origin and Template.
Tiago Honorato
2021-03-16
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in Sessi...
Daniyal
2021-03-16
Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses.
Yuri Konotopov
2021-03-15
Refs #32508 -- Raised ValueError instead of using "assert" in lazy().
Hasan Ramezani
2021-03-15
Added tests for AssertionErrors in get_complete_version() and _lazy_re_compil...
Hasan Ramezani
2021-03-12
Fixed #31516 -- Improved naming of migrations with multiple operations.
manav014
2021-03-12
Refs #31516 -- Added Migration.suggest_name() tests for migrations with no op...
Adam Johnson
2021-03-12
Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...
Adam Johnson
2021-03-11
Fixed #32529 -- Delayed creating a test suite in build_suite().
Chris Jerdonek
2021-03-11
Refs #32489 -- Doc'd and tested iter_test_cases() support for an iterable of ...
Chris Jerdonek
2021-03-11
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...
Hasan Ramezani
2021-03-10
Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.
Jonny Park
2021-03-10
Removed unnecessary lines in test_has_view_or_change_permission_required().
Mariusz Felisiak
2021-03-10
Refs #24121 -- Added __repr__() to OrderedSet.
Nick Pope
2021-03-10
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
2021-03-09
Fixed #32516 -- Fixed reorder_suite() with duplicates and reverse=True.
Chris Jerdonek
2021-03-09
Updated Git branch "master" to "main".
Markus Holtermann
2021-03-08
Refs #26167 -- Added @skipUnlessDBFeature('supports_expression_indexes') to a...
Tim Graham
2021-03-08
Fixed #32517 -- Made OrderedSet reversible.
Diego Lima
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-03-05
Fixed #32489 -- Added iter_test_cases() to iterate over a TestSuite.
Chris Jerdonek
2021-03-04
Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.a...
Hasan Ramezani
2021-03-04
Corrected messages of admin checks for invalid model field names.
Hasan Ramezani
2021-03-03
Fixed #27854 -- Added system check for nonexistent directories in STATICFILES...
Jacob Walls
2021-03-03
Used CollectionTestCase in FindersCheckTests tests.
Mariusz Felisiak
[prev]
[next]