index
:
django.git
fix-31295
main
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
Age
Commit message (
Expand
)
Author
2014-06-11
Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-05-21
Merge pull request #2679 from ramiro/t22421
Ramiro Morales
2014-05-18
Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.
Esau Rodriguez
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-12
Fixed flake8 error.
Tim Graham
2014-05-11
Fixed some test models' natural_key() methods.
Ramiro Morales
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-11-02
PEP8 cleanup
Jason Myers
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-10-10
Whitespace cleanup.
Tim Graham
2013-08-20
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-20
Fixed invalid testing fixture
Anssi Kääriäinen
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
[prev]