django/django
Malcolm Tredinnick 5570b0766d Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
message. It now gives an extra hint if there's a chance you just made a typo in
the lookup type.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 07:03:52 +00:00
..
bin
conf
contrib Fixed a Python 2.4 incompatibility in `compress_kml`. 2008-12-08 14:50:06 +00:00
core
db Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error 2008-12-09 07:03:52 +00:00
dispatch
forms The first step in fixing a group of problems related to outputting a proper 2008-12-08 08:15:37 +00:00
http
middleware
shortcuts
template
templatetags
test
utils
views Added a 'permanent' argument the simple.redirect_to() generic view. It's True by default, to match existing behavior. If set to False, the redirect will be a 302 instead of a 301. This is technically backwards-incompatible if you were using the redirect_to generic view with a format-string key called 'permanent', which is highly, highly unlikely. 2008-12-08 04:53:34 +00:00
__init__.py