django1/django/forms
Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field
Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.

In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True.
2015-03-25 08:16:12 -04:00
..
extras Fixed #24219 -- Moved SelectDateWidget together with the other widgets 2015-01-27 22:40:02 +07:00
__init__.py Fixed #21489 -- Make formsets directly importable from django.forms. 2013-11-25 19:16:19 -05:00
fields.py Fixed #24428 -- Fixed has_changed for fields with coercion 2015-03-05 09:00:13 +01:00
forms.py Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates. 2015-03-18 09:11:01 -04:00
formsets.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
models.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
widgets.py Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templates. 2015-03-18 09:11:01 -04:00