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
Age
Commit message (
Expand
)
Author
2026-01-12
Refs #36769 -- Raised SuspiciousOperation for unexpected nested tags in XML D...
Jacob Walls
2026-01-12
Refs #36769 -- Avoided visiting grandchild nodes in XML Deserializer.
Jacob Walls
2026-01-12
Refs #36769 -- Corrected invalid XML fixtures.
Jacob Walls
2025-12-11
Fixed #36769 -- Avoided visiting deeply nested nodes in XML deserializer.
Pravin Kamble
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-11
Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)
Tom Carrick
2024-01-31
Fixed #35159 -- Fixed dumpdata crash when base querysets use prefetch_related().
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-12
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-05-15
Fixed #31552 -- Added support for LZMA and XZ fixtures to loaddata.
Paolo Melchiorre
2020-05-13
Removed redundant assertions in fixtures tests.
François Freitag
2020-05-08
Added tests for loaddata with gzip/bzip2 compressed fixtures.
Paolo Melchiorre
2020-04-07
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
Refs #26291 -- Added tests for dumpdata/loaddata with forward references with...
Matthijs Kooijman
2020-04-07
Refs #26291 -- Added tests for dumpdata with forward references in natural keys.
Matthijs Kooijman
2020-04-07
Refs #31051 -- Added test for loaddata/dumpdata with circular references with...
Matthijs Kooijman
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2020-02-06
Fixed #31233 -- Closed database connections and cursors after use.
Jon Dufresne
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
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
[next]