Project

General

Profile

Développement #3858

migration vers Django 1.5

Added by Serghei Mihai about 11 years ago. Updated about 11 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Target version:
-
Start date:
22 October 2013
Due date:
% Done:

100%

Estimated time:
Patch proposed:
Planning:

Description

Suite à la migration de Django 1.5 les warnings suivants sortent lors du lancement du runserver:

/home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
  DeprecationWarning)

[2013-10-22 Tue 16:36:00] WARNING  py.warnings./home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
  DeprecationWarning)

/home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
  DeprecationWarning)

[2013-10-22 Tue 16:36:00] WARNING  py.warnings./home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/conf/urls/defaults.py:3: DeprecationWarning: django.conf.urls.defaults is deprecated; use django.conf.urls instead
  DeprecationWarning)

Validating models...

/home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/contrib/localflavor/__init__.py:5: DeprecationWarning: django.contrib.localflavor is deprecated. Use the separate django-localflavor package instead.
  DeprecationWarning)

[2013-10-22 Tue 16:36:00] WARNING  py.warnings./home/serghei/Desktop/virtualenvs/calebasse/local/lib/python2.7/site-packages/django/contrib/localflavor/__init__.py:5: DeprecationWarning: django.contrib.localflavor is deprecated. Use the separate django-localflavor package instead.
  DeprecationWarning)

0 errors found

MàJ du code de Calebasse est nécessaire.

Associated revisions

Revision 7b955828 (diff)
Added by Serghei Mihai about 11 years ago

'django-localflavour' package used instead of django's builtin

Closes #3858

History

#1

Updated by Serghei Mihai about 11 years ago

  • Status changed from Nouveau to Résolu (à déployer)
  • % Done changed from 0 to 100

Appliqué par commit aps42:calebasse|commit:7b955828dbbe8595ae4135d8caa73fed4c0bd520.

#2

Updated by Serghei Mihai about 11 years ago

Appliqué par commit calebasse|commit:7b955828dbbe8595ae4135d8caa73fed4c0bd520.

#3

Updated by Serghei Mihai about 11 years ago

Les warnings sur les urls viennent des modules tiers utilisés, donc le code de calebasse est 100% compliant Django 1.5

#4

Updated by Jérôme Schneider about 11 years ago

Je pense qu'on peut fermer ce ticket la prod est déjà passé en Django 1.5.

#5

Updated by Serghei Mihai about 11 years ago

  • Status changed from Résolu (à déployer) to Fermé

A suivre les modules tiers(ajax_select, reversion) car sans mise à jour ils ne fonctionneront pas sur django >= 1.6

Also available in: Atom PDF