summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress
AgeCommit message (Expand)Author
2014-06-11Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-05-21Merge pull request #2679 from ramiro/t22421Ramiro Morales
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-05-17Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2014-05-12Fixed flake8 error.Tim Graham
2014-05-11Fixed some test models' natural_key() methods.Ramiro Morales
2014-05-11Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-11-02PEP8 cleanupJason Myers
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Whitespace cleanup.Tim Graham
2013-08-20Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-20Fixed invalid testing fixtureAnssi Kääriäinen
2013-08-20Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-05-19fix warnings imports in fixtures testsSenko Rasic
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-05-19Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic
2013-03-30Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner