summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-01-12Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.Hasan Ramezani
2021-01-12Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.Hasan Ramezani
2021-01-07Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.Florian Apolloner
2021-01-06Refs #32191 -- Added Signer.sign_object()/unsign_object().Florian Apolloner
2021-01-05Fixed #32314 -- Fixed detection when started non-django modules with "python ...William Schwartz
2021-01-05Fixed #32231 -- Allowed passing None params to QuerySet.raw().Alexander Lyabah
2021-01-05Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.Alexander Lyabah
2021-01-04Fixed #32298 -- Fixed URLValidator hostname length validation.Akshat1Nar
2021-01-02Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.Tim Graham
2020-12-31Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak
2020-12-31Fixed #31413 -- Fixed isolation of migrations.test_loader on databases that d...Hasan Ramezani
2020-12-30Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav014
2020-12-30Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.Mariusz Felisiak
2020-12-29Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...William Schwartz
2020-12-29Fixed #32299 -- Prevented mutating handlers when processing middlewares marki...Mariusz Felisiak
2020-12-29Added app labels to related fields checks messages E302-E305.Mariusz Felisiak
2020-12-28Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.Florian Apolloner
2020-12-28Fixed #32301 -- Made clearsessions raise CommandError when clear_expired() is...François Freitag
2020-12-28Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...Chinmoy Chakraborty
2020-12-28Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...Jacob Walls
2020-12-23Fixed isolation of test_migrate_fake_split_initial.Mariusz Felisiak
2020-12-22Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani
2020-12-21Fixed #32269 -- Fixed parse_duration() for negative days in ISO 8601 format.starryrbs
2020-12-21Added more assertions for parse_duration() with negative timedeltas.starryrbs
2020-12-21Fixed #32208 -- Allowed adding lazy() objects.Hasan Ramezani
2020-12-18Fixed typo in tests/admin_views/test_history_view.py test name.Nick Pope
2020-12-18Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...Hasan Ramezani
2020-12-17Fixed #29867 -- Added support for storing None value in caches.Nick Pope
2020-12-17Refs #32273 -- Completed test coverage for AdminSite.unregister().David Smith
2020-12-16Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...Alexey Nigin
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-12-15Fixed #32261 -- Added error logging to Signal.send_robust().Ayush Bansal
2020-12-15Fixed typo in tests/servers/tests.py.Mariusz Felisiak
2020-12-14Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark
2020-12-14Refs #4444 -- Added tests for handling broken pipe errors in WSGIServer.Petter Strandmark
2020-12-14Ensured that registered checks accept keyword arguments.Adam Johnson
2020-12-14Relaxed MemSize test for CockroachDB.Tim Graham
2020-12-11Refs #32178 -- Fixed test_mark_expected_failures_and_skips_call teardown.Tim Graham
2020-12-11Fixed #32252 -- Fixed __isnull=True on key transforms on SQLite and Oracle.sage
2020-12-10Fixed isolation of test_runner.EmptyDefaultDatabaseTest.Mariusz Felisiak
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-12-08Fixed #32233 -- Cleaned-up duplicate connection functionality.Florian Apolloner
2020-12-08Refs #32233 -- Added tests for nonexistent cache backend.Mariusz Felisiak
2020-12-08Refs #32233 -- Added tests for nonexistent cache and databases aliases.Mariusz Felisiak
2020-12-07Removed unused variable in runtests.py.Tim Graham
2020-12-03Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.Timo Ludwig
2020-12-03Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak
2020-12-02Fixed #32179 -- Added JSONObject database function.Artur Beltsov
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham