2016-02-01 17:39:18 +00:00
|
|
|
==========================
|
|
|
|
Django 1.9.3 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Under development*
|
|
|
|
|
|
|
|
Django 1.9.3 fixes several bugs in 1.9.2.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2016-02-01 17:24:33 +00:00
|
|
|
* Skipped URL checks (new in 1.9) if the ``ROOT_URLCONF`` setting isn't defined
|
|
|
|
(:ticket:`26155`).
|
2016-02-06 14:21:05 +00:00
|
|
|
|
|
|
|
* Fixed a crash on PostgreSQL that prevented using ``TIME_ZONE=None`` and
|
|
|
|
``USE_TZ=False`` (:ticket:`26177`).
|
2016-02-07 23:05:14 +00:00
|
|
|
|
|
|
|
* Added system checks for query name clashes of hidden relationships
|
|
|
|
(:ticket:`26162`).
|
2016-01-29 09:03:47 +00:00
|
|
|
|
|
|
|
* Fixed a regression for cases where
|
|
|
|
``ForeignObject.get_extra_descriptor_filter()`` returned a ``Q`` object
|
|
|
|
(:ticket:`26153`).
|
2016-02-11 06:39:37 +00:00
|
|
|
|
|
|
|
* Fixed regression with an ``__in=qs`` lookup for a ``ForeignKey`` with
|
|
|
|
``to_field`` set (:ticket:`26196`).
|