index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
fixtures_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-18
Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-23
Fixed #17946 -- Fixed deserialization of self-referencing M2M fields
Claude Paroz
2014-11-17
Fixed a test to correctly calculate a fixture's relative path.
Julien Phalip
2014-10-31
Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
Konrad Świat
2014-10-22
Allowed test from refs #23612 to be run from a directory other than tests.
Tim Graham
2014-10-22
Made testing of stdout and stderr more consistent.
Loic Bistuer
2014-10-16
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-10-15
Fixed #23651 -- Isolated non-existent fixture tests
Claude Paroz
2014-10-09
Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...
Brandon Taylor
2014-06-11
Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-12
Fixed flake8 error.
Tim Graham
2014-05-11
Unneeded, Python 3 incompatible code in a75324c6 tests.
Ramiro Morales
2014-05-11
Fixed #14226 -- Dependency calculation for complex M2M relations.
Rainer Koirikivi
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-11-18
Fixed #21457 -- Allowed fixture file name to contain dots
Claude Paroz
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-08-20
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-20
Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-29
Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...
Przemek Lewandowski
2013-07-09
Avoided transaction.set_autocommit in tests.
Aymeric Augustin
2013-06-30
Stopped calling loaddata with commit=False.
Aymeric Augustin
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-02
Fixed #20485 -- Refactored loaddata for speed.
Aymeric Augustin
2013-05-19
fix warnings imports in fixtures tests
Senko Rasic
2013-05-19
Fixed #18990 -- Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-05-19
Fixed #18990: Loaddata now complains if fixture doesn't exist
Senko Rasic
2013-03-30
Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.
Christoph Sieghart
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner