Skip to content

Commit ef16c54

Browse files
committed
Update the release note with latest fixes.
Add the link to the 3.0.3 milestone.
1 parent 02ee387 commit ef16c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ You can determine your currently installed version using `pip freeze`:
5959
* Fix Metaclass attribute depth ignoring fields attribute. ([#2287][gh2287])
6060
* Fix `format_suffix_patterns` to work with Django's `i18n_patterns`. ([#2278][gh2278])
6161
* Ability to customize router URLs for custom actions, using `url_path`. ([#2010][gh2010])
62+
* Don't install Django REST Framework as egg. ([#2386][gh2386])
6263

6364
### 3.0.2
6465

@@ -700,6 +701,7 @@ For older release notes, [please see the GitHub repo](old-release-notes).
700701

701702
[3.0.1-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.1+Release%22
702703
[3.0.2-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22
704+
[3.0.3-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.3+Release%22
703705

704706
<!-- 3.0.1 -->
705707
[gh2013]: https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -767,3 +769,4 @@ For older release notes, [please see the GitHub repo](old-release-notes).
767769
[gh2351]: https://github.com/tomchristie/django-rest-framework/issues/2351
768770
[gh2355]: https://github.com/tomchristie/django-rest-framework/issues/2355
769771
[gh2369]: https://github.com/tomchristie/django-rest-framework/issues/2369
772+
[gh2386]: https://github.com/tomchristie/django-rest-framework/issues/2386

0 commit comments

Comments
 (0)