diff options
| author | Xavier Ordoquy | 2015-01-08 23:29:51 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-01-08 23:29:51 +0100 | 
| commit | ef16c546d77d36bbddacf9b66626f7eaf9f4ff17 (patch) | |
| tree | b8799206987aab374b8575c5b251c659c8dc7be4 /docs/topics | |
| parent | 02ee3871ae696da762f144c1fbab2065c70cccef (diff) | |
| download | django-rest-framework-ef16c546d77d36bbddacf9b66626f7eaf9f4ff17.tar.bz2 | |
Update the release note with latest fixes.
Add the link to the 3.0.3 milestone.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/release-notes.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md index 18a47b71..c49dd62c 100644 --- a/docs/topics/release-notes.md +++ b/docs/topics/release-notes.md @@ -59,6 +59,7 @@ You can determine your currently installed version using `pip freeze`:  * Fix Metaclass attribute depth ignoring fields attribute. ([#2287][gh2287])  * Fix `format_suffix_patterns` to work with Django's `i18n_patterns`. ([#2278][gh2278])  * Ability to customize router URLs for custom actions, using `url_path`. ([#2010][gh2010]) +* Don't install Django REST Framework as egg. ([#2386][gh2386])  ### 3.0.2 @@ -700,6 +701,7 @@ For older release notes, [please see the GitHub repo](old-release-notes).  [3.0.1-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.1+Release%22  [3.0.2-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.2+Release%22 +[3.0.3-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.0.3+Release%22  <!-- 3.0.1 -->  [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).  [gh2351]: https://github.com/tomchristie/django-rest-framework/issues/2351  [gh2355]: https://github.com/tomchristie/django-rest-framework/issues/2355  [gh2369]: https://github.com/tomchristie/django-rest-framework/issues/2369 +[gh2386]: https://github.com/tomchristie/django-rest-framework/issues/2386 | 
