Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/fixtures_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25508 -- Modified QuerySet.__repr__() to disambigu...Tim Graham2015-10-061-5/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+45
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-14/+14
* Refs #24324 -- Skipped fixtures_regress tests that fail o...Tim Graham2015-02-181-0/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-16/+17
* Removed unneeded null param to ManyToManyFieldClaude Paroz2014-12-231-1/+1
* Fixed #17946 -- Fixed deserialization of self-referencing...Claude Paroz2014-12-233-0/+15
* Fixed a test to correctly calculate a fixture's relative ...Julien Phalip2014-11-171-1/+1
* Fixed #23468 -- Added checks for duplicate fixtures direc...Konrad Świat2014-10-311-0/+43
* Allowed test from refs #23612 to be run from a directory ...Tim Graham2014-10-221-1/+7
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-15/+15
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-151-23/+22
* Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz2014-10-151-13/+0
* Fixed #23612 -- Normalized fixuture paths to allow refere...Brandon Taylor2014-10-091-0/+12
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-0/+2
* Merge pull request #2679 from ramiro/t22421Ramiro Morales2014-05-213-1/+41
|\
| * Fixed #22421 -- Regression in fixtures loading.Ramiro Morales2014-05-173-1/+41
* | Fixed #21799 - Modified loaddata --ignorenonexistent to i...Esau Rodriguez2014-05-181-0/+11
|/
* Fixed flake8 error.Tim Graham2014-05-121-6/+4
* Fixed some test models' natural_key() methods.Ramiro Morales2014-05-121-8/+8
* Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales2014-05-121-3/+3
* Fixed #14226 -- Dependency calculation for complex M2M re...Rainer Koirikivi2014-05-122-1/+218
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-3/+3
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz2013-12-072-7/+19
* Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz2013-11-182-0/+17
* PEP8 cleanupJason Myers2013-11-031-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #13252 -- Added ability to serialize with natural p...Tai Lee2013-10-111-2/+3
* Whitespace cleanup.Tim Graham2013-10-103-16/+16
* Fixed #20933 -- Allowed loaddata to load fixtures from re...Florian Apolloner2013-08-202-7/+16
* Fixed invalid testing fixtureAnssi Kääriäinen2013-08-201-0/+6
* Fixed #20820 -- Model inheritance + m2m fixture loading r...Anssi Kääriäinen2013-08-203-0/+26
* Removed most of absolute_import importsClaude Paroz2013-07-292-2/+2
* Fixed #18213 -- Allowed empty fixtures (emit a warning ra...Przemek Lewandowski2013-07-291-13/+26
* Avoided transaction.set_autocommit in tests.Aymeric Augustin2013-07-091-16/+9
* Stopped calling loaddata with commit=False.Aymeric Augustin2013-06-301-32/+0
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+6
* Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin2013-06-021-1/+1
* fix warnings imports in fixtures testsSenko Rasic2013-05-191-1/+1
* Fixed #18990 -- Loaddata now complains if fixture doesn't...Senko Rasic2013-05-191-1/+2
* Fixed #18990: Loaddata now complains if fixture doesn't e...Senko Rasic2013-05-191-7/+8
* Fixed #19998 -- Fixed --ignorenonexistent support for XML...Christoph Sieghart2013-03-302-0/+24
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-2/+2
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-2/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2623-0/+1253