style tweaks + changelog entry

This commit is contained in:
Stefan Wojcik
2015-06-17 17:05:10 -07:00
parent 1233780265
commit b7ef82cb67
2 changed files with 7 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ Changes in 0.9.X - DEV
- Updated URL and Email Field regex validators, added schemes argument to URLField validation. #652
- Removed get_or_create() deprecated since 0.8.0. #300
- Capped collection multiple of 256. #1011
- Added `BaseQuerySet.aggregate_sum` and `BaseQuerySet.aggregate_average` methods.
Changes in 0.9.0
================