| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-10 | Added various missing test skips observed on MongoDB. | Tim Graham | |
| 2025-07-23 | Refs #36500 -- Rewrapped long docstrings and block comments via a script. | django-bot | |
| Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505. | |||
| 2025-07-23 | Removed double spaces after periods and within phrases. | Sarah Boyce | |
| 2025-02-11 | Refs #23919 -- Removed Python 2 workaround in fixtures_regress. | Tim Graham | |
| This reverts commit 7e19641b0359c23105cc27eebd9ccb1963546f2a. | |||
| 2024-09-19 | Refs #29522 -- Fixed serializers/fixtures test crash if PyYAML isn't installed. | Mariusz Felisiak | |
| 2024-09-12 | Refs #29522 -- Improved test coverage of deserializers. | Amir Karimi | |
| 2023-03-20 | Fixed some typos in comments, docstrings, and tests. | Liyang Zhang | |
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | |||
| 2022-10-08 | Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵ | Gregor Gärtner | |
| assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | |||
| 2022-08-23 | Fixed #33949 -- Fixed fixture dirs duplicates with Path instances. | Claude Paroz | |
| 2022-03-18 | Fixed #33582 -- Fixed deserializing natural keys with foreing key ↵ | François Granade | |
| dependencies in a multiple database setup. | |||
| 2022-02-07 | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | |
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2020-11-06 | Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. | Hasan Ramezani | |
| This also replaces assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate. Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2019-11-06 | Refs #29983 -- Added test for FIXTURES_DIRS pathlib support. | Jon Dufresne | |
| 2018-09-26 | Fixed loaddata error message when uncompressed fixture has a dot in its name. | Sergey Fedoseev | |
| 2018-05-09 | Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). | Morgan Aubert | |
| 2017-01-20 | Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. | Tim Graham | |
| These functions do nothing on Python 3. | |||
| 2017-01-20 | Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2. | Tim Graham | |
| 2017-01-18 | Refs #23919 -- Removed most of remaining six usage | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-18 | Refs #23919 -- Removed six.PY2/PY3 usage | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2017-01-13 | Made contenttypes and auth apps unavailable when not necessary in tests. | Simon Charette | |
| 2016-12-07 | Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. | Tim Graham | |
| 2016-11-10 | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | |
| 2016-06-28 | Replaced use of TestCase.fail() with assertRaises(). | Tim Graham | |
| Also removed try/except/fail antipattern that hides exceptions. | |||
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-04-08 | Fixed E128 flake8 warnings in tests/. | Tim Graham | |
| 2016-01-29 | Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as ↵ | Hasan | |
| appropriate. | |||
| 2016-01-29 | Refs #26022 -- Used context manager version of assertRaisesMessage in tests. | Hasan | |
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham | |
| 2015-09-12 | Fixed #23395 -- Limited line lengths to 119 characters. | Dražen Odobašić | |
| 2015-02-18 | Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a ↵ | Tim Graham | |
| non-ASCII path. | |||
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2014-12-23 | Fixed #17946 -- Fixed deserialization of self-referencing M2M fields | Claude Paroz | |
| Thanks Philip Mountifield for the report and excellent analysis, and Simon Charette for the review. | |||
| 2014-11-17 | Fixed a test to correctly calculate a fixture's relative path. | Julien Phalip | |
| 2014-10-31 | Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata. | Konrad Świat | |
| If settings.FIXTURE_DIRS contains duplicates or a default fixture directory (app_name/fixtures), ImproperlyConfigured is raised. Thanks to Berker Peksag and Tim Graham for review. | |||
| 2014-10-22 | Allowed test from refs #23612 to be run from a directory other than tests. | Tim Graham | |
| 2014-10-22 | Made testing of stdout and stderr more consistent. | Loic Bistuer | |
| Refs #23663. | |||
| 2014-10-16 | Fixed #23660 -- Moved sort_dependencies to core. | Collin Anderson | |
| 2014-10-15 | Fixed #23651 -- Isolated non-existent fixture tests | Claude Paroz | |
| Previous versions of the tests were buggy, as initial_data.json did exist and the test wasn't failing. It was finally failing on Python 3.4.2. Thanks Raphaël Hertzog for the report (and Debian bug #765117 contributors). | |||
| 2014-10-09 | Fixed #23612 -- Normalized fixuture paths to allow referencing relative ↵ | Brandon Taylor | |
| paths on Windows. | |||
| 2014-06-11 | Fixed #22653 -- Added some database feature flags to tests. | Tim Graham | |
| Thanks Rahul Priyadarshi. | |||
| 2014-05-17 | Fixed #22421 -- Regression in fixtures loading. | Ramiro Morales | |
| Loading fixtures were failing since the refactoring in 244e2b71f5 for inheritance setups where the chain contains abstract models and the root ancestor contains a M2M relation. Thanks Stanislas Guerra for the report. Refs #20946. | |||
| 2014-05-12 | Fixed flake8 error. | Tim Graham | |
| 2014-05-11 | Unneeded, Python 3 incompatible code in a75324c6 tests. | Ramiro Morales | |
| 2014-05-11 | Fixed #14226 -- Dependency calculation for complex M2M relations. | Rainer Koirikivi | |
| `sort_dependencies` incorrectly interpreted 'complex' M2M relations (with explicit through models) as dependencies for a model. This caused circular complex M2M relations to be unserializable by dumpdata. Thanks to aneil for the report and outofculture for initial tests. | |||
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-03-03 | Fixed many typos in comments and docstrings. | Rodolfo Carvalho | |
| Thanks Piotr Kasprzyk for help with the patch. | |||
| 2013-12-23 | Imported override_settings from its new location. | Aymeric Augustin | |
