Opened 18 years ago

Closed 18 years ago

#1397 closed defect (fixed)

[patch] Commit r2387 on magic-removal broke app installation

Reported by: Malcolm Tredinnick <malcolm@…> Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There was a change to django/core/management.py in r2387 that has broken app installation. Around line 300, the call to _get_packages_insert() was removed, which means that new apps are not inserted into the django_package table in the database so nothing (e.g. the admin interface) can find them.

Attachments (1)

syncdb_initial_sql_data.diff (2.5 KB ) - added by anonymous 18 years ago.
makes the django_package thingy work again

Download all attachments as: .zip

Change History (3)

by anonymous, 18 years ago

makes the django_package thingy work again

comment:1 by Malcolm Tredinnick <malcolm@…>, 18 years ago

Summary: Commit r2387 on magic-removal broke app installation[patch] Commit r2387 on magic-removal broke app installation

comment:2 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

This was fixed in [2411].

Note: See TracTickets for help on using tickets.
Back to Top