FileFields now copyable (#198)

This commit is contained in:
Ross Lawley
2012-12-21 17:09:10 +00:00
parent 1cdf71b647
commit b9e0f52526
3 changed files with 38 additions and 16 deletions

View File

@@ -25,6 +25,7 @@ Changes in 0.8.X
- Fixed GridFSProxy __getattr__ behaviour (#196)
- Fix Django timezone support (#151)
- Simplified Q objects, removed QueryTreeTransformerVisitor (#98) (#171)
- FileFields now copyable (#198)
Changes in 0.7.9
================