diff options
| author | Tim Graham <timograham@gmail.com> | 2018-05-17 10:16:32 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-05-17 11:00:10 -0400 |
| commit | 7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3 (patch) | |
| tree | 98e0f0cbec43f45ea36c09cafb97385bca028a9f /docs/topics/forms | |
| parent | 1cbd3d7874a4887fa2a6d7ef582defc388429b97 (diff) | |
| download | django-7543ab1f8dcb20dbbdf6a41eace95fc47c8dcaa3.tar.gz | |
Removed versionadded/changed annotations for 2.0.
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/media.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/topics/forms/media.txt b/docs/topics/forms/media.txt index d857188bb4..398a4538b1 100644 --- a/docs/topics/forms/media.txt +++ b/docs/topics/forms/media.txt @@ -335,12 +335,6 @@ For example:: Combining ``Media`` objects with assets in a conflicting order results in a ``MediaOrderConflictWarning``. -.. versionchanged:: 2.0 - - In older versions, the assets of ``Media`` objects are concatenated rather - than merged in a way that tries to preserve the relative ordering of the - elements in each list. - ``Media`` on Forms ================== |
