Fedora EPEL 5 Update: django-evolution-0.6.2-1.el5

updates at fedoraproject.org updates at fedoraproject.org
Wed Dec 8 16:58:44 UTC 2010


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2010-3408
2010-09-20 17:21:10
--------------------------------------------------------------------------------

Name        : django-evolution
Product     : Fedora EPEL 5
Version     : 0.6.2
Release     : 1.el5
URL         : http://code.google.com/p/django-evolution/
Summary     : Schema evolution for Django
Description :
When you run ./manage.py syncdb, Django will look for any new models that
have been defined, and add a database table to represent those new models.
However, if you make a change to an existing model, ./manage.py syncdb will
not make any changes to the database.

This is where Django Evolution fits in. Django Evolution is an extension to
Django that allows you to track changes in your models over time, and to
update the database to reflect those changes.

--------------------------------------------------------------------------------
Update Information:

* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-16.rc2
- Update to new upstream release 1.5rc2
- Added Python 2.7 compatibility.
- Added compatibility with PyLucene 3.x. Support for 2.x still remains.
- Added support for review requests without diffs, for image/screenshot review
- Assorted API improvements and bugfixes
- Update Djblets requirement to 0.6.4
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-2/

* Fri Oct 01 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-17
- Release ReviewBoard 1.5 final
- Full release notes:
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5/

* Mon Nov 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-18
    - New Features
    -      Permission denied errors are shown when accessing unreachable local Git
    -      repositories. (Bug #1765)
    -      Previously, if a Git repository was used and there wasn’t sufficient
    -      file permissions to access it, a vague error saying that the repository
    -      was unreachable would appear. Now we check to find out if it’s a
    -      permissions error, and display an appropriate error message.
    - Performance Improvements
    -      Reduce the number of SQL queries in the legacy JSON API.
    -      Some of the legacy API handlers performed more queries than necessary.
    -      We now perform fewer queries. Patch by Ben Hollis.
    - Bug Fixes
    -      Fixed several small problems in the Admin UI from bundling Django media
    -      files.
    -      For historical reasons, we’ve always shipped the Django Admin media
    -      files as part of Review Board. This comes from a time before rb-site
    -      existed, when we needed a single media directory with everything inside
    -      it. However, it just introduces various compatibility problems these
    -      days. We now make use of the media files that are installed with Django
    -      Fixed a breakage in the diff viewer with SCons files. (Bug #1864)
    -      Any SCons files put up for review would break the diff viewer, due to a
    -      typo when looking up information on that type of file.
    -      Added the Parent Diff field to the New Review Request page. (Bug #1651)
    -      The Parent Diff field was missing for Git, Bazaar, and Mercurial,
    -      making it impossible to upload a parent diff through the web UI when
    -      creating a new review request.
    -      Fixed some common installation problems with the generated
    -      lighttpd.conf file. (Bug #1618, Bug #1639)
    -      Several installs with lighttpd would give 404 Not Found errors, due to
    -      some configuration problems in the sample config file.
    -      Fixed support for multiple e-mail addresses assigned to a group.
    -      (Bug #1661)
    -      Multiple e-mail addresses for a group were supported, but broken in
    -      1.5. We now split them out properly.
    -      The screenshot area is no longer hidden immediately after uploading a
    -      screenshot.
    -      Fixed an error in the web API when serializing to XML.
    -      Fixed broken intervals for search updating in the generated crontab
    -      file.
    -      The intervals would cause a full index to happen at every minute at 2AM
    -      on Sundays, rather than only at 2AM.
    -      Fixed an error when permanently deleting a review request.
    -      The administrator-specific ability to permanently delete a review
    -      request would succeed but generate an error page.

--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update django-evolution' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list