summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-17Removed unused return values in SelectFilter2.js.Jon Dufresne
2020-03-17Simplified SelectFilter2 with Element.closest().Jon Dufresne
2020-03-17Upgraded grunt-contrib-qunit to use puppeteer.Jon Dufresne
2020-03-17Made logging config examples more accessible.Ben Li-Sauerwine
2020-03-17Fixed #31172 -- Added note to translators for yesno filter.Hasan Ramezani
2020-03-17Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-03-16Fixed #31363 -- Added support for negative integers to intword template filter.jay20162016
2020-03-16Fixed #31361 -- Fixed invalid action="" in admin forms.Jon Dufresne
2020-03-16Added novalidate HTML attribute to ModelAdmin.add_view() and change_view() te...Jon Dufresne
2020-03-16Bumped minimum ESLint version to 6.8.0.Jon Dufresne
2020-03-14Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInpu...David Smith
2020-03-14Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.Hasan Ramezani
2020-03-13Refs #31304 -- Added tests for using __search lookup with combined SearchQuer...Mariusz Felisiak
2020-03-13Refs #31340 -- Simplified SearchQuery by making it subclass Func.Baptiste Mispelon
2020-03-13Removed unnecessary SearchQuery._combine().Baptiste Mispelon
2020-03-13Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
2020-03-12Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures.Mariusz Felisiak
2020-03-12Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith
2020-03-12Fixed MiddlewareNotUsedTests.test_do_not_log_when_debug_is_false().Mariusz Felisiak
2020-03-12Completed test coverage for BaseHandler.process_exception_by_middleware().Mariusz Felisiak
2020-03-11Fixed typo in django/utils/crypto.py.Mariusz Felisiak
2020-03-11Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz
2020-03-11Fixed typo in tests/forms_tests/widget_tests/test_clearablefileinput.py docst...David Smith
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-10Fixed #26513 -- Added tests for <Backend>GeometryColumns.geom_col_name().Hasan Ramezani
2020-03-10Removed trailing whitespace in 3.1 release notes.Carlton Gibson
2020-03-10Added stub release notes for 2.2.12.Carlton Gibson
2020-03-10Clarified SeparateDatabaseAndState docs and added example of changing ManyToM...Adam Johnson
2020-03-10Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseMana...Adam Radwon
2020-03-10Corrected learn_cache_key() signature in docs.Mariusz Felisiak
2020-03-10Updated migrations example in tutorial 2.Mariusz Felisiak
2020-03-10Corrected get_cache_key() signature in docs.Борис Верховский
2020-03-10Fixed typos in tolerance gis_tests.Mariusz Felisiak
2020-03-09Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...Jon Dufresne
2020-03-09Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani
2020-03-09Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.David Wobrock
2020-03-09Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.David Wobrock
2020-03-09Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.David Wobrock
2020-03-09Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...David Wobrock
2020-03-09Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
2020-03-07Refs #30489 -- Fixed RasterFieldTest.test_deserialize_with_pixeltype_flags() ...Mariusz Felisiak
2020-03-07Replaced deprecated assertEquals() with assertEqual() in RasterFieldTest.Mariusz Felisiak
2020-03-06Optimized a bit handle() of sqlmigrate management command.David Wobrock
2020-03-06Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-03-06Fixed #31342 -- Clarified docs about using base managers for related objects.Carlton Gibson
2020-03-06Refs #31304 -- Made __search lookup default to its rhs' config.Simon Charette
2020-03-06Fixed #31345 -- Added BaseDatabaseIntrospection.get_relations().shankarj67
2020-03-05Refs #31224 -- Added autoconversion of test async methods.Andrew Godwin