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-04-07
Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9.
Claude Paroz
2021-04-07
Refs #32074 -- Backported Enum.__repr__() from Python 3.10.
Mariusz Felisiak
2021-04-06
Updated asgiref dependency for 3.2 release series.
Carlton Gibson
2021-04-06
Fixed CVE-2021-28658 -- Fixed potential directory-traversal via uploaded files.
Mariusz Felisiak
2021-04-06
Fixed #32614 -- Fixed MiddlewareSyncAsyncTests tests with asgiref 3.3.2+.
Mariusz Felisiak
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-04-03
Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy reference...
Hugo Cachitas
2021-04-02
Fixed #32532 -- Made DiscoverRunner raise RuntimeError when a test label is a...
Chris Jerdonek
2021-04-02
Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.
Adam Johnson
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-03-31
Refs #32594 -- Added Signal.disconnect() test with a model class.
Hugo Cachitas
2021-03-31
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
Maxim Milovanov
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-30
Fixed #32595 -- Fixed SchemaEditor.quote_value() crash with bytes.
Mariusz Felisiak
2021-03-30
Refs #32595 -- Added MySQL's SchemaEditor.quote_value() tests for values with...
Mariusz Felisiak
2021-03-30
Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax ...
Chris Jerdonek
2021-03-30
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2021-03-29
Fixed #32572 -- Improved ResolverMatch.__repr__().
Nick Pope
2021-03-29
Fixed #31487 -- Added precision argument to Round().
Nick Pope
2021-03-29
Fixed #32585 -- Fixed Value() crash with DecimalField on SQLite.
Hasan Ramezani
2021-03-26
Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Chris Jerdonek
2021-03-25
Fixed #32578 -- Fixed crash in CsrfViewMiddleware when a request with Origin ...
Chris Jerdonek
2021-03-25
Fixed RemoteTestResultTest tests without tblib.
Mariusz Felisiak
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-24
Optimized FkConstraintsTests.test_check_constraints by specifying a database ...
Mariusz Felisiak
2021-03-24
Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.
Adam Donaghy
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
[prev]
[next]