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
/
model_regress
Age
Commit message (
Expand
)
Author
2025-12-18
Fixed #36701 -- Fixed memory leak in ModelState.
Samriddha9619
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
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-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2020-08-12
Fixed #31863 -- Prevented mutating model state by copies of model instances.
Gert Burger
2020-05-11
Optimized Model and QuerySet pickling version comparison.
Adam Johnson
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2019-11-28
Refs #23919 -- Replaced super(...) with super() in metaclasses.
Jon Dufresne
2019-03-20
Moved choices inside of a test model per coding style.
oliver
2019-03-14
Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __i...
Matt Westcott
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-08-11
Refs #28459 -- Optimized ModelState instantiation.
Sergey Fedoseev
2017-08-11
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
Nerl~
2017-06-11
Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types 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
2016-11-20
Fixed #27514 -- Tested Model.__init__ excessive number of fields.
Adam Chainz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-11
Tested Model.get_next/prev_by_FIELD() on unsaved models.
Tim Graham
2016-02-08
Refs #24007 -- Removed an apps.populate() call in model unpickling that can c...
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-11-14
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-04-30
Fixed model_regress test failure on non-ASCII path; refs #24717.
Tim Graham
2015-04-29
Fixed #24717 -- Fixed model_regress test failure on RHEL6 SCL
David D. Riddle
2015-04-02
Fixed mistakes in tests unveiled by version bump to 1.8.1.
Tim Graham
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-17
Fixed "environment can only contain strings" in model_regress test on Windows.
Tim Graham
2015-02-17
Refs #24324 -- Fixed UnicodeDecodeError in model_regress test on non-ASCII path.
Tim Graham
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-16
Fixed #24160 -- Fixed model_regress test on Windows; refs #24007.
Collin Anderson
2015-01-11
Revert "Marked a test as an expected failure on MySQL and Python 3.2."
Claude Paroz
2014-12-19
Fixed refs #24007 test on Windows.
Tim Graham
2014-12-19
Made model_regress unpickling test CWD-independent
Claude Paroz
2014-12-17
Allowed Python executable names other than python in test from refs #24007.
Collin Anderson
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-08-07
Added a missing unicode_literals that caused a test failure after refs #23226.
Tim Graham
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-05-16
Fix storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
[next]