summaryrefslogtreecommitdiff
path: root/tests/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz2015-07-241-0/+26
* Refs #24978 -- Amended test filename to avoid checkout warnings on Windows.Gagaro2015-06-202-1/+1
* Refs #24978 -- Skipped an unsupported test on Windows.Tim Graham2015-06-171-0/+3
* Fixed #24978 -- Escaped special characters in loaddata fixture pathsMoritz Sichert2015-06-132-0/+14
* Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby2015-05-221-1/+1
* Fixed fixtures tests failure on Python 2 with non-ASCII path.Tim Graham2015-04-161-1/+1
* Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark2015-04-161-0/+10
* Prevented some tests from writing in the CWD.Aymeric Augustin2015-03-071-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Removed support for initial_data fixtures per deprecation timeline.Tim Graham2015-01-172-39/+13
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-0/+2
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-9/+6
* Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz2014-10-151-12/+30
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham2014-08-081-0/+1
* Ensure that a file is closed in the testsAlex Gaynor2014-03-301-1/+2
* Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi2014-03-251-2/+13
* Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz2014-03-091-4/+6
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #22025 -- Listing app followed by app.Model in dumpdata commandEli Bendersky2014-02-121-0/+4
* Fixed #21969: Fix behaviour of initial_data with migrated appsAndrew Godwin2014-02-091-0/+11
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+2
* PEP8 cleanupJason Myers2013-11-021-0/+8
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee2013-10-111-7/+12
* Whitespace cleanup.Tim Graham2013-10-101-7/+7
* Fixed #21089 -- Allow TransactionTestcase subclasses to define an empty list ...Baptiste Mispelon2013-09-111-0/+11
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-2/+0
* Updated syncdb -> migrate in tests.Tim Graham2013-09-031-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped calling loaddata with commit=False.Aymeric Augustin2013-06-301-29/+27
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+7
* Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham2013-05-301-1/+1
* Fixed fixtures testing failureAnssi Kääriäinen2013-05-191-0/+1
* Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-2/+42
* Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic2013-05-191-6/+12
* Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic2013-05-191-5/+12
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2619-0/+703