summaryrefslogtreecommitdiff
path: root/tests/fixtures_model_package/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-4/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+15
* Fixed fixtures loading isolation in tests.François Freitag2020-05-151-3/+3
* Removed redundant assertions in fixtures tests.François Freitag2020-05-131-1/+0
* Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann2019-04-141-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.Andrew Kuchev2016-01-041-6/+2
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-16/+0
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-171-47/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-3/+2
* Removed unneeded override_system_checksClaude Paroz2014-10-211-3/+0
* Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham2014-08-081-0/+1
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+3
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-3/+3
* Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham2013-07-241-0/+17
* Avoided transaction.set_autocommit in tests.Aymeric Augustin2013-07-091-10/+2
* Stopped calling loaddata with commit=False.Aymeric Augustin2013-06-301-4/+3
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+3
* Fixed fixtures testing failureAnssi Kääriäinen2013-05-191-1/+4
* fix warnings imports in fixtures testsSenko Rasic2013-05-191-1/+2
* Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic2013-05-191-1/+4
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-4/+4
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-2/+9
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+104