From 42a48b0085a103d5a9640d1d800a4d466afbf873 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Mon, 16 Feb 2015 15:08:22 +0000
Subject: [PATCH] release note for 4068385

---
 CHANGELOG.txt           | 1 +
 docs/releases/0.8.5.rst | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8cdf5ca0dd..3c9f5510d8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -38,6 +38,7 @@ Changelog
 * Fix: When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
 * Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas)
 * Fix: Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
+* Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings)
 
 0.8.4 (04.12.2014)
 ~~~~~~~~~~~~~~~~~~
diff --git a/docs/releases/0.8.5.rst b/docs/releases/0.8.5.rst
index f5877583cc..db3a45c8cc 100644
--- a/docs/releases/0.8.5.rst
+++ b/docs/releases/0.8.5.rst
@@ -22,3 +22,4 @@ Bug fixes
  * When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
  * ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
  * Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
+ * Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings)
\ No newline at end of file