summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-07Added note about importing release manager's public keys via GitHub API to ch...Mariusz Felisiak
2020-12-07Removed lhs_only argument from KeyTransform.preprocess_lhs().sage
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-12-01Added stub release notes for 3.1.5.Mariusz Felisiak
2020-12-01Added release date for 3.1.4.Mariusz Felisiak
2020-11-30Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.Hasan Ramezani
2020-11-30Added SpatialFeatures.supports_tolerance_parameter.Tim Graham
2020-11-30Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...Mariusz Felisiak
2020-11-30Refs #22909 -- Removed camelCasing in auth_tests.test_templates tests.Mariusz Felisiak
2020-11-28Fixed #32227 -- Prevented crash when setUpTestData() errors with --debug-sql.Adam Johnson
2020-11-28Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos
2020-11-28Added assertion for geom_type in BaseGeometryWidget.get_context().Giannis Adamopoulos
2020-11-28Refs #32230 -- Made LayerMapping support pathlib.Path.Mariusz Felisiak
2020-11-28Fixed #32230 -- Made DataSource support pathlib.Path.Hasan Ramezani
2020-11-27Fixed #32220 -- Added durable argument to transaction.atomic().Ian Foote
2020-11-27Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote
2020-11-27Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.Neil Lyons
2020-11-26Refs #27095 -- Allowed (non-nested) arrays containing expressions for ArrayFi...Hannes Ljungberg
2020-11-26Added test for ArrayField's __contains lookup with subqueries.Hannes Ljungberg
2020-11-25Fixed #32223 -- Removed strict=True in Path.resolve() in autoreloader.Mariusz Felisiak
2020-11-25Fixed #32203 -- Fixed QuerySet.values()/values_list() crash on key transforms...sage
2020-11-25Refs #32203 -- Added tests for QuerySet.values()/values_list() on key transfo...sage
2020-11-25Fixed #32224 -- Avoided suppressing connection errors in supports_json_field ...Mariusz Felisiak