django1/django
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
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
contrib Fixed #21428 -- editable GenericRelation regression 2013-11-16 20:07:35 +02:00
core Configure settings sooner in makemessages 2013-11-15 15:30:22 +01:00
db Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
dispatch Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
forms Fixed #21428 -- editable GenericRelation regression 2013-11-16 20:07:35 +02:00
http Fixed #21447 -- Restored code erroneously removed in 20472aa827. 2013-11-16 01:09:35 +01:00
middleware Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
shortcuts More attacking E302 violators 2013-11-02 13:12:09 -07:00
template Fixed spelling of compatibility. 2013-11-09 10:17:17 -05:00
templatetags Fixed #5849 -- Strip whitespace from blocktrans 2013-11-08 00:52:17 +02:00
test Fixed #21351 -- Replaced memoize with Python's lru_cache. 2013-11-11 08:53:09 +01:00
utils Fixed the use of the -ise suffix, where -ize is prefered 2013-11-15 05:23:14 -08:00
views Merge pull request #1821 from Bouke/tickets/14170 2013-11-04 13:50:21 -08:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00