Opened 19 years ago
Closed 19 years ago
#1397 closed defect (fixed)
[patch] Commit r2387 on magic-removal broke app installation
Reported by: | 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)
Change History (3)
by , 19 years ago
Attachment: | syncdb_initial_sql_data.diff added |
---|
comment:1 by , 19 years ago
Summary: | Commit r2387 on magic-removal broke app installation → [patch] Commit r2387 on magic-removal broke app installation |
---|
Note:
See TracTickets
for help on using tickets.
makes the django_package thingy work again