This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-10 01:16:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
modeltests
/
get_object_or_404
History
Claude Paroz
6ed6a18a03
Fixed
#19432
-- Provided better error message for get_object_or_404
...
Thanks Kit Sunde for the report and Brian Holdefehr for the initial patch.
2012-12-12 22:05:00 +01:00
..
__init__.py
Fixed
#2756
-- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson.
2007-01-03 14:16:58 +00:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00
tests.py
Fixed
#19432
-- Provided better error message for get_object_or_404
2012-12-12 22:05:00 +01:00