Changes 1.6.1:

Bug fixes
Fixed BCryptSHA256PasswordHasher with py-bcrypt and Python 3.
Fixed a regression that prevented a ForeignKey with a hidden reverse manager (related_name ending with ‘+’) from being used as a lookup for prefetch_related.
Fixed Queryset.datetimes raising AttributeError in some situations.
Fixed ModelBackend raising UnboundLocalError if get_user_model() raised an error.
Fixed a regression that prevented editable GenericRelation subclasses from working in ModelForms.
Added missing to_python method for ModelMultipleChoiceField which is required in Django 1.6 to properly detect changes from initial values.
Fixed django.contrib.humanize translations where the unicode sequence for the non-breaking space was returned verbatim.
Fixed loaddata error when fixture file name contained any dots not related to file extensions or when fixture path was relative but located in a subdirectory.
Fixed display of inline instances in formsets when parent has 0 for primary key.
Fixed a regression where custom querysets for foreign keys were overwritten if ModelAdmin had ordering set.
Removed mention of a feature in the --locale/-l option of the makemessages and compilemessages commands that never worked as promised: Support of multiple locale names separated by commas. It’s still possible to specify multiple locales in one run by using the option multiple times.
Fixed a regression that unnecessarily triggered settings configuration when importing get_wsgi_application.
Fixed test client logout() method when using the cookie-based session backend.
Fixed a crash when a GeometryField uses a non-geometric widget.
Fixed password hash upgrade when changing the iteration count.
Fixed a bug in the debug view when the URLconf only contains one element.
Re-added missing search result count and reset link in changelist admin view.
The current language is no longer saved to the session by LocaleMiddleware on every response, but rather only after a logout.
Fixed a crash when executing runserver on non-English systems and when the formatted date in its output contained non-ASCII characters.
Fixed a crash in the debug view after an exception occurred on Python ≥ 3.3.
Fixed a crash in ImageField on some platforms (Homebrew and RHEL6 reported).
Fixed a regression when using generic relations in ModelAdmin.list_filter.
This commit is contained in:
adam 2013-12-31 12:02:53 +00:00
parent ef3005f3dc
commit 938546ad2f
2 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.46 2013/11/12 19:12:12 adam Exp $
# $NetBSD: Makefile,v 1.47 2013/12/31 12:02:53 adam Exp $
DISTNAME= Django-1.6
DISTNAME= Django-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV}/
MASTER_SITES= http://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.djangoproject.com/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.31 2013/11/12 19:12:12 adam Exp $
$NetBSD: distinfo,v 1.32 2013/12/31 12:02:53 adam Exp $
SHA1 (Django-1.6.tar.gz) = adf539ecb45bed3f103233297561776898915bfc
RMD160 (Django-1.6.tar.gz) = f913049a45b0e8733c7765d8f7e2f712e50cc93d
Size (Django-1.6.tar.gz) = 6597874 bytes
SHA1 (Django-1.6.1.tar.gz) = 76e412ae92f7aad1392782c0afcd4db4780f4d1c
RMD160 (Django-1.6.1.tar.gz) = d1a8bcd683ba41a8e7ae2be8ed1c05fd8fa7289a
Size (Django-1.6.1.tar.gz) = 6608178 bytes