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
/
get_object_or_404
Age
Commit message (
Expand
)
Author
2018-02-19
Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError...
dizballanze
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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-03-29
Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-02
PEP8 cleanup
Jason Myers
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner