We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de18cf1 commit b0600d5Copy full SHA for b0600d5
docs/changelog.rst
@@ -15,6 +15,9 @@ Changelog
15
* Fixed a bug with adding dynamic-forms to tabular and stacked inlines (which caused the remove-handler to throw an error)
16
* Autocompletes: Only do a lookup with generics, if content-type is defined.
17
* Support for new URL tags, see https://docs.djangoproject.com/en/dev/releases/1.3/#changes-to-url-and-ssi.
18
+* Fixed a bug with m2m-lookups (return obj.pk instead of obj.id).
19
+* Added support for non-integer IDs with generic relations.
20
+* Added pre_content and post_content to dashboard.
21
22
2.3.5 (11/10/2011)
23
------------------
0 commit comments