django1/django/contrib
Anssi Kääriäinen 0e079e4331 Fixed #21428 -- editable GenericRelation regression
The GenericRelation refactoring removed GenericRelations from
model._meta.many_to_many. This had the side effect of disallowing
editable GenericRelations in ModelForms. Editable GenericRelations
aren't officially supported, but if we don't fix this we don't offer any
upgrade path for those who used the ability to set editable=True
in GenericRelation subclass.

Thanks to Trac alias joshcartme for the report and stephencmd and Loic
for working on this issue.
2013-11-16 20:07:35 +02:00
..
admin Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
admindocs Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
auth Propagate get_user_model exception from get_user 2013-11-14 12:02:26 -08:00
comments Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contenttypes Fixed #21428 -- editable GenericRelation regression 2013-11-16 20:07:35 +02:00
flatpages Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
formtools Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
gis Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
humanize Fixed #21415 -- Replaced escape sequence by literal non-breaking space 2013-11-15 15:32:46 +01:00
messages Merge pull request #1907 from Bouke/tickets/21388 2013-11-11 09:33:55 -08:00
redirects Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
sessions Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
sitemaps More attacking E302 violators 2013-11-02 13:12:09 -07:00
sites Moved import at proper place in contrib.sites 2013-11-16 11:13:04 +01:00
staticfiles Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
syndication Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
webdesign More attacking E302 violators 2013-11-02 13:12:09 -07:00
__init__.py