mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a replacement of the current "no".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
df44485c40
commit
77c13844ae
11 changed files with 4586 additions and 6 deletions
|
|
@ -94,6 +94,9 @@ their deprecation, as per the :ref:`Django deprecation policy
|
|||
* The ``postgresql`` database backend has been deprecated in favor of
|
||||
the ``postgresql_psycopg2`` backend.
|
||||
|
||||
* The ``no`` language code has been deprecated in favor of the ``nb``
|
||||
language code.
|
||||
|
||||
* 2.0
|
||||
* ``django.views.defaults.shortcut()``. This function has been moved
|
||||
to ``django.contrib.contenttypes.views.shortcut()`` as part of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue