django1/django/forms
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
..
extras Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
__init__.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
fields.py Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses. 2013-08-06 08:50:47 -04:00
forms.py Moved translator comment just above the target string 2013-08-22 09:52:54 +02:00
formsets.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
models.py Fixed model.__eq__ and __hash__ for no pk value cases 2013-08-22 17:24:07 +03:00
util.py Deprecate usage of boolean value for widget attributes 2013-07-05 19:33:19 +02:00
widgets.py Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00