summaryrefslogtreecommitdiff
path: root/tests/fixtures
AgeCommit message (Expand)Author
2016-03-14Fixed test_dumpdata_progressbar to use the instantiated StringIO object.Jon Dufresne
2016-02-04Fixed #26144 -- Warned when dumping proxy model without concrete parent.Yoong Kang Lim
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-04Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.Andrew Kuchev
2015-12-31Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-09Refs #22258 -- Fixed an unclosed temporary file in fixtures test.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-06-20Refs #24978 -- Amended test filename to avoid checkout warnings on Windows.Gagaro
2015-06-17Refs #24978 -- Skipped an unsupported test on Windows.Tim Graham
2015-06-13Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby
2015-04-16Fixed fixtures tests failure on Python 2 with non-ASCII path.Tim Graham
2015-04-16Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark
2015-03-07Prevented some tests from writing in the CWD.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-10-15Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-03-30Ensure that a file is closed in the testsAlex Gaynor
2014-03-25Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi
2014-03-09Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-12Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky
2014-02-09Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2013-11-02PEP8 cleanupJason Myers
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Whitespace cleanup.Tim Graham
2013-09-11Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...Baptiste Mispelon
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-19Fixed fixtures testing failureAnssi Kääriäinen
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
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-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner