[python-djblets] - djblets.datagrid: - MEDIA_SERIAL is now used for all the images in the datagrid - templat

Stephen Gallagher sgallagh at fedoraproject.org
Mon Nov 22 12:02:02 UTC 2010


commit 0930ee28f60b05ee3fbca9489dcdce7e2d0e60ce
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Nov 22 07:02:06 2010 -0500

    - djblets.datagrid:
    -     MEDIA_SERIAL is now used for all the images in the datagrid
    -      template. Patch by Ben Hollis.
    - djblets.util:
    -     Added a @root_url decorator for use with get_absolute_url
    -     implementations, which appends SITE-ROOT to any returned URLs.
    -     Added a CounterField for atomically updating counters.
    -     CounterField can be used to atomically increment or decrement
    -     an integer stored in the database, on individual models or
    -     on many models at a time. It's intended to substitute for
    -     potentially expensive or numerous SQL queries that retrieve
    -     counts of objects.
    -     Updated the custom fields for Django 1.2 multi-database
    -     compatibility.
    - djblets.webapi:
    -     Fixed a bug in serializing 'long' values in XML.
    -     Resources now Vary on HTTP Accept, meaning that the browser won't
    -     cache the wrong response type when accessing the same resource
    -     with two different requested mimetypes.
    -     Reduced the SQL query count for resources.
    -     Fixed problems that could occur with URLs when serializing objects in
    -     a list and when returning links.

 .gitignore          |    1 +
 python-djblets.spec |   28 ++++++++++++++++++++++++++--
 sources             |    2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 887f23c..868c1e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Djblets-0.6.3.tar.gz
 /Djblets-0.6.4.tar.gz
+/Djblets-0.6.5.tar.gz
diff --git a/python-djblets.spec b/python-djblets.spec
index 4089058..48fc2be 100644
--- a/python-djblets.spec
+++ b/python-djblets.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-djblets
-Version:        0.6.4
-Release:        9%{?dist}
+Version:        0.6.5
+Release:        10%{?dist}
 Summary:        A collection of useful classes and functions for Django
 Group:          Applications/Internet
 # Djblets is MIT licensed:
@@ -58,6 +58,30 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/djblets/
 
 %changelog
+* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.5-10
+- djblets.datagrid:
+-     MEDIA_SERIAL is now used for all the images in the datagrid
+-      template. Patch by Ben Hollis.
+- djblets.util:
+-     Added a @root_url decorator for use with get_absolute_url
+-     implementations, which appends SITE-ROOT to any returned URLs.
+-     Added a CounterField for atomically updating counters.
+-     CounterField can be used to atomically increment or decrement
+-     an integer stored in the database, on individual models or
+-     on many models at a time. It's intended to substitute for
+-     potentially expensive or numerous SQL queries that retrieve
+-     counts of objects.
+-     Updated the custom fields for Django 1.2 multi-database
+-     compatibility.
+- djblets.webapi:
+-     Fixed a bug in serializing 'long' values in XML.
+-     Resources now Vary on HTTP Accept, meaning that the browser won't
+-     cache the wrong response type when accessing the same resource
+-     with two different requested mimetypes.
+-     Reduced the SQL query count for resources.
+-     Fixed problems that could occur with URLs when serializing objects in
+-     a list and when returning links.
+
 * Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.6.4-9
 - New upstream release 0.6.4
 - http://downloads.reviewboard.org/releases/Djblets/0.6/Djblets-0.6.4.NEWS
diff --git a/sources b/sources
index 077d5e9..b617d26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4efe5a9f9e4a5d3dbbebe771d31103f  Djblets-0.6.4.tar.gz
+7a4512ba0a876336dfdaad36caed09ac  Djblets-0.6.5.tar.gz


More information about the scm-commits mailing list