Pass `/admin/app/model/ID/...` URLs to the correct admin backend.

Using the ID field, the correct ``ct_id`` parameter can already be
determined.
This commit is contained in:
Diederik van der Boor
2013-09-17 11:02:38 +02:00
parent e0446bd76c
commit a8d27ca94e
2 changed files with 12 additions and 2 deletions
+2
View File
@@ -5,6 +5,8 @@ Version 0.5.3 (2013-09-17)
--------------------------
* Fix TypeError when ``base_form`` was not defined.
* Fix passing ``/admin/app/model/id/XYZ`` urls to the correct admin backend.
There is no need to include a ``?ct_id=..`` field, as the ID already provides enough information.
Version 0.5.2 (2013-09-05)