django/docs/ref
Anssi Kääriäinen 6af05e7a0f Fixed model.__eq__ and __hash__ for no pk value cases
The __eq__ method now considers two instances without primary key value
equal only when they have same id(). The __hash__ method raises
TypeError for no primary key case.

Fixed #18864, fixed #18250

Thanks to Tim Graham for docs review.
2013-08-22 17:24:07 +03:00
..
class-based-views Fixed #20944 -- Removed inaccurate statement about View.dispatch(). 2013-08-22 09:20:50 -04:00
contrib Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
files Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
forms Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
models Fixed model.__eq__ and __hash__ for no pk value cases 2013-08-22 17:24:07 +03:00
templates Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
clickjacking.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
databases.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
django-admin.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
exceptions.txt Fixed #20786 -- Cleaned up docs/ref/exceptions.txt 2013-08-02 09:42:46 -04:00
index.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
middleware.txt Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs. 2013-07-25 07:38:14 -04:00
request-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
settings.txt Made description of LANGUAGE_CODE setting more clear. 2013-08-22 08:27:04 -03:00
signals.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
template-response.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
unicode.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
urlresolvers.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
urls.txt Fixed #19897 - Updated static files howto. 2013-03-29 19:15:19 -04:00
utils.txt Removed versionadded/changed annotations for 1.5 2013-08-19 09:09:41 -04:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00
views.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00