Your message dated Wed, 18 Nov 2015 07:05:54 +0000
with message-id <e1zywou-0002b0...@franck.debian.org>
and subject line Bug#805359: fixed in python-django-extensions 1.5.9-1
has caused the Debian Bug report #805359,
regarding problem with migrations introduced in django1.8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
805359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805359
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-extensions
Version: 1.5.7-1
Severity: grave
Tags: upstream



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

In version 1.5.7-1 there is a problem with migrations which is fixed
in version >=1.5.9, also
https://tracker.debian.org/pkg/python-django-extensions has picked up
the availability of newer version ie., 1.5.9 of
python-django-extensions

This bug relates to django 1.8 and affects lava-server package. The
following error occurs during lava-server installation due to the
migration problem:

<snip>
stylesen@harshu:~/work/lava-server.git$ sudo dpkg -i
/tmp/tmp.0idooCCfdd/*.deb
(Reading database ... 248283 files and directories currently
installed.)
Preparing to unpack .../lava_2015.11.5412.0b33c5b-1_all.deb ...
Unpacking lava (2015.11.5412.0b33c5b-1) over (2015.11.5412.0b33c5b-1)
....
Preparing to unpack .../lava-dev_2015.11.5412.0b33c5b-1_all.deb ...
Unpacking lava-dev (2015.11.5412.0b33c5b-1) over
(2015.11.5412.0b33c5b-1) ...
Preparing to unpack .../lava-server_2015.11.5412.0b33c5b-1_all.deb ...
Unpacking lava-server (2015.11.5412.0b33c5b-1) over
(2015.11.5412.0b33c5b-1) ...
Preparing to unpack .../lava-server-doc_2015.11.5412.0b33c5b-1_all.deb
....
Unpacking lava-server-doc (2015.11.5412.0b33c5b-1) over
(2015.11.5412.0b33c5b-1) ...
Setting up lava-dev (2015.11.5412.0b33c5b-1) ...
Setting up lava-server (2015.11.5412.0b33c5b-1) ...
 lavaserver
  lavaserver
   devel
    devel
    
WARNING:py.warnings:/usr/lib/python2.7/dist-packages/dashboard_app/models.py:36:
    RemovedInDjango19Warning: django.contrib.contenttypes.generic is
    deprecated and will be removed in Django 1.9. Its contents have
    been moved to the fields, forms, and admin submodules of
    django.contrib.contenttypes.
      from django.contrib.contenttypes import generic

System check identified some issues:

WARNINGS:
google_analytics.Analytic.site: (fields.W342) Setting unique=True on a
ForeignKey has the same effect as using a OneToOneField.
        HINT: ForeignKey(unique=True) is usually better served by a
        OneToOneField.
        
WARNING:py.warnings:/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py:24:
        RemovedInDjango19Warning: The syncdb command will be removed
        in Django 1.9
          warnings.warn("The syncdb command will be removed in Django
          1.9", RemovedInDjango19Warning)

Traceback (most recent call last):
  File "/usr/bin/lava-server", line 9, in <module>
      load_entry_point('lava-server===2015.11.5412.0b33c5b',
  'console_scripts', 'lava-server')()
    File "/usr/lib/python2.7/dist-packages/lava_server/manage.py",
  line 125, in main
      run_with_dispatcher_class(LAVAServerDispatcher)
        File "build/bdist.linux-x86_64/egg/lava_tool/dispatcher.py",
  line 45, in run_with_dispatcher_class
    File "/usr/lib/python2.7/dist-packages/lava/tool/dispatcher.py",
  line 153, in run
      raise SystemExit(cls().dispatch(args))
        File
  "/usr/lib/python2.7/dist-packages/lava/tool/dispatcher.py", line
  143, in dispatch
      return command.invoke()
        File "/usr/lib/python2.7/dist-packages/lava_server/manage.py",
  line 114, in invoke
      execute_from_command_line(['lava-server'] + self.args.command)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
  line 354, in execute_from_command_line
      utility.execute()
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
  line 346, in execute
      self.fetch_command(subcommand).run_from_argv(self.argv)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/base.py",
  line 394, in run_from_argv
      self.execute(*args, **cmd_options)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/base.py",
  line 445, in execute
      output = self.handle(*args, **options)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/commands/syncdb.py",
  line 25, in handle
      call_command("migrate", **options)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py",
  line 120, in call_command
      return command.execute(*args, **defaults)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/base.py",
  line 445, in execute
      output = self.handle(*args, **options)
        File
  "/usr/lib/python2.7/dist-packages/django/core/management/commands/migrate.py",
  line 93, in handle
      executor = MigrationExecutor(connection,
  self.migration_progress_callback)
    File
  "/usr/lib/python2.7/dist-packages/django/db/migrations/executor.py",
  line 19, in __init__
      self.loader = MigrationLoader(self.connection)
        File
  "/usr/lib/python2.7/dist-packages/django/db/migrations/loader.py",
  line 47, in __init__
      self.build_graph()
        File
  "/usr/lib/python2.7/dist-packages/django/db/migrations/loader.py",
  line 182, in build_graph
      self.load_disk()
        File
  "/usr/lib/python2.7/dist-packages/django/db/migrations/loader.py",
  line 123, in load_disk
      "creating Django migrations." % app_config.label
      django.db.migrations.loader.BadMigrationError: Migrated app
  'django_extensions' contains South migrations. Make sure all
  numbered South migrations are deleted prior to creating Django
  migrations.
  dpkg: error processing package lava-server (--install):
   subprocess installed post-installation script returned error exit
  status 1
  Setting up lava-server-doc (2015.11.5412.0b33c5b-1) ...
  dpkg: dependency problems prevent configuration of lava:
   lava depends on lava-server; however:
     Package lava-server is not configured yet.

dpkg: error processing package lava (--install):
 dependency problems - leaving unconfigured
 Processing triggers for systemd (227-3) ...
 Processing triggers for man-db (2.7.5-1) ...
 Errors were encountered while processing:
  lava-server
   lava
   stylesen@harshu:~/work/lava-server.git$
</snip>

Thank You.

--- End Message ---
--- Begin Message ---
Source: python-django-extensions
Source-Version: 1.5.9-1

We believe that the bug you reported is fixed in the latest version of
python-django-extensions, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 805...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brian May <b...@debian.org> (supplier of updated python-django-extensions 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 18 Nov 2015 17:48:10 +1100
Source: python-django-extensions
Binary: python-django-extensions python3-django-extensions
Architecture: source all
Version: 1.5.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Brian May <b...@debian.org>
Description:
 python-django-extensions - Useful extensions for Django projects
 python3-django-extensions - Useful extensions for Django projects
Closes: 805359
Changes:
 python-django-extensions (1.5.9-1) unstable; urgency=medium
 .
   * New upstream version.
   * Fixes migration issues with Django 1.8. Closes: #805359.
Checksums-Sha1:
 d4c38d118f41b65187a327f6dfbd6b4046ae1050 2608 
python-django-extensions_1.5.9-1.dsc
 c399e0bc7a7653c94f8911d3f396944bedbe6d83 203324 
python-django-extensions_1.5.9.orig.tar.gz
 ac56408dad9af6f1bb3d1c089ea2d60535c1bcef 70804 
python-django-extensions_1.5.9-1.debian.tar.xz
 623a1f2b4f58b3c13831f209c26617ba68d51aa2 116114 
python-django-extensions_1.5.9-1_all.deb
 a72f7185a1f63d51b4aebde8ea87673e3c10b709 115902 
python3-django-extensions_1.5.9-1_all.deb
Checksums-Sha256:
 f1fed7946fa8d8dcf8b3cb2fe0780811a5dff76cc5585b1eda13335989fc8942 2608 
python-django-extensions_1.5.9-1.dsc
 fc508d086e1e66674e4f8b5fc721264fb138138bea4a3a3438130155500d3c05 203324 
python-django-extensions_1.5.9.orig.tar.gz
 bd98ce5fe938c93f30a91a046b1c81a246579db15d6c9836c92f0650327f8e8f 70804 
python-django-extensions_1.5.9-1.debian.tar.xz
 003e793fd81ba225a6a598af6d607ad95df380a4dae917798436b60cb58b3abd 116114 
python-django-extensions_1.5.9-1_all.deb
 041fe181aa3c7c6263f36f2a69a58c3765465a517b23c79b41fab528b62a22dc 115902 
python3-django-extensions_1.5.9-1_all.deb
Files:
 6dc269684cdeef6836d3dba75e081769 2608 python optional 
python-django-extensions_1.5.9-1.dsc
 dff85a69b840436dbf5b50ddf15c8d34 203324 python optional 
python-django-extensions_1.5.9.orig.tar.gz
 dc4f2b5448791c0bc69958a3f5bea261 70804 python optional 
python-django-extensions_1.5.9-1.debian.tar.xz
 3ae2eba3ab7bd312be0c30bdcbb2398d 116114 python optional 
python-django-extensions_1.5.9-1_all.deb
 c528fec76b0e58edd06892d0fcdfc3b4 115902 python optional 
python3-django-extensions_1.5.9-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWTB9tAAoJEJyE7hq50CY2Q0YQAIHHQZuoicNFohgeVtlOGfA/
SeZIP8FHbyyGMejo+04qRfF8u/A0XlxQVWZcee/8GP01tPYpKJzZbIrqegjmfZ81
zDbta69K6dnm1tojc1qPnxYTdlf41mQs/2boIdCEBpKVdOj8VwC58c9hWBSrH8JO
rUDwE1Hzwt5vw/lt1mrRdi0Y7mSX4q1w8dv4rIUMr8KaWz04LUev5QG8dWAxK/DZ
Chd3//vqwJ93nvS2H21A+M2arzdecJ6kS6iUqo4fNbErrjPyjic1WmbjboINBhZ5
m1sM+oRpT5gg85sOwhmgKwQEjEEZeOnGup9HMqokjL8iP4KoWIIB9dpYtWTSCtQa
XBkl0dN54PBdDFZsxoyZD+t50eUZk5yleILXj0rdJAXVy62lJuZ7fyDENV6L4zd9
D9pim8zVMUTZm366eXV8858FUzOVTP3bFsSfLHmMdA2sfkMtdrKE/3AdupcpmnOy
gtV/zk0sgMDNqCKHwiZbkVpGW5qUjJi9x00FlkEnLFIur4UNn/1++lDyzTJGOnW7
R3v0gQ8supgCxY/6sDrITnlUUGEdc8ZkXZGLJ44gzMtaB2kb2x3O3iJnSy+nO0Rh
618PKD+sk+OJVBzhif50CrA9+FBfet6qu3/iJW4cOdTkZGU0f1gZa5cPMJIkJ2LM
nO0sDpSx92p1bxpa1HY7
=7Cb0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to