index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-12-30
Fixed #28117 -- Added a helpful message in loaddata when psycopg2 can't load ...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-06-16
Refs #27787 -- Corrected or removed invalid call_command() options.
Chandrakant Kumar
2017-05-26
Fixed #27978 -- Allowed loaddata to read data from stdin.
Pavel Kulikov
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
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
2017-01-13
Removed available_apps on TestCase subclasses.
Simon Charette
2017-01-13
Made contenttypes and auth apps unavailable when not necessary in tests.
Simon Charette
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-07-16
Fixed #26826 -- Stripped spaces from dumpdata pks arguments
Claude Paroz
2016-06-09
Fixed #20468 -- Added loaddata --exclude option.
Berker Peksag
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-14
Fixed test_dumpdata_progressbar to use the instantiated StringIO object.
Jon Dufresne
2016-02-04
Fixed #26144 -- Warned when dumping proxy model without concrete parent.
Yoong Kang Lim
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-04
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
Andrew Kuchev
2015-12-31
Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.
Anssi Kääriäinen
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Refs #22258 -- Fixed an unclosed temporary file in fixtures test.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-06-20
Refs #24978 -- Amended test filename to avoid checkout warnings on Windows.
Gagaro
2015-06-17
Refs #24978 -- Skipped an unsupported test on Windows.
Tim Graham
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-05-22
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-04-16
Fixed fixtures tests failure on Python 2 with non-ASCII path.
Tim Graham
2015-04-16
Fixed #21652 -- Added notification when processing objects in loaddata
Yitzhak Clark
2015-03-07
Prevented some tests from writing in the CWD.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-10-15
Fixed #23651 -- Isolated non-existent fixture tests
Claude Paroz
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-08-08
Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.
Tim Graham
2014-03-30
Ensure that a file is closed in the tests
Alex Gaynor
2014-03-25
Fixed #22257 -- Added file output option to dumpdata command.
Anubhav Joshi
2014-03-09
Fixed #22237 -- Removed some warnings in the test suite
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
[next]