Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_model_package
Commit message (Expand)AuthorAgeFilesLines
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-174-26/+0
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-172-56/+2
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-3/+2
* Removed unneeded override_system_checksClaude Paroz2014-10-211-3/+0
* Fixed #23099 -- Removed usage of deprecated initial data ...Tim Graham2014-08-081-0/+1
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+3
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Whitespace cleanup.Tim Graham2013-10-102-14/+14
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-091-2/+0
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-3/+3
* Fixed #14300 -- Fixed initial SQL location if models is a...Tim Graham2013-07-243-0/+20
* 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...Senko 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-267-0/+183