diff options
| author | Emmanuelle Delescolle <emma@lasolution.be> | 2014-10-05 20:06:51 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-06 08:35:16 -0400 |
| commit | a24cf217220dca44b7bd5b36ad9c14a96bca486e (patch) | |
| tree | df014891557d404dee3a9fe979eaf7e62aff775e /docs/releases/1.7.1.txt | |
| parent | e501d4c505ede0c87c2d1a8667167314021489e2 (diff) | |
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Thanks Simon Charette for review.
Diffstat (limited to 'docs/releases/1.7.1.txt')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 2c8af6ac7e..c481a4b4c4 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -9,6 +9,9 @@ Django 1.7.1 fixes several bugs in 1.7. Bugfixes ======== +* Allowed related many-to-many fields to be referenced in the admin + (:ticket:`23604`). + * Added a more helpful error message if you try to migrate an app without first creating the ``contenttypes`` table (:ticket:`22411`). |
