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_model_package
Age
Commit message (
Expand
)
Author
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-15
Fixed fixtures loading isolation in tests.
François Freitag
2020-05-13
Removed redundant assertions in fixtures tests.
François Freitag
2020-05-13
Removed unused fixture2.xml from fixtures_model_package tests.
François Freitag
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-21
Removed unneeded override_system_checks
Claude Paroz
2014-08-08
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-09-09
Removed unneeded imports in tests's __init__.py and unified them.
Florian Apolloner
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-07-24
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
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-05-19
Fixed fixtures testing failure
Anssi Kääriäinen
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-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