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-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-16
Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...
Shubh1815
2021-11-16
Refs #32800 -- Avoided use of _does_token_match() in some CSRF tests.
Chris Jerdonek
2021-11-16
Refs #32800 -- Added CSRF tests for masked and unmasked secrets during GET.
Chris Jerdonek
2021-11-15
Fixed #33278 -- Improved error for connection/query attempts against disallow...
SwastikTripathi
2021-11-15
Fixed #33288 -- Made SQLite introspection use information schema for relations.
Simon Charette
2021-11-15
Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...
Simon Charette
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-11
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...
Lie Ryan
2021-11-11
Fixed #6106 -- Prevented makemessages from changing .po files when up to date.
Ad Timmering
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-09
Refs #33263 -- Added warning to BaseDeleteView when delete() method is overri...
Mariusz Felisiak
2021-11-09
Refs #16063 -- Added tests for searching against multiple related fields in a...
Jacob Walls
2021-11-08
Fixed #33264 -- Made test runner return non-zero error code for unexpected su...
Baptiste Mispelon
2021-11-08
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...
Matthijs Kooijman
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-05
Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to Manifest...
Mariusz Felisiak
2021-11-05
Fixed #33235 -- Removed "for = ..." from MultiWidget's <label>.
David Smith
2021-11-04
Fixed #33237 -- Fixed detecting source maps in ManifestStaticFilesStorage for...
Carlton Gibson
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2021-11-04
Refs #29738 -- Added test for serializing psycopg2's NumericRange with Decima...
Guilherme Martins Crocetti
2021-11-04
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().
Hannes Ljungberg
2021-11-03
Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...
Hannes Ljungberg
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-11-03
Fixed #33252 -- Made cache middlewares thread-safe.
Iuri de Silvio
2021-11-03
Refs #33252 -- Used @override_settings in BaseCacheTests.test_cache_write_unp...
Iuri de Silvio
2021-11-02
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...
Roman
2021-11-02
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2021-11-02
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...
Mariusz Felisiak
2021-11-02
Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...
Hasan Ramezani
2021-11-02
Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...
andrewdotn
2021-11-02
Fixed isolation of admin_views.tests.ValidXHTMLTests.
Mariusz Felisiak
2021-10-29
Fixed #33236 -- Fixed assertHTMLEqual() error messages for escaped HTML.
Pratyush Mittal
2021-10-27
Fixed #33201 -- Made RenameModel operation a noop for models with db_table.
Iuri de Silvio
2021-10-26
Fixed #32672 -- Fixed introspection of primary key constraints on SQLite.
Anv3sh
2021-10-26
Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.
Mariusz Felisiak
2021-10-26
Fixed #27079 -- Avoided multiple setUpClass()/tearDownClass() calls in LiveSe...
Jacob Walls
2021-10-26
Removed duplicated lines in test_in_lookup_allows_F_expressions_and_expressio...
Tim Graham
2021-10-25
Fixed #31503 -- Made autodetector remove unique/index_together before alterin...
David Wobrock
2021-10-25
Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...
Hasan Ramezani
2021-10-25
Fixed typo in tests/servers/tests.py.
Jacob Walls
2021-10-22
Fixed #33214 -- Added BaseDatabaseOperations.format_for_duration_arithmetic()...
Manaia Junior
2021-10-21
Fixed #33215 -- Confirmed support for GEOS 3.10.
Mariusz Felisiak
2021-10-21
Fixed #25916 -- Added lastmod support to sitemap index view.
David Smith
2021-10-21
Refs #25916 -- Isolated sitemap.test_utils tests
David Smith
2021-10-21
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Carlton Gibson
2021-10-21
Refs #33211 -- Added assertCountSeleniumElements() test helper.
Carlton Gibson
2021-10-21
Made F deconstruction omit 'expressions' in the path.
Adam Johnson
2021-10-20
Fixed #33043 -- Made method_decorator() preserve wrapper assignments.
Vinay Karanam
[prev]
[next]