summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-28Fixed #27827 -- Used "raise from" when raising InvalidTemplateLibrary excepti...Jacob Walls
2020-12-23Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in ...Jon Dufresne
2020-12-23Removed forms-MAX_NUM_FORMS POST data in docsJon Dufresne
2020-12-23Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...Hannes Ljungberg
2020-12-23Fixed #32165 -- Added pre-commit hooksDavid Smith
2020-12-23Refs #31265 -- Updated .eslintignore to match eslint testsDavid Smith
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-22Refs #32285 -- Made AppConfigStub do not call super().__init__().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-21Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne
2020-12-21Fixed typo in docs/ref/files/storage.txt.joshuapatel
2020-12-20Updated isort URL to new location.Jon Dufresne
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 #30181 -- Corrected note about storing None in the cache.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-16Fixed #32273 -- Doc'd AdminSite.unregister().Hasan Ramezani
2020-12-15Fixed typo in docs/ref/forms/widgets.txt.Mariusz Felisiak
2020-12-15Corrected formatting in settings docs.Carlton Gibson
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-15Added python_requires/install_requires to setup.cfg example in reusable apps ...Thomas Güttler
2020-12-15Added backticks to code literals in various docs.Jon Dufresne
2020-12-15Fixed typo in django/core/cache/backends/base.py docstring.Abhishek Ghaskata
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-14Added docstring to django.utils.inspect.func_accepts_kwargs().Adam Johnson
2020-12-14Relaxed MemSize test for CockroachDB.Tim Graham
2020-12-14Removed redundant sentence in 'check' management command docs.Adam Johnson
2020-12-11Corrected docs regarding attributes required for logging in to the admin.Jan Pieter Waagmeester
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-11Refs #32178 -- Changed BaseDatabaseFeatures.django_test_expected_failures to ...Hasan Ramezani
2020-12-10Refs #31792 -- Updated SQL example in Exists() docs.Kevin Marsh
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 grammar in HttpResponse docstring.ᴙɘɘᴙgYmɘᴙɘj
2020-12-08Adjusted formatting of ngettext docs code examples.Matthias Kestenholz
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-07Refs #21012 -- Removed unnecessary _create_cache() hook.Florian Apolloner