Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-34/+239
* Refs #22258 -- Fixed an unclosed temporary file in fixtur...Tim Graham2015-09-091-16/+17
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+3
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-0/+26
* Refs #24978 -- Amended test filename to avoid checkout wa...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 fi...Moritz Sichert2015-06-142-0/+14
* Fixed #24776 -- Improved apps.get_app_config() error mess...Peter Inglesby2015-05-221-1/+1
* Fixed fixtures tests failure on Python 2 with non-ASCII p...Tim Graham2015-04-161-1/+1
* Fixed #21652 -- Added notification when processing object...Yitzhak 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...Tim Graham2015-01-172-39/+13
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-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 ...Loic Bistuer2014-09-241-1/+1
* Fixed #23099 -- Removed usage of deprecated initial data ...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 comm...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 dump...Eli Bendersky2014-02-121-0/+4
* Fixed #21969: Fix behaviour of initial_data with migrated...Andrew Godwin2014-02-091-0/+11
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+2
* PEP8 cleanupJason Myers2013-11-031-0/+8
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #13252 -- Added ability to serialize with natural p...Tai Lee2013-10-111-7/+12
* Whitespace cleanup.Tim Graham2013-10-101-7/+7
* Fixed #21089 -- Allow TransactionTestcase subclasses to d...Baptiste Mispelon2013-09-111-0/+11
* 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-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...Senko Rasic2013-05-191-6/+12
* Fixed #18990: Loaddata now complains if fixture doesn't e...Senko Rasic2013-05-191-5/+12
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2619-0/+703