2012-03-30 17:33:51 +08:00
|
|
|
|
============================================
|
|
|
|
|
Django 1.5 release notes - UNDER DEVELOPMENT
|
|
|
|
|
============================================
|
|
|
|
|
|
|
|
|
|
These release notes cover the `new features`_, as well
|
|
|
|
|
as some `backwards incompatible changes`_ you'll want to be aware of
|
|
|
|
|
when upgrading from Django 1.4 or older versions. We've also dropped some
|
|
|
|
|
features, which are detailed in :doc:`our deprecation plan
|
|
|
|
|
</internals/deprecation>`, and we've `begun the deprecation process for some
|
|
|
|
|
features`_.
|
|
|
|
|
|
|
|
|
|
.. _`new features`: `What's new in Django 1.5`_
|
|
|
|
|
.. _`backwards incompatible changes`: `Backwards incompatible changes in 1.5`_
|
|
|
|
|
.. _`begun the deprecation process for some features`: `Features deprecated in 1.5`_
|
|
|
|
|
|
|
|
|
|
Python compatibility
|
|
|
|
|
====================
|
|
|
|
|
|
2012-07-13 23:30:45 +08:00
|
|
|
|
Django 1.5 has dropped support for Python 2.5. Python 2.6.5 is now the minimum
|
2012-03-30 17:33:51 +08:00
|
|
|
|
required Python version. Django is tested and supported on Python 2.6 and
|
|
|
|
|
2.7.
|
|
|
|
|
|
|
|
|
|
This change should affect only a small number of Django users, as most
|
|
|
|
|
operating-system vendors today are shipping Python 2.6 or newer as their default
|
|
|
|
|
version. If you're still using Python 2.5, however, you'll need to stick to
|
2012-04-30 02:33:54 +08:00
|
|
|
|
Django 1.4 until you can upgrade your Python version. Per :doc:`our support policy
|
2012-03-30 17:33:51 +08:00
|
|
|
|
</internals/release-process>`, Django 1.4 will continue to receive security
|
|
|
|
|
support until the release of Django 1.6.
|
|
|
|
|
|
2012-06-23 10:00:40 +08:00
|
|
|
|
Django 1.5 does not run on a Jython final release, because Jython's latest release
|
|
|
|
|
doesn't currently support Python 2.6. However, Jython currently does offer an alpha
|
|
|
|
|
release featuring 2.7 support.
|
2012-03-30 17:33:51 +08:00
|
|
|
|
|
|
|
|
|
What's new in Django 1.5
|
|
|
|
|
========================
|
|
|
|
|
|
Fixed #3011 -- Added swappable auth.User models.
Thanks to the many people that contributed to the development and review of
this patch, including (but not limited to) Jacob Kaplan-Moss, Anssi
Kääriäinen, Ramiro Morales, Preston Holmes, Josh Ourisman, Thomas Sutton,
and Roger Barnes, as well as the many, many people who have contributed to
the design discussion around this ticket over many years.
Squashed commit of the following:
commit d84749a0f034a0a6906d20df047086b1219040d0
Merge: 531e771 7c11b1a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 18:37:04 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 531e7715da545f930c49919a19e954d41c59b446
Merge: 29d1abb 1f84b04
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 07:09:23 2012 +0800
Merged recent trunk changes.
commit 29d1abbe351fd5da855fe5ce09e24227d90ddc91
Merge: 8a527dd 54c81a1
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:49:46 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8a527dda13c9bec955b1f7e8db5822d1d9b32a01
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:48:05 2012 +0800
Ensure sequences are reset correctly in the presence of swapped models.
commit e2b6e22f298eb986d74d28b8d9906f37f5ff8eb8
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 17:53:05 2012 +0800
Modifications to the handling and docs for auth forms.
commit 98aba856b534620aea9091f824b442b47d2fdb3c
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 15:28:57 2012 +0800
Improved error handling and docs for get_user_model()
commit 0229209c844f06dfeb33b0b8eeec000c127695b6
Merge: 6494bf9 8599f64
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 14:50:11 2012 +0800
Merged recent Django trunk changes.
commit 6494bf91f2ddaaabec3ec017f2e3131937c35517
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 21:38:44 2012 +0800
Improved validation of swappable model settings.
commit 5a04cde342cc860384eb844cfda5af55204564ad
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 07:15:14 2012 +0800
Removed some unused imports.
commit ffd535e4136dc54f084b6ac467e81444696e1c8a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:31:28 2012 +0800
Corrected attribute access on for get_by_natural_key
commit 913e1ac84c3d9c7c58a9b3bdbbb15ebccd8a8c0a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:12:34 2012 +0800
Added test for proxy model safeguards on swappable models.
commit 280bf19e94d0d534d0e51bae485c1842558f4ff4
Merge: dbb3900 935a863
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:16:49 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit dbb3900775a99df8b6cb1d7063cf364eab55621a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:09:27 2012 +0800
Fixes for Python 3 compatibility.
commit dfd72131d8664615e245aa0f95b82604ba6b3821
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:54:30 2012 +0800
Added protection against proxying swapped models.
commit abcb027190e53613e7f1734e77ee185b2587de31
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:11:10 2012 +0800
Cleanup and documentation of AbstractUser base class.
commit a9491a87763e307f0eb0dc246f54ac865a6ffb34
Merge: fd8bb4e 08bcb4a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:46:49 2012 +0800
Merge commit '08bcb4aec1ed154cefc631b8510ee13e9af0c19d' into t3011
commit fd8bb4e3e498a92d7a8b340f0684d5f088aa4c92
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:20:14 2012 +0800
Documentation improvements coming from community review.
commit b550a6d06d016ab6a0198c4cb2dffe9cceabe8a5
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:52:47 2012 +0800
Refactored skipIfCustomUser into the contrib.auth tests.
commit 52a02f11107c3f0d711742b8ca65b75175b79d6a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:46:10 2012 +0800
Refactored common 'get' pattern into manager method.
commit b441a6bbc7d6065175715cb09316b9f13268171b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:41:33 2012 +0800
Added note about backwards incompatible change to admin login messages.
commit 08bcb4aec1ed154cefc631b8510ee13e9af0c19d
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:33 2012 +0300
Splitted User to AbstractUser and User
commit d9f5e5addbad5e1a01f67e7358e4f5091c3cad81
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:02 2012 +0300
Reworked REQUIRED_FIELDS + create_user() interaction
commit 579f152e4a6e06671e1ac1e59e2b43cf4d764bf4
Merge: 9184972 93e6733
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:37 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 918497218c58227f5032873ff97261627b2ceab2
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:19 2012 +0800
Deprecate AUTH_PROFILE_MODULE and get_profile().
commit 334cdfc1bb6a6794791497cdefda843bca2ea57a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:00:12 2012 +0800
Added release notes for new swappable User feature.
commit 5d7bb22e8d913b51aba1c3360e7af8b01b6c0ab6
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 19:59:49 2012 +0800
Ensure swapped models can't be queried.
commit 57ac6e3d32605a67581e875b37ec5b2284711a32
Merge: f2ec915 abfba3b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 14:31:54 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit f2ec915b20f81c8afeaa3df25f80689712f720f8
Merge: 1952656 5e99a3d
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:29:51 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 19526563b54fa300785c49cfb625c0c6158ced67
Merge: 2c5e833 c4aa26a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:22:26 2012 +0800
Merge recent changes from master.
commit 2c5e833a30bef4305d55eacc0703533152f5c427
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 07:53:46 2012 +0800
Corrected admin_views tests following removal of the email fallback on admin logins.
commit 20d1892491839d6ef21f37db4ca136935c2076bf
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 01:00:37 2012 +0800
Added conditional skips for all tests dependent on the default User model
commit 40ea8b888284775481fc1eaadeff267dbd7e3dfa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:47:02 2012 +0800
Added documentation for REQUIRED_FIELDS in custom auth.
commit e6aaf659708cf6491f5485d3edfa616cb9214cc0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:20:02 2012 +0800
Added first draft of custom User docs.
Thanks to Greg Turner for the initial text.
commit 75118bd242eec87649da2859e8c50a199a8a1dca
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 11:17:26 2012 +0800
Admin app should not allow username discovery
The admin app login form should not allow users to discover the username
associated with an email address.
commit d088b3af58dad7449fc58493193a327725c57c22
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 10:32:13 2012 +0800
Admin app login form should use swapped user model
commit 7e82e83d67ee0871a72e1a3a723afdd214fcefc3
Merge: e29c010 39aa890
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Fri Sep 7 23:45:03 2012 +0800
Merged master changes.
commit e29c010beb96ca07697c4e3e0c0d5d3ffdc4c0a3
Merge: 8e3fd70 30bdf22
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:12:57 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8e3fd703d02c31a4c3ac9f51f5011d03c0bd47f6
Merge: 507bb50 26e0ba0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:09:09 2012 +0800
Merged recent changes from trunk.
commit 507bb50a9291bfcdcfa1198f9fea21d4e3b1e762
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:41:37 2012 +0800
Modified auth app so that login with alternate auth app is possible.
commit dabe3628362ab7a4a6c9686dd874803baa997eaa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:10:51 2012 +0800
Modified auth management commands to handle custom user definitions.
commit 7cc0baf89d490c92ef3f1dc909b8090191a1294b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 14:17:28 2012 +0800
Added model Meta option for swappable models, and made auth.User a swappable model
2012-09-26 18:48:09 +08:00
|
|
|
|
Configurable User model
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
In Django 1.5, you can now use your own model as the store for user-related
|
|
|
|
|
data. If your project needs a username with more than 30 characters, or if
|
|
|
|
|
you want to store usernames in a format other than first name/last name, or
|
|
|
|
|
you want to put custom profile information onto your User object, you can
|
|
|
|
|
now do so.
|
|
|
|
|
|
|
|
|
|
If you have a third-party reusable application that references the User model,
|
|
|
|
|
you may need to make some changes to the way you reference User instances. You
|
|
|
|
|
should also document any specific features of the User model that your
|
|
|
|
|
application relies upon.
|
|
|
|
|
|
|
|
|
|
See the :ref:`documentation on custom User models <auth-custom-user>` for
|
|
|
|
|
more details.
|
|
|
|
|
|
2012-05-12 15:24:20 +08:00
|
|
|
|
Support for saving a subset of model's fields
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The method :meth:`Model.save() <django.db.models.Model.save()>` has a new
|
|
|
|
|
keyword argument ``update_fields``. By using this argument it is possible to
|
|
|
|
|
save only a select list of model's fields. This can be useful for performance
|
|
|
|
|
reasons or when trying to avoid overwriting concurrent changes.
|
|
|
|
|
|
2012-08-13 03:17:54 +08:00
|
|
|
|
Deferred instances (those loaded by .only() or .defer()) will automatically
|
|
|
|
|
save just the loaded fields. If any field is set manually after load, that
|
|
|
|
|
field will also get updated on save.
|
|
|
|
|
|
2012-05-12 15:24:20 +08:00
|
|
|
|
See the :meth:`Model.save() <django.db.models.Model.save()>` documentation for
|
|
|
|
|
more details.
|
|
|
|
|
|
2012-05-24 19:25:01 +08:00
|
|
|
|
Caching of related model instances
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
When traversing relations, the ORM will avoid re-fetching objects that were
|
|
|
|
|
previously loaded. For example, with the tutorial's models::
|
|
|
|
|
|
|
|
|
|
>>> first_poll = Poll.objects.all()[0]
|
|
|
|
|
>>> first_choice = first_poll.choice_set.all()[0]
|
|
|
|
|
>>> first_choice.poll is first_poll
|
|
|
|
|
True
|
|
|
|
|
|
|
|
|
|
In Django 1.5, the third line no longer triggers a new SQL query to fetch
|
2012-05-26 01:03:15 +08:00
|
|
|
|
``first_choice.poll``; it was set by the second line.
|
2012-05-24 19:25:01 +08:00
|
|
|
|
|
|
|
|
|
For one-to-one relationships, both sides can be cached. For many-to-one
|
|
|
|
|
relationships, only the single side of the relationship can be cached. This
|
|
|
|
|
is particularly helpful in combination with ``prefetch_related``.
|
|
|
|
|
|
2012-06-07 15:59:14 +08:00
|
|
|
|
``{% verbatim %}`` template tag
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
To make it easier to deal with javascript templates which collide with Django's
|
|
|
|
|
syntax, you can now use the :ttag:`verbatim` block tag to avoid parsing the
|
|
|
|
|
tag's content.
|
|
|
|
|
|
2012-07-05 05:34:55 +08:00
|
|
|
|
Retrieval of ``ContentType`` instances associated with proxy models
|
2012-05-30 05:55:20 +08:00
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2012-06-09 04:52:43 +08:00
|
|
|
|
The methods :meth:`ContentTypeManager.get_for_model() <django.contrib.contenttypes.models.ContentTypeManager.get_for_model()>`
|
|
|
|
|
and :meth:`ContentTypeManager.get_for_models() <django.contrib.contenttypes.models.ContentTypeManager.get_for_models()>`
|
|
|
|
|
have a new keyword argument – respectively ``for_concrete_model`` and ``for_concrete_models``.
|
2012-05-30 05:55:20 +08:00
|
|
|
|
By passing ``False`` using this argument it is now possible to retreive the
|
2012-06-09 04:52:43 +08:00
|
|
|
|
:class:`ContentType <django.contrib.contenttypes.models.ContentType>`
|
2012-05-30 05:55:20 +08:00
|
|
|
|
associated with proxy models.
|
|
|
|
|
|
2012-08-18 21:46:17 +08:00
|
|
|
|
New ``view`` variable in class-based views context
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2012-09-29 17:01:08 +08:00
|
|
|
|
|
2012-08-18 21:46:17 +08:00
|
|
|
|
In all :doc:`generic class-based views </topics/class-based-views/index>`
|
|
|
|
|
(or any class-based view inheriting from ``ContextMixin``), the context dictionary
|
|
|
|
|
contains a ``view`` variable that points to the ``View`` instance.
|
|
|
|
|
|
2012-09-29 17:01:08 +08:00
|
|
|
|
GeoDjango
|
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* :class:`~django.contrib.gis.geos.LineString` and
|
|
|
|
|
:class:`~django.contrib.gis.geos.MultiLineString` GEOS objects now support the
|
|
|
|
|
:meth:`~django.contrib.gis.geos.GEOSGeometry.interpolate()` and
|
|
|
|
|
:meth:`~django.contrib.gis.geos.GEOSGeometry.project()` methods
|
|
|
|
|
(so-called linear referencing).
|
|
|
|
|
|
2012-09-22 17:55:37 +08:00
|
|
|
|
* The wkb and hex properties of `GEOSGeometry` objects preserve the Z dimension.
|
|
|
|
|
|
2012-09-29 17:01:08 +08:00
|
|
|
|
* Support for GDAL < 1.5 has been dropped.
|
|
|
|
|
|
2012-04-11 04:49:45 +08:00
|
|
|
|
Minor features
|
|
|
|
|
~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Django 1.5 also includes several smaller improvements worth noting:
|
|
|
|
|
|
|
|
|
|
* The template engine now interprets ``True``, ``False`` and ``None`` as the
|
|
|
|
|
corresponding Python objects.
|
|
|
|
|
|
2012-04-29 21:37:23 +08:00
|
|
|
|
* :mod:`django.utils.timezone` provides a helper for converting aware
|
2012-04-30 02:33:54 +08:00
|
|
|
|
datetimes between time zones. See :func:`~django.utils.timezone.localtime`.
|
2012-04-29 21:37:23 +08:00
|
|
|
|
|
2012-05-17 20:03:19 +08:00
|
|
|
|
* The generic views support OPTIONS requests.
|
|
|
|
|
|
2012-05-27 02:50:44 +08:00
|
|
|
|
* Management commands do not raise ``SystemExit`` any more when called by code
|
|
|
|
|
from :ref:`call_command <call-command>`. Any exception raised by the command
|
|
|
|
|
(mostly :ref:`CommandError <ref-command-exceptions>`) is propagated.
|
|
|
|
|
|
2012-05-26 22:15:45 +08:00
|
|
|
|
* The dumpdata management command outputs one row at a time, preventing
|
|
|
|
|
out-of-memory errors when dumping large datasets.
|
|
|
|
|
|
2012-05-11 04:19:01 +08:00
|
|
|
|
* In the localflavor for Canada, "pq" was added to the acceptable codes for
|
|
|
|
|
Quebec. It's an old abbreviation.
|
|
|
|
|
|
2012-06-08 18:00:51 +08:00
|
|
|
|
* The :ref:`receiver <connecting-receiver-functions>` decorator is now able to
|
|
|
|
|
connect to more than one signal by supplying a list of signals.
|
|
|
|
|
|
2012-09-08 00:42:06 +08:00
|
|
|
|
* In the admin, you can now filter users by groups which they are members of.
|
|
|
|
|
|
2012-04-29 09:22:05 +08:00
|
|
|
|
* :meth:`QuerySet.bulk_create()
|
2012-08-07 05:28:58 +08:00
|
|
|
|
<django.db.models.query.QuerySet.bulk_create>` now has a batch_size
|
2012-04-29 09:22:05 +08:00
|
|
|
|
argument. By default the batch_size is unlimited except for SQLite where
|
|
|
|
|
single batch is limited so that 999 parameters per query isn't exceeded.
|
|
|
|
|
|
2012-09-09 06:55:29 +08:00
|
|
|
|
* The :setting:`LOGIN_URL` and :setting:`LOGIN_REDIRECT_URL` settings now also
|
|
|
|
|
accept view function names and
|
|
|
|
|
:ref:`named URL patterns <naming-url-patterns>`. This allows you to reduce
|
|
|
|
|
configuration duplication. More information can be found in the
|
|
|
|
|
:func:`~django.contrib.auth.decorators.login_required` documentation.
|
|
|
|
|
|
2012-09-24 13:48:13 +08:00
|
|
|
|
* Django now provides a mod_wsgi :doc:`auth handler
|
2012-09-30 03:57:50 +08:00
|
|
|
|
</howto/deployment/wsgi/apache-auth>`.
|
2012-09-24 13:48:13 +08:00
|
|
|
|
|
2012-09-20 23:51:30 +08:00
|
|
|
|
* The :meth:`QuerySet.delete() <django.db.models.query.QuerySet.delete>`
|
|
|
|
|
and :meth:`Model.delete() <django.db.models.Model.delete()>` can now take
|
|
|
|
|
fast-path in some cases. The fast-path allows for less queries and less
|
|
|
|
|
objects fetched into memory. See :meth:`QuerySet.delete()
|
|
|
|
|
<django.db.models.query.QuerySet.delete>` for details.
|
|
|
|
|
|
2012-09-27 21:06:58 +08:00
|
|
|
|
* An instance of :class:`~django.core.urlresolvers.ResolverMatch` is stored on
|
|
|
|
|
the request as ``resolver_match``.
|
|
|
|
|
|
2012-09-27 01:56:21 +08:00
|
|
|
|
* By default, all logging messages reaching the `django` logger when
|
|
|
|
|
:setting:`DEBUG` is `True` are sent to the console (unless you redefine the
|
|
|
|
|
logger in your :setting:`LOGGING` setting).
|
|
|
|
|
|
2012-03-30 17:33:51 +08:00
|
|
|
|
Backwards incompatible changes in 1.5
|
|
|
|
|
=====================================
|
|
|
|
|
|
2012-04-14 14:40:20 +08:00
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
|
|
In addition to the changes outlined in this section, be sure to review the
|
|
|
|
|
:doc:`deprecation plan </internals/deprecation>` for any features that
|
2012-04-30 02:33:54 +08:00
|
|
|
|
have been removed. If you haven't updated your code within the
|
2012-04-14 14:40:20 +08:00
|
|
|
|
deprecation timeline for a given feature, its removal may appear as a
|
|
|
|
|
backwards incompatible change.
|
|
|
|
|
|
2012-05-24 19:02:19 +08:00
|
|
|
|
Context in year archive class-based views
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
For consistency with the other date-based generic views,
|
|
|
|
|
:class:`~django.views.generic.dates.YearArchiveView` now passes ``year`` in
|
|
|
|
|
the context as a :class:`datetime.date` rather than a string. If you are
|
|
|
|
|
using ``{{ year }}`` in your templates, you must replace it with ``{{
|
|
|
|
|
year|date:"Y" }}``.
|
|
|
|
|
|
|
|
|
|
``next_year`` and ``previous_year`` were also added in the context. They are
|
|
|
|
|
calculated according to ``allow_empty`` and ``allow_future``.
|
|
|
|
|
|
2012-09-22 17:45:51 +08:00
|
|
|
|
Context in year and month archive class-based views
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
:class:`~django.views.generic.dates.YearArchiveView` and
|
|
|
|
|
:class:`~django.views.generic.dates.MonthArchiveView` were documented to
|
|
|
|
|
provide a ``date_list`` sorted in ascending order in the context, like their
|
|
|
|
|
function-based predecessors, but it actually was in descending order. In 1.5,
|
|
|
|
|
the documented order was restored. You may want to add (or remove) the
|
|
|
|
|
``reversed`` keyword when you're iterating on ``date_list`` in a template::
|
|
|
|
|
|
|
|
|
|
{% for date in date_list reversed %}
|
|
|
|
|
|
|
|
|
|
:class:`~django.views.generic.dates.ArchiveIndexView` still provides a
|
|
|
|
|
``date_list`` in descending order.
|
|
|
|
|
|
2012-08-18 19:52:05 +08:00
|
|
|
|
Context in TemplateView
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
For consistency with the design of the other generic views,
|
|
|
|
|
:class:`~django.views.generic.base.TemplateView` no longer passes a ``params``
|
|
|
|
|
dictionary into the context, instead passing the variables from the URLconf
|
|
|
|
|
directly into the context.
|
|
|
|
|
|
2012-05-26 01:03:15 +08:00
|
|
|
|
OPTIONS, PUT and DELETE requests in the test client
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Unlike GET and POST, these HTTP methods aren't implemented by web browsers.
|
|
|
|
|
Rather, they're used in APIs, which transfer data in various formats such as
|
|
|
|
|
JSON or XML. Since such requests may contain arbitrary data, Django doesn't
|
|
|
|
|
attempt to decode their body.
|
|
|
|
|
|
|
|
|
|
However, the test client used to build a query string for OPTIONS and DELETE
|
|
|
|
|
requests like for GET, and a request body for PUT requests like for POST. This
|
|
|
|
|
encoding was arbitrary and inconsistent with Django's behavior when it
|
|
|
|
|
receives the requests, so it was removed in Django 1.5.
|
|
|
|
|
|
|
|
|
|
If you were using the ``data`` parameter in an OPTIONS or a DELETE request,
|
|
|
|
|
you must convert it to a query string and append it to the ``path`` parameter.
|
|
|
|
|
|
|
|
|
|
If you were using the ``data`` parameter in a PUT request without a
|
|
|
|
|
``content_type``, you must encode your data before passing it to the test
|
|
|
|
|
client and set the ``content_type`` argument.
|
|
|
|
|
|
2012-08-21 03:21:00 +08:00
|
|
|
|
.. _simplejson-incompatibilities:
|
|
|
|
|
|
|
|
|
|
System version of :mod:`simplejson` no longer used
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
:ref:`As explained below <simplejson-deprecation>`, Django 1.5 deprecates
|
|
|
|
|
:mod:`django.utils.simplejson` in favor of Python 2.6's built-in :mod:`json`
|
|
|
|
|
module. In theory, this change is harmless. Unfortunately, because of
|
|
|
|
|
incompatibilities between versions of :mod:`simplejson`, it may trigger errors
|
|
|
|
|
in some circumstances.
|
|
|
|
|
|
|
|
|
|
JSON-related features in Django 1.4 always used :mod:`django.utils.simplejson`.
|
|
|
|
|
This module was actually:
|
|
|
|
|
|
|
|
|
|
- A system version of :mod:`simplejson`, if one was available (ie. ``import
|
|
|
|
|
simplejson`` works), if it was more recent than Django's built-in copy or it
|
|
|
|
|
had the C speedups, or
|
|
|
|
|
- The :mod:`json` module from the standard library, if it was available (ie.
|
|
|
|
|
Python 2.6 or greater), or
|
|
|
|
|
- A built-in copy of version 2.0.7 of :mod:`simplejson`.
|
|
|
|
|
|
|
|
|
|
In Django 1.5, those features use Python's :mod:`json` module, which is based
|
|
|
|
|
on version 2.0.9 of :mod:`simplejson`.
|
|
|
|
|
|
|
|
|
|
There are no known incompatibilities between Django's copy of version 2.0.7 and
|
|
|
|
|
Python's copy of version 2.0.9. However, there are some incompatibilities
|
|
|
|
|
between other versions of :mod:`simplejson`:
|
|
|
|
|
|
|
|
|
|
- While the :mod:`simplejson` API is documented as always returning unicode
|
|
|
|
|
strings, the optional C implementation can return a byte string. This was
|
|
|
|
|
fixed in Python 2.7.
|
|
|
|
|
- :class:`simplejson.JSONEncoder` gained a ``namedtuple_as_object`` keyword
|
|
|
|
|
argument in version 2.2.
|
|
|
|
|
|
|
|
|
|
More information on these incompatibilities is available in `ticket #18023`_.
|
|
|
|
|
|
|
|
|
|
The net result is that, if you have installed :mod:`simplejson` and your code
|
|
|
|
|
uses Django's serialization internals directly -- for instance
|
|
|
|
|
:class:`django.core.serializers.json.DjangoJSONEncoder`, the switch from
|
|
|
|
|
:mod:`simplejson` to :mod:`json` could break your code. (In general, changes to
|
|
|
|
|
internals aren't documented; we're making an exception here.)
|
|
|
|
|
|
|
|
|
|
At this point, the maintainers of Django believe that using :mod:`json` from
|
|
|
|
|
the standard library offers the strongest guarantee of backwards-compatibility.
|
|
|
|
|
They recommend to use it from now on.
|
|
|
|
|
|
|
|
|
|
.. _ticket #18023: https://code.djangoproject.com/ticket/18023#comment:10
|
|
|
|
|
|
2012-06-06 16:53:16 +08:00
|
|
|
|
String types of hasher method parameters
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
If you have written a :ref:`custom password hasher <auth_password_storage>`,
|
|
|
|
|
your ``encode()``, ``verify()`` or ``safe_summary()`` methods should accept
|
|
|
|
|
Unicode parameters (``password``, ``salt`` or ``encoded``). If any of the
|
|
|
|
|
hashing methods need byte strings, you can use the
|
2012-08-29 02:59:56 +08:00
|
|
|
|
:func:`~django.utils.encoding.force_bytes` utility to encode the strings.
|
2012-06-06 16:53:16 +08:00
|
|
|
|
|
2012-06-09 23:55:24 +08:00
|
|
|
|
Validation of previous_page_number and next_page_number
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
When using :doc:`object pagination </topics/pagination>`,
|
|
|
|
|
the ``previous_page_number()`` and ``next_page_number()`` methods of the
|
|
|
|
|
:class:`~django.core.paginator.Page` object did not check if the returned
|
|
|
|
|
number was inside the existing page range.
|
|
|
|
|
It does check it now and raises an :exc:`InvalidPage` exception when the number
|
|
|
|
|
is either too low or too high.
|
|
|
|
|
|
2012-05-27 04:19:13 +08:00
|
|
|
|
Behavior of autocommit database option on PostgreSQL changed
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
PostgreSQL's autocommit option didn't work as advertised previously. It did
|
|
|
|
|
work for single transaction block, but after the first block was left the
|
|
|
|
|
autocommit behavior was never restored. This bug is now fixed in 1.5. While
|
|
|
|
|
this is only a bug fix, it is worth checking your applications behavior if
|
|
|
|
|
you are using PostgreSQL together with the autocommit option.
|
|
|
|
|
|
2012-07-05 23:09:48 +08:00
|
|
|
|
Session not saved on 500 responses
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Django's session middleware will skip saving the session data if the
|
|
|
|
|
response's status code is 500.
|
|
|
|
|
|
Fixed #3011 -- Added swappable auth.User models.
Thanks to the many people that contributed to the development and review of
this patch, including (but not limited to) Jacob Kaplan-Moss, Anssi
Kääriäinen, Ramiro Morales, Preston Holmes, Josh Ourisman, Thomas Sutton,
and Roger Barnes, as well as the many, many people who have contributed to
the design discussion around this ticket over many years.
Squashed commit of the following:
commit d84749a0f034a0a6906d20df047086b1219040d0
Merge: 531e771 7c11b1a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 18:37:04 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 531e7715da545f930c49919a19e954d41c59b446
Merge: 29d1abb 1f84b04
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 07:09:23 2012 +0800
Merged recent trunk changes.
commit 29d1abbe351fd5da855fe5ce09e24227d90ddc91
Merge: 8a527dd 54c81a1
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:49:46 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8a527dda13c9bec955b1f7e8db5822d1d9b32a01
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:48:05 2012 +0800
Ensure sequences are reset correctly in the presence of swapped models.
commit e2b6e22f298eb986d74d28b8d9906f37f5ff8eb8
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 17:53:05 2012 +0800
Modifications to the handling and docs for auth forms.
commit 98aba856b534620aea9091f824b442b47d2fdb3c
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 15:28:57 2012 +0800
Improved error handling and docs for get_user_model()
commit 0229209c844f06dfeb33b0b8eeec000c127695b6
Merge: 6494bf9 8599f64
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 14:50:11 2012 +0800
Merged recent Django trunk changes.
commit 6494bf91f2ddaaabec3ec017f2e3131937c35517
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 21:38:44 2012 +0800
Improved validation of swappable model settings.
commit 5a04cde342cc860384eb844cfda5af55204564ad
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 07:15:14 2012 +0800
Removed some unused imports.
commit ffd535e4136dc54f084b6ac467e81444696e1c8a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:31:28 2012 +0800
Corrected attribute access on for get_by_natural_key
commit 913e1ac84c3d9c7c58a9b3bdbbb15ebccd8a8c0a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:12:34 2012 +0800
Added test for proxy model safeguards on swappable models.
commit 280bf19e94d0d534d0e51bae485c1842558f4ff4
Merge: dbb3900 935a863
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:16:49 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit dbb3900775a99df8b6cb1d7063cf364eab55621a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:09:27 2012 +0800
Fixes for Python 3 compatibility.
commit dfd72131d8664615e245aa0f95b82604ba6b3821
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:54:30 2012 +0800
Added protection against proxying swapped models.
commit abcb027190e53613e7f1734e77ee185b2587de31
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:11:10 2012 +0800
Cleanup and documentation of AbstractUser base class.
commit a9491a87763e307f0eb0dc246f54ac865a6ffb34
Merge: fd8bb4e 08bcb4a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:46:49 2012 +0800
Merge commit '08bcb4aec1ed154cefc631b8510ee13e9af0c19d' into t3011
commit fd8bb4e3e498a92d7a8b340f0684d5f088aa4c92
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:20:14 2012 +0800
Documentation improvements coming from community review.
commit b550a6d06d016ab6a0198c4cb2dffe9cceabe8a5
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:52:47 2012 +0800
Refactored skipIfCustomUser into the contrib.auth tests.
commit 52a02f11107c3f0d711742b8ca65b75175b79d6a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:46:10 2012 +0800
Refactored common 'get' pattern into manager method.
commit b441a6bbc7d6065175715cb09316b9f13268171b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:41:33 2012 +0800
Added note about backwards incompatible change to admin login messages.
commit 08bcb4aec1ed154cefc631b8510ee13e9af0c19d
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:33 2012 +0300
Splitted User to AbstractUser and User
commit d9f5e5addbad5e1a01f67e7358e4f5091c3cad81
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:02 2012 +0300
Reworked REQUIRED_FIELDS + create_user() interaction
commit 579f152e4a6e06671e1ac1e59e2b43cf4d764bf4
Merge: 9184972 93e6733
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:37 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 918497218c58227f5032873ff97261627b2ceab2
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:19 2012 +0800
Deprecate AUTH_PROFILE_MODULE and get_profile().
commit 334cdfc1bb6a6794791497cdefda843bca2ea57a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:00:12 2012 +0800
Added release notes for new swappable User feature.
commit 5d7bb22e8d913b51aba1c3360e7af8b01b6c0ab6
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 19:59:49 2012 +0800
Ensure swapped models can't be queried.
commit 57ac6e3d32605a67581e875b37ec5b2284711a32
Merge: f2ec915 abfba3b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 14:31:54 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit f2ec915b20f81c8afeaa3df25f80689712f720f8
Merge: 1952656 5e99a3d
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:29:51 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 19526563b54fa300785c49cfb625c0c6158ced67
Merge: 2c5e833 c4aa26a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:22:26 2012 +0800
Merge recent changes from master.
commit 2c5e833a30bef4305d55eacc0703533152f5c427
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 07:53:46 2012 +0800
Corrected admin_views tests following removal of the email fallback on admin logins.
commit 20d1892491839d6ef21f37db4ca136935c2076bf
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 01:00:37 2012 +0800
Added conditional skips for all tests dependent on the default User model
commit 40ea8b888284775481fc1eaadeff267dbd7e3dfa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:47:02 2012 +0800
Added documentation for REQUIRED_FIELDS in custom auth.
commit e6aaf659708cf6491f5485d3edfa616cb9214cc0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:20:02 2012 +0800
Added first draft of custom User docs.
Thanks to Greg Turner for the initial text.
commit 75118bd242eec87649da2859e8c50a199a8a1dca
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 11:17:26 2012 +0800
Admin app should not allow username discovery
The admin app login form should not allow users to discover the username
associated with an email address.
commit d088b3af58dad7449fc58493193a327725c57c22
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 10:32:13 2012 +0800
Admin app login form should use swapped user model
commit 7e82e83d67ee0871a72e1a3a723afdd214fcefc3
Merge: e29c010 39aa890
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Fri Sep 7 23:45:03 2012 +0800
Merged master changes.
commit e29c010beb96ca07697c4e3e0c0d5d3ffdc4c0a3
Merge: 8e3fd70 30bdf22
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:12:57 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8e3fd703d02c31a4c3ac9f51f5011d03c0bd47f6
Merge: 507bb50 26e0ba0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:09:09 2012 +0800
Merged recent changes from trunk.
commit 507bb50a9291bfcdcfa1198f9fea21d4e3b1e762
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:41:37 2012 +0800
Modified auth app so that login with alternate auth app is possible.
commit dabe3628362ab7a4a6c9686dd874803baa997eaa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:10:51 2012 +0800
Modified auth management commands to handle custom user definitions.
commit 7cc0baf89d490c92ef3f1dc909b8090191a1294b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 14:17:28 2012 +0800
Added model Meta option for swappable models, and made auth.User a swappable model
2012-09-26 18:48:09 +08:00
|
|
|
|
Email checks on failed admin login
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Prior to Django 1.5, if you attempted to log into the admin interface and
|
|
|
|
|
mistakenly used your email address instead of your username, the admin
|
|
|
|
|
interface would provide a warning advising that your email address was
|
|
|
|
|
not your username. In Django 1.5, the introduction of
|
|
|
|
|
:ref:`custom User models <auth-custom-user>` has required the removal of this
|
|
|
|
|
warning. This doesn't change the login behavior of the admin site; it only
|
|
|
|
|
affects the warning message that is displayed under one particular mode of
|
|
|
|
|
login failure.
|
|
|
|
|
|
2012-07-25 04:24:16 +08:00
|
|
|
|
Changes in tests execution
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Some changes have been introduced in the execution of tests that might be
|
|
|
|
|
backward-incompatible for some testing setups:
|
|
|
|
|
|
|
|
|
|
Database flushing in ``django.test.TransactionTestCase``
|
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
Previously, the test database was truncated *before* each test run in a
|
|
|
|
|
:class:`~django.test.TransactionTestCase`.
|
|
|
|
|
|
|
|
|
|
In order to be able to run unit tests in any order and to make sure they are
|
|
|
|
|
always isolated from each other, :class:`~django.test.TransactionTestCase` will
|
|
|
|
|
now reset the database *after* each test run instead.
|
|
|
|
|
|
|
|
|
|
No more implict DB sequences reset
|
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
:class:`~django.test.TransactionTestCase` tests used to reset primary key
|
|
|
|
|
sequences automatically together with the database flushing actions described
|
|
|
|
|
above.
|
|
|
|
|
|
|
|
|
|
This has been changed so no sequences are implicitly reset. This can cause
|
|
|
|
|
:class:`~django.test.TransactionTestCase` tests that depend on hard-coded
|
|
|
|
|
primary key values to break.
|
|
|
|
|
|
|
|
|
|
The new :attr:`~django.test.TransactionTestCase.reset_sequences` attribute can
|
|
|
|
|
be used to force the old behavior for :class:`~django.test.TransactionTestCase`
|
|
|
|
|
that might need it.
|
|
|
|
|
|
|
|
|
|
Ordering of tests
|
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
In order to make sure all ``TestCase`` code starts with a clean database,
|
|
|
|
|
tests are now executed in the following order:
|
|
|
|
|
|
|
|
|
|
* First, all unittests (including :class:`unittest.TestCase`,
|
|
|
|
|
:class:`~django.test.SimpleTestCase`, :class:`~django.test.TestCase` and
|
|
|
|
|
:class:`~django.test.TransactionTestCase`) are run with no particular ordering
|
|
|
|
|
guaranteed nor enforced among them.
|
|
|
|
|
|
|
|
|
|
* Then any other tests (e.g. doctests) that may alter the database without
|
|
|
|
|
restoring it to its original state are run.
|
|
|
|
|
|
|
|
|
|
This should not cause any problems unless you have existing doctests which
|
|
|
|
|
assume a :class:`~django.test.TransactionTestCase` executed earlier left some
|
|
|
|
|
database state behind or unit tests that rely on some form of state being
|
|
|
|
|
preserved after the execution of other tests. Such tests are already very
|
|
|
|
|
fragile, and must now be changed to be able to run independently.
|
|
|
|
|
|
2012-08-04 20:17:02 +08:00
|
|
|
|
`cleaned_data` dictionary kept for invalid forms
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The :attr:`~django.forms.Form.cleaned_data` dictionary is now always present
|
|
|
|
|
after form validation. When the form doesn't validate, it contains only the
|
|
|
|
|
fields that passed validation. You should test the success of the validation
|
|
|
|
|
with the :meth:`~django.forms.Form.is_valid()` method and not with the
|
|
|
|
|
presence or absence of the :attr:`~django.forms.Form.cleaned_data` attribute
|
|
|
|
|
on the form.
|
|
|
|
|
|
2012-07-16 03:07:02 +08:00
|
|
|
|
Miscellaneous
|
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
2012-08-04 00:46:30 +08:00
|
|
|
|
* :func:`~django.utils.http.int_to_base36` properly raises a :exc:`TypeError`
|
|
|
|
|
instead of :exc:`ValueError` for non-integer inputs.
|
|
|
|
|
|
2012-08-18 20:53:22 +08:00
|
|
|
|
* The ``slugify`` template filter is now available as a standard python
|
|
|
|
|
function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is
|
|
|
|
|
available at :func:`django.utils.html.remove_tags`.
|
|
|
|
|
|
2012-09-05 23:05:28 +08:00
|
|
|
|
* Uploaded files are no longer created as executable by default. If you need
|
|
|
|
|
them to be executeable change :setting:`FILE_UPLOAD_PERMISSIONS` to your
|
|
|
|
|
needs. The new default value is `0666` (octal) and the current umask value
|
|
|
|
|
is first masked out.
|
|
|
|
|
|
2012-03-30 17:33:51 +08:00
|
|
|
|
Features deprecated in 1.5
|
|
|
|
|
==========================
|
|
|
|
|
|
2012-08-21 03:21:00 +08:00
|
|
|
|
.. _simplejson-deprecation:
|
|
|
|
|
|
2012-04-30 01:58:00 +08:00
|
|
|
|
``django.utils.simplejson``
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
2012-04-30 02:33:54 +08:00
|
|
|
|
Since Django 1.5 drops support for Python 2.5, we can now rely on the
|
2012-08-21 03:21:00 +08:00
|
|
|
|
:mod:`json` module being available in Python's standard library, so we've
|
|
|
|
|
removed our own copy of :mod:`simplejson`. You should now import :mod:`json`
|
|
|
|
|
instead :mod:`django.utils.simplejson`.
|
|
|
|
|
|
|
|
|
|
Unfortunately, this change might have unwanted side-effects, because of
|
|
|
|
|
incompatibilities between versions of :mod:`simplejson` -- see the
|
|
|
|
|
:ref:`backwards-incompatible changes <simplejson-incompatibilities>` section.
|
|
|
|
|
If you rely on features added to :mod:`simplejson` after it became Python's
|
|
|
|
|
:mod:`json`, you should import :mod:`simplejson` explicitly.
|
2012-04-30 01:58:00 +08:00
|
|
|
|
|
|
|
|
|
``itercompat.product``
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
2012-03-31 16:24:29 +08:00
|
|
|
|
|
|
|
|
|
The :func:`~django.utils.itercompat.product` function has been deprecated. Use
|
2012-05-24 19:02:19 +08:00
|
|
|
|
the built-in :func:`itertools.product` instead.
|
2012-08-12 20:39:48 +08:00
|
|
|
|
|
|
|
|
|
``django.utils.encoding.StrAndUnicode``
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The :class:`~django.utils.encoding.StrAndUnicode` mix-in has been deprecated.
|
|
|
|
|
Define a ``__str__`` method and apply the
|
|
|
|
|
:func:`~django.utils.encoding.python_2_unicode_compatible` decorator instead.
|
2012-06-23 22:57:20 +08:00
|
|
|
|
|
|
|
|
|
``django.utils.markup``
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
The markup contrib module has been deprecated and will follow an accelerated
|
|
|
|
|
deprecation schedule. Direct use of python markup libraries or 3rd party tag
|
|
|
|
|
libraries is preferred to Django maintaining this functionality in the
|
|
|
|
|
framework.
|
Fixed #3011 -- Added swappable auth.User models.
Thanks to the many people that contributed to the development and review of
this patch, including (but not limited to) Jacob Kaplan-Moss, Anssi
Kääriäinen, Ramiro Morales, Preston Holmes, Josh Ourisman, Thomas Sutton,
and Roger Barnes, as well as the many, many people who have contributed to
the design discussion around this ticket over many years.
Squashed commit of the following:
commit d84749a0f034a0a6906d20df047086b1219040d0
Merge: 531e771 7c11b1a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 18:37:04 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 531e7715da545f930c49919a19e954d41c59b446
Merge: 29d1abb 1f84b04
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Wed Sep 26 07:09:23 2012 +0800
Merged recent trunk changes.
commit 29d1abbe351fd5da855fe5ce09e24227d90ddc91
Merge: 8a527dd 54c81a1
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:49:46 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8a527dda13c9bec955b1f7e8db5822d1d9b32a01
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 24 07:48:05 2012 +0800
Ensure sequences are reset correctly in the presence of swapped models.
commit e2b6e22f298eb986d74d28b8d9906f37f5ff8eb8
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 17:53:05 2012 +0800
Modifications to the handling and docs for auth forms.
commit 98aba856b534620aea9091f824b442b47d2fdb3c
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 15:28:57 2012 +0800
Improved error handling and docs for get_user_model()
commit 0229209c844f06dfeb33b0b8eeec000c127695b6
Merge: 6494bf9 8599f64
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 23 14:50:11 2012 +0800
Merged recent Django trunk changes.
commit 6494bf91f2ddaaabec3ec017f2e3131937c35517
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 21:38:44 2012 +0800
Improved validation of swappable model settings.
commit 5a04cde342cc860384eb844cfda5af55204564ad
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Sep 17 07:15:14 2012 +0800
Removed some unused imports.
commit ffd535e4136dc54f084b6ac467e81444696e1c8a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:31:28 2012 +0800
Corrected attribute access on for get_by_natural_key
commit 913e1ac84c3d9c7c58a9b3bdbbb15ebccd8a8c0a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 20:12:34 2012 +0800
Added test for proxy model safeguards on swappable models.
commit 280bf19e94d0d534d0e51bae485c1842558f4ff4
Merge: dbb3900 935a863
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:16:49 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit dbb3900775a99df8b6cb1d7063cf364eab55621a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 18:09:27 2012 +0800
Fixes for Python 3 compatibility.
commit dfd72131d8664615e245aa0f95b82604ba6b3821
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:54:30 2012 +0800
Added protection against proxying swapped models.
commit abcb027190e53613e7f1734e77ee185b2587de31
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 15:11:10 2012 +0800
Cleanup and documentation of AbstractUser base class.
commit a9491a87763e307f0eb0dc246f54ac865a6ffb34
Merge: fd8bb4e 08bcb4a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:46:49 2012 +0800
Merge commit '08bcb4aec1ed154cefc631b8510ee13e9af0c19d' into t3011
commit fd8bb4e3e498a92d7a8b340f0684d5f088aa4c92
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 14:20:14 2012 +0800
Documentation improvements coming from community review.
commit b550a6d06d016ab6a0198c4cb2dffe9cceabe8a5
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:52:47 2012 +0800
Refactored skipIfCustomUser into the contrib.auth tests.
commit 52a02f11107c3f0d711742b8ca65b75175b79d6a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:46:10 2012 +0800
Refactored common 'get' pattern into manager method.
commit b441a6bbc7d6065175715cb09316b9f13268171b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 16 13:41:33 2012 +0800
Added note about backwards incompatible change to admin login messages.
commit 08bcb4aec1ed154cefc631b8510ee13e9af0c19d
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:33 2012 +0300
Splitted User to AbstractUser and User
commit d9f5e5addbad5e1a01f67e7358e4f5091c3cad81
Author: Anssi Kääriäinen <akaariai@gmail.com>
Date: Sat Sep 15 18:30:02 2012 +0300
Reworked REQUIRED_FIELDS + create_user() interaction
commit 579f152e4a6e06671e1ac1e59e2b43cf4d764bf4
Merge: 9184972 93e6733
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:37 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 918497218c58227f5032873ff97261627b2ceab2
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:18:19 2012 +0800
Deprecate AUTH_PROFILE_MODULE and get_profile().
commit 334cdfc1bb6a6794791497cdefda843bca2ea57a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 20:00:12 2012 +0800
Added release notes for new swappable User feature.
commit 5d7bb22e8d913b51aba1c3360e7af8b01b6c0ab6
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 19:59:49 2012 +0800
Ensure swapped models can't be queried.
commit 57ac6e3d32605a67581e875b37ec5b2284711a32
Merge: f2ec915 abfba3b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 15 14:31:54 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit f2ec915b20f81c8afeaa3df25f80689712f720f8
Merge: 1952656 5e99a3d
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:29:51 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 19526563b54fa300785c49cfb625c0c6158ced67
Merge: 2c5e833 c4aa26a
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 08:22:26 2012 +0800
Merge recent changes from master.
commit 2c5e833a30bef4305d55eacc0703533152f5c427
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 07:53:46 2012 +0800
Corrected admin_views tests following removal of the email fallback on admin logins.
commit 20d1892491839d6ef21f37db4ca136935c2076bf
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sun Sep 9 01:00:37 2012 +0800
Added conditional skips for all tests dependent on the default User model
commit 40ea8b888284775481fc1eaadeff267dbd7e3dfa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:47:02 2012 +0800
Added documentation for REQUIRED_FIELDS in custom auth.
commit e6aaf659708cf6491f5485d3edfa616cb9214cc0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Sat Sep 8 23:20:02 2012 +0800
Added first draft of custom User docs.
Thanks to Greg Turner for the initial text.
commit 75118bd242eec87649da2859e8c50a199a8a1dca
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 11:17:26 2012 +0800
Admin app should not allow username discovery
The admin app login form should not allow users to discover the username
associated with an email address.
commit d088b3af58dad7449fc58493193a327725c57c22
Author: Thomas Sutton <me@thomas-sutton.id.au>
Date: Mon Aug 20 10:32:13 2012 +0800
Admin app login form should use swapped user model
commit 7e82e83d67ee0871a72e1a3a723afdd214fcefc3
Merge: e29c010 39aa890
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Fri Sep 7 23:45:03 2012 +0800
Merged master changes.
commit e29c010beb96ca07697c4e3e0c0d5d3ffdc4c0a3
Merge: 8e3fd70 30bdf22
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:12:57 2012 +0800
Merge remote-tracking branch 'django/master' into t3011
commit 8e3fd703d02c31a4c3ac9f51f5011d03c0bd47f6
Merge: 507bb50 26e0ba0
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Aug 20 13:09:09 2012 +0800
Merged recent changes from trunk.
commit 507bb50a9291bfcdcfa1198f9fea21d4e3b1e762
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:41:37 2012 +0800
Modified auth app so that login with alternate auth app is possible.
commit dabe3628362ab7a4a6c9686dd874803baa997eaa
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 20:10:51 2012 +0800
Modified auth management commands to handle custom user definitions.
commit 7cc0baf89d490c92ef3f1dc909b8090191a1294b
Author: Russell Keith-Magee <russell@keith-magee.com>
Date: Mon Jun 4 14:17:28 2012 +0800
Added model Meta option for swappable models, and made auth.User a swappable model
2012-09-26 18:48:09 +08:00
|
|
|
|
|
|
|
|
|
:setting:`AUTH_PROFILE_MODULE`
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
With the introduction of :ref:`custom User models <auth-custom-user>`, there is
|
|
|
|
|
no longer any need for a built-in mechanism to store user profile data.
|
|
|
|
|
|
|
|
|
|
You can still define user profiles models that have a one-to-one relation with
|
|
|
|
|
the User model - in fact, for many applications needing to associate data with
|
|
|
|
|
a User account, this will be an appropriate design pattern to follow. However,
|
|
|
|
|
the :setting:`AUTH_PROFILE_MODULE` setting, and the
|
|
|
|
|
:meth:`~django.contrib.auth.models.User.get_profile()` method for accessing
|
|
|
|
|
the user profile model, should not be used any longer.
|