summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-14Refs #29501 -- Simplified BaseCommand.run_from_argv() a bit.Adam Johnson
2020-04-14Refs #29501 -- Made dbshell catch more specific FileNotFoundError.Adam Johnson
2020-04-14Refs #29501 -- Added test for missing dbshell executable.Mariusz Felisiak
2020-04-14Fixed #31196 -- Added support for PostGIS 3.Sergey Fedoseev
2020-04-14Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-14Sorted imports in docs/_ext/djangodocs.py.Tim Graham
2020-04-14Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.Andrew Godwin
2020-04-10Fixed #31351 -- Added system checks for partial indexes and unique constraint...Ichlasul Affan
2020-04-10Refs #31055 -- Allowed database queries in invalid_models_tests.test_models.F...Mariusz Felisiak
2020-04-10Refs #28305 -- Consolidated field referencing detection in migrations.Simon Charette
2020-04-10Refs #10427 -- Corrected BoundField.css_classes() signature in docs.David Smith
2020-04-10Completed test coverage for BoundField.css_classes().David Smith
2020-04-10Fixed #13009 -- Added BoundField.widget_type property.David Smith
2020-04-09Mentioned non_field_errors in form validation docs.Shrikrishna Singh
2020-04-09Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.Carlton Gibson
2020-04-09Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler
2020-04-09Refs #31411 -- Used RENAME COLUMN on MySQL 8.0.4+.Mariusz Felisiak
2020-04-09Replaced ModelTuple by a model resolving function and bare tuples.Simon Charette
2020-04-09Replaced Operation._get_model_tuple() by ModelTuple.from_model().Simon Charette
2020-04-09Made Operation.references_model/references_field require app_label.Simon Charette
2020-04-09Refs #22608 -- Made app_label required when optimizing migrations.Simon Charette
2020-04-09Increased test coverage for forms.ImageField.to_python().David Smith
2020-04-08Fixed #31437 -- Corrected tests to show abstract multiple inheritance system ...Carlton Gibson
2020-04-08Fixed typo in tests/backends/base/test_operations.py.Mariusz Felisiak
2020-04-08Refs #28184 -- Added test for FileField storage default.Carlton Gibson
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-04-08Refs #30966 -- Added test for reloading related model state on non-relational...Mariusz Felisiak
2020-04-07Refs #31051 -- Made dumpdata do not sort dependencies if natural foreign keys...Matthijs Kooijman
2020-04-07Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.Matthijs Kooijman
2020-04-07Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.Mark
2020-04-07Refs #26291 -- Added tests for dumpdata/loaddata with forward references with...Matthijs Kooijman
2020-04-07Refs #26291 -- Added tests for dumpdata with forward references in natural keys.Matthijs Kooijman
2020-04-07Refs #31051 -- Added test for loaddata/dumpdata with circular references with...Matthijs Kooijman
2020-04-07Enforced uniqueness of natural keys used in tests.Mariusz Felisiak
2020-04-07Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-04-07Fixed CodeBlock deprecation warning on Sphinx 2.1+.Mariusz Felisiak
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-04-07Refs #29000 -- Restored delayed model rendering of RenameField.Simon Charette
2020-04-07Refs #27666 -- Ensured relationship consistency on delayed reloads.Simon Charette
2020-04-07Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag
2020-04-07Completed test coverage for forms.DurationField.to_python().David Smith
2020-04-07Fixed typo in tests/forms_tests/field_tests/test_imagefield.py test names.David Smith
2020-04-06Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.Sergey Fedoseev
2020-04-06Fixed #31426 -- Added proper field validation to QuerySet.order_by().Simon Charette
2020-04-06Refs #7098 -- Deprecated passing raw column aliases to order_by().Simon Charette
2020-04-06Fixed #31420 -- Fixed crash when filtering subquery annotation against a Simp...Hasan Ramezani
2020-04-04Fixed #31423 -- Clarified nested atomic() example.Simon Charette
2020-04-04Fixed #31415 -- Fixed crash when nested OuterRef is used with operators or in...Hasan Ramezani
2020-04-02Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.c-bata