summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-04-28Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...Richard Campen
2020-04-28Added test for squashmigrations' output.François Freitag
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-04-27Removed unnecessary capturing/hiding of stdout/stderr in various tests.François Freitag
2020-04-27Disabled management commands output with verbosity 0 in test_regression_22823...François Freitag
2020-04-25Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...François Freitag
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-23Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...David Wobrock
2020-04-23Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg
2020-04-22Refs #29892 -- Fixed selenium test test_inline_formset_error_input_border on ...Jon Dufresne
2020-04-22Completed test coverage for forms.RegexField.David Smith
2020-04-22Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette
2020-04-22Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette
2020-04-21Fixed backends.oracle.test_operations.Mariusz Felisiak
2020-04-21Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne
2020-04-21Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.Simon Charette
2020-04-21Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...Simon Charette
2020-04-21Removed redundant import in tests/migrations/test_operations.py.Simon Charette
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Added assertions for an empty stdout to CoreCommandsNoOutputTests.Jon Dufresne
2020-04-20Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...Hasan Ramezani
2020-04-20Disabled management commands output with verbosity 0 in various tests.François Freitag
2020-04-20Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.François Freitag
2020-04-20Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne
2020-04-20Refs #29069 -- Added test for calling request_finished signal by static file ...Tom Forbes
2020-04-18Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...Jon Dufresne
2020-04-17Fixed #30311 -- Restored ability to override global admin actions.hashlash
2020-04-17Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne
2020-04-17Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne
2020-04-17Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak
2020-04-16Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani
2020-04-16Fixed #31441 -- Ensured TabluarInline expands when child inputs have errors.Hasan Ramezani
2020-04-16Refs #31441 -- Added red border to inputs with errors for TabluarInline.Hasan Ramezani
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen
2020-04-15Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz
2020-04-15Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson
2020-04-15Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.sobolevn
2020-04-15Fixed #31451 -- Made settings cleansing work with list and tuple settings.Ichlasul Affan
2020-04-15Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...007
2020-04-14Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson
2020-04-14Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson
2020-04-14Refs #29501 -- Added test for missing dbshell executable.Mariusz Felisiak
2020-04-14Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz
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-10Completed test coverage for BoundField.css_classes().David Smith
2020-04-10Fixed #13009 -- Added BoundField.widget_type property.David Smith
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-09Made Operation.references_model/references_field require app_label.Simon Charette