1
0
forked from pool/python-Django

Accepting request 254796 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/254796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2014-10-09 10:52:23 +00:00
committed by Git OBS Bridge
parent f6a4e2e2ea
commit a3aa82338e
5 changed files with 117 additions and 6 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Sep 24 08:30:00 UTC 2014 - aplanas@suse.com
- Update to Django 1.7
* A new built-in database migration system. Notes on upgrading from
South (a popular third*party application providing migration
functionality) are also available.
* A refactored concept of Django applications. Django applications
are no longer tied to the existence of a models files, and can now
specify both configuration data and code to be executed as Django
starts up.
* Improvements to the model Field API to support migrations and, in
the future, to enable easy addition of composite-key support to
Django's ORM.
* Improvements for custom Manager and QuerySet classes, allowing
reverse relationship traversal to specify the Manager to use, and
creation of a Manager from a custom QuerySet class.
* An extensible system check framework which can assist developers
in detecting and diagnosing errors.
Please refer to the release notes for all details and migration
instructions:
https://docs.djangoproject.com/en/1.7/releases/1.7/
- Added python-setuptools as a BuildRequires.
- Fixed Source URL from Django Project site.
- Reordered sources.
- Fixed deduplication to avoid wrong mtimes in pyc files.
-------------------------------------------------------------------
Thu Jul 31 16:55:11 UTC 2014 - dimstar@opensuse.org