summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-2/+2
* Fixed #33949 -- Fixed fixture dirs duplicates with Path instances.Claude Paroz2022-08-231-0/+14
* Fixed #33582 -- Fixed deserializing natural keys with foreing key dependencie...François Granade2022-03-183-0/+55
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-13/+26
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-273/+325
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-5/+3
* Enforced uniqueness of natural keys used in tests.Mariusz Felisiak2020-04-071-9/+9
* Refs #29983 -- Added test for FIXTURES_DIRS pathlib support.Jon Dufresne2019-11-061-0/+6
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-2/+5
* Fixed loaddata error message when uncompressed fixture has a dot in its name.Sergey Fedoseev2018-09-262-3/+3
* Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert2018-05-091-30/+8
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-3/+2
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-18/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-10/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-5/+0
* Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette2017-01-131-5/+1
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-12/+8
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-21/+6
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-8/+5
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-40/+26
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-5/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+45
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-14/+14
* Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-...Tim Graham2015-02-181-0/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-16/+17
* Removed unneeded null param to ManyToManyFieldClaude Paroz2014-12-231-1/+1
* Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz2014-12-233-0/+15
* Fixed a test to correctly calculate a fixture's relative path.Julien Phalip2014-11-171-1/+1
* Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat2014-10-311-0/+43
* Allowed test from refs #23612 to be run from a directory other than tests.Tim Graham2014-10-221-1/+7
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-15/+15
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-161-23/+22
* Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz2014-10-151-13/+0
* Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor2014-10-091-0/+12
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-0/+2
* Merge pull request #2679 from ramiro/t22421Ramiro Morales2014-05-213-1/+41
|\
| * Fixed #22421 -- Regression in fixtures loading.Ramiro Morales2014-05-173-1/+41
* | Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez2014-05-181-0/+11
|/
* Fixed flake8 error.Tim Graham2014-05-121-6/+4
* Fixed some test models' natural_key() methods.Ramiro Morales2014-05-111-8/+8
* Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales2014-05-111-3/+3