summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-044-14/+7
* Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...Rasmus Wriedt Larsen2020-05-041-2/+2
* Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes2020-05-041-0/+6
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-0411-32/+32
* Removed unnecessary inner methods in CreatesuperuserManagementCommandTestCase.François Freitag2020-05-011-38/+26
* Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote2020-05-011-1/+87
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-304-1/+320
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-3035-400/+2
* Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.Hasan Ramezani2020-04-301-0/+2
* Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak2020-04-292-1/+33
* Refs #30400 -- Improved typography of user facing strings in admin changelist.Jon Dufresne2020-04-291-4/+4
* Added tests for saving with pending actions in admin changelist.Jon Dufresne2020-04-292-0/+51
* Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani2020-04-282-9/+8
* Refs #29249 -- Added tests for serializing Unicode data with XML serializer.Hasan Ramezani2020-04-281-0/+8
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-2836-103/+124
* Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is N...Richard Campen2020-04-282-0/+14
* Added test for squashmigrations' output.François Freitag2020-04-281-1/+15
* Removed unnecessary tuple wrapping of single format string argument.François Freitag2020-04-273-6/+6
* Removed unnecessary capturing/hiding of stdout/stderr in various tests.François Freitag2020-04-272-4/+3
* Disabled management commands output with verbosity 0 in test_regression_22823...François Freitag2020-04-271-1/+1
* Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...François Freitag2020-04-251-2/+1
* Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling2020-04-242-0/+16
* Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...David Wobrock2020-04-232-1/+36
* Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg2020-04-232-1/+45
* Refs #29892 -- Fixed selenium test test_inline_formset_error_input_border on ...Jon Dufresne2020-04-221-9/+36
* Completed test coverage for forms.RegexField.David Smith2020-04-221-0/+9
* Fixed #31499 -- Stored ModelState.fields into a dict.Simon Charette2020-04-224-59/+65
* Refs #31499 -- Ignored field ordering to determine ModelState equality.Simon Charette2020-04-221-0/+22
* Fixed backends.oracle.test_operations.Mariusz Felisiak2020-04-211-1/+3
* Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne2020-04-211-3/+14
* Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.Simon Charette2020-04-211-1/+13
* Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...Simon Charette2020-04-211-0/+28
* Removed redundant import in tests/migrations/test_operations.py.Simon Charette2020-04-211-4/+7
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-2017-24/+25
* Added assertions for an empty stdout to CoreCommandsNoOutputTests.Jon Dufresne2020-04-201-2/+6
* Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...Hasan Ramezani2020-04-201-4/+3
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-04-204-26/+23
* Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.François Freitag2020-04-201-4/+0
* Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne2020-04-202-2/+2
* Refs #29069 -- Added test for calling request_finished signal by static file ...Tom Forbes2020-04-201-1/+11
* Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...Jon Dufresne2020-04-181-3/+1
* Fixed #30311 -- Restored ability to override global admin actions.hashlash2020-04-171-0/+39
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-176-130/+33
* Added test coverage for DatabaseOperations.sql_flush().Jon Dufresne2020-04-175-2/+416
* Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak2020-04-172-3/+26
* Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani2020-04-161-1/+1
* Fixed #31441 -- Ensured TabluarInline expands when child inputs have errors.Hasan Ramezani2020-04-161-0/+41
* Refs #31441 -- Added red border to inputs with errors for TabluarInline.Hasan Ramezani2020-04-163-6/+81
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-1520-150/+0
* Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz2020-04-151-4/+43