Fixed Django 1.8 support for related field widgets.
The RelatedFieldWidgetWrapper tries to resolve the "change" url with "__fk__" as ID value, which broke with our strict pk_regex
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Changelog
|
||||
==========
|
||||
|
||||
Version 0.7.1 (2015-04/30)
|
||||
--------------------------
|
||||
|
||||
* Fixed Django 1.8 support for related field widgets.
|
||||
|
||||
|
||||
Version 0.7 (2015-04-08)
|
||||
------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user